- 17 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 16 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
examples. All RFC4134 examples can not be processed.
-
- 15 3月, 2008 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 14 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tests in RFC4134.
-
- 13 3月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
-
- 11 5月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Only use streaming when appropriate for detached data in smime utility.
-
- 24 4月, 2007 1 次提交
-
-
由 Bodo Möller 提交于
PR: 1503 Submitted by: KISA Reviewed by: Bodo Moeller
-
- 13 4月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
options. Add new streaming i2d (though strictly speaking it is BER format when streaming) and PEM functions. These all process content on the fly without storing it all in memory.
-
- 14 7月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
For S/MIME multipart/signed type the signature is calculated on the fly. For other detached data forms the stream isn't used after the single pass to calculate signatures. For non-detached the data is stored in a memory BIO.
-
- 09 6月, 2006 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller
-
- 26 5月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 5月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 19 5月, 2006 1 次提交
-
-
由 Dr. Stephen Henson 提交于
existing structure and using alternative digest for signing.
-
- 18 5月, 2006 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 05 8月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 08 9月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add support for policy checking in verify utility.
-
- 07 9月, 2004 3 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
This tidies up verify parameters and adds support for integrated policy checking. Add support for policy related command line options. Currently only in smime application. WARNING: experimental code subject to change.
-
- 02 6月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
the buffer pointer. Rename PKCS7_PARTSIGN to PKCS7_STREAM. Guess what that's for :-)
-
- 15 2月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 287
-
- 02 8月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
functionality in the programs that had that before. Part fo PR 164
-
- 18 7月, 2002 2 次提交
-
-
由 Richard Levitte 提交于
Make S/MIME output conform with the mail and MIME standards. PR: 151
-
由 Richard Levitte 提交于
PR: 151
-
- 08 5月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
Notified by Ken Hirsch <kenhirsch@myself.com>. PR: 23
-
- 02 5月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add apps_startup and bio_err init code to smime.c
-
- 09 4月, 2002 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 2月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix new -aes command argument handling
-
- 22 2月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
-
- 21 2月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
-
- 12 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
-
- 18 6月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
everywhere.
-
- 30 5月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
string (some engines may have certificates protected by a PIN!) and a description to put into error messages. Also, have our own password callback that we can send both a password and some prompt info to. The default password callback in EVP assumes that the passed parameter is a password, which isn't always the right thing, and the ENGINE code (at least the nCipher one) makes other assumptions... Also, in spite of having the functions to load keys, some utilities did the loading all by themselves... That's changed too.
-
- 09 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
inherited from X509_STORE. Add CRL checking options to other applications.
-
- 11 4月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
-