- 27 1月, 2011 2 次提交
-
-
由 Dr. Stephen Henson 提交于
to EVP any more. Move locking #define into fips.h. Set FIPS locking callbacks at same time as OpenSSL locking callbacks.
-
由 Dr. Stephen Henson 提交于
-
- 26 1月, 2011 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Check for selftest failures. Pairwise consistency test for RSA key generation. Use some EVP macros instead of EVP functions. Use minimal FIPS EVP where needed.
-
由 Dr. Stephen Henson 提交于
crypto and ENGINE dependencies in RSA library.
-
- 12 10月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com> Reviewed by: steve OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code elimination.
-
- 04 10月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 10 8月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Use consistent calculation for PSS salt length.
-
- 01 6月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 12 3月, 2010 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Reject PSS signatures with unsupported trailer value.
-
由 Dr. Stephen Henson 提交于
-
- 11 3月, 2010 5 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 09 3月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
requests. Add new ASN1 signature initialisation function to handle this case.
-
- 08 3月, 2010 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 3月, 2010 4 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
Uses ASN1 module in Martin Kaiser's PSS patch.
-
由 Dr. Stephen Henson 提交于
now print out signatures instead of the standard hex dump. More complex signatures (e.g. PSS) can print out more meaningful information. Sample DSA version included that prints out the signature parameters r, s. [Note EVP_PKEY_ASN1_METHOD is an application opaque structure so adding new fields in the middle has no compatibility issues]
-
- 09 12月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Jan Pechanec <Jan.Pechanec@Sun.COM> Check for memory allocation failures.
-
- 24 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 9月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
The functions ENGINE_ctrl(), OPENSSL_isservice(), EVP_PKEY_sign(), CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error fix so the return code is checked correctly.
-
- 05 8月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Tomas Mraz <tmraz@redhat.com> Approved by: steve@openssl.org Add patch: http://cvs.openssl.org/chngview?cn=14635 which never made it to 1.0.0, HEAD.
-
- 27 6月, 2009 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 30 12月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
test for them!
-
- 29 12月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
(Coverity ID 135).
-
- 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.
-
- 06 11月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 02 11月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 14 9月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
Also, "CHANGES" clean-ups.
-
- 06 8月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
deprecate the original (numeric-only) scheme, and replace with the CRYPTO_THREADID object. This hides the platform-specifics and should reduce the possibility for programming errors (where failing to explicitly check both thread ID forms could create subtle, platform-specific bugs). Thanks to Bodo, for invaluable review and feedback.
-
- 18 7月, 2008 1 次提交
-
-
由 Bodo Möller 提交于
detection, or the probability for an erroneous RSA_R_SSLV3_ROLLBACK_ATTACK will be larger than necessary. PR: 1695
-
- 04 7月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
version some time soon.
-
- 22 6月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 6月, 2008 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 5月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Submitted by: Ivan Nestlerode <inestlerode@us.ibm.com> Reviewed by: steve
-
- 02 5月, 2008 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 28 3月, 2008 1 次提交
-
-
由 Geoff Thorpe 提交于
to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed version was added but it required portable code to check *both* modes to determine equality. This commit maintains the availability of both thread ID types, but deprecates the type-specific accessor APIs that invoke the callbacks - instead a single type-independent API is used. This simplifies software that calls into this interface, and should also make it less error-prone - as forgetting to call and compare *both* thread ID accessors could have led to hard-to-debug/infrequent bugs (that might only affect certain platforms or thread implementations). As the CHANGES note says, there were corresponding deprecations and replacements in the thread-related functions for BN_BLINDING and ERR too.
-