- 28 7月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 01 3月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 2月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
an EVP_CIPHER_CTX structure which may have problems with external ENGINEs who need to duplicate internal handles etc.
-
- 12 11月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
knock-on work than expected - they've been extracted into a patch series that can be completed elsewhere, or in a different branch, before merging back to HEAD.
-
- 02 11月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 15 8月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
and don't unnecessarily fail on input size 0.
-
- 21 1月, 2007 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 12月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 21 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
Submitted by: K S Sreeram <sreeram@tachyontech.net>
-
- 11 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
-
- 20 4月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
changes are the fallout). As this could break source code that doesn't directly include headers for interfaces it uses, changes to recursive includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to define this when building and using openssl, and then adapt code where necessary - this is how to stay current. However the mechanism exists for the lethargic.
-
- 29 3月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
appropriate form, for example correct DES parity. Update S/MIME code and EVP_SealInit to use new functions. PR: 700
-
- 01 12月, 2003 2 次提交
-
-
由 Richard Levitte 提交于
ty to allocate anything at all. This will allow eNULL to still work. PR: 751 Notified by: Lutz Jaenicke
-
由 Richard Levitte 提交于
PR: 751 Notified by: meder@mcs.anl.gov Reviewed by: Lutz Jaenicke, Richard Levitte
-
- 30 10月, 2003 1 次提交
-
-
由 Geoff Thorpe 提交于
I have tried to convert 'len' type variable declarations to unsigned as a means to address these warnings when appropriate, but when in doubt I have used casts in the comparisons instead. The better solution (that would get us all lynched by API users) would be to go through and convert all the function prototypes and structure definitions to use unsigned variables except when signed is necessary. The proliferation of (signed) "int" for strictly non-negative uses is unfortunate.
-
- 31 1月, 2003 1 次提交
-
-
由 Richard Levitte 提交于
PR: 287
-
- 17 1月, 2003 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 29 11月, 2002 1 次提交
-
-
由 Richard Levitte 提交于
I *think* I got them all covered by now, bu please, if you find any more, tell me and I'll correct it. PR: 343
-
- 13 11月, 2002 1 次提交
-
-
由 Ben Laurie 提交于
-
- 16 5月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Zero cipher_data in EVP_CIPHER_CTX_cleanup Add cleanup calls to evp_test.c Allow reuse of cipher contexts by removing automatic cleanup in EVP_*Final().
-
- 17 3月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Ensure EVP_CipherInit() uses the correct encode/decode parameter if enc == -1 [Reported by Markus Friedl <markus@openbsd.org>] Fix typo in dh_lib.c (use of DSAerr instead of DHerr).
-
- 10 3月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make ciphers and digests obtain an ENGINE functional reference if impl is explicitly supplied.
-
- 23 2月, 2002 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
to digests to retain compatibility.
-
- 09 10月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
not implemented. (Bug reported by Martin Szotkowski) This also changes the non-"_ex" versions to defer directly to EVP_CipherInit_ex() rather than EVP_CipherInit() to avoid an unecessary level of indirection.
-
- 03 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 9月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
See crypto/engine/README for details. - it also removes openbsd_hw.c from the build (that functionality is going to be available in the openbsd ENGINE in a upcoming commit) - evp_test has had the extra initialisation added so it will use (if possible) any ENGINEs supporting the algorithms required.
-
- 19 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 18 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 11 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
problems with leaks and uninitialised structures.
-
- 06 8月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 27 7月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
for encrypt?).
-
- 09 7月, 2001 2 次提交
-
-
由 Ben Laurie 提交于
Worth around 5% for encrypt. Slows down decrypt slightly, but I expect to regain that later.
-
由 Ben Laurie 提交于
-
- 14 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add -nopad option to enc command. Update docs.
-
- 31 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
More EVP cipher revision. Change EVP_SealInit() and EVP_OpenInit() to handle cipher parameters. Make it possible to set RC2 and RC5 params. Make RC2 ASN1 code use the effective key bits and not the key length. TODO: document how new API works.
-
- 30 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Declare ciphers in terms of macros. This reduces the amount of code and places each block cipher EVP definition in a single file instead of being spread over 4 files.
-
- 28 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove duplicated code in EVP.
-