- Aug 31, 2005
-
-
Dr. Stephen Henson authored
-
- Aug 25, 2005
-
-
Nils Larsch authored
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
-
- Aug 23, 2005
-
-
Bodo Möller authored
let's be clear about that
-
- Aug 21, 2005
-
-
Ben Laurie authored
-
Dr. Stephen Henson authored
-
- Aug 20, 2005
-
-
Dr. Stephen Henson authored
-
- Aug 14, 2005
-
-
Nils Larsch authored
pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
-
- Aug 07, 2005
-
-
Andy Polyakov authored
-
- Aug 05, 2005
-
-
Dr. Stephen Henson authored
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
-
- Aug 04, 2005
-
-
Dr. Stephen Henson authored
-
- Jul 25, 2005
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Jul 24, 2005
-
-
Dr. Stephen Henson authored
Cosmetic changes to IDP printout.
-
- Jul 23, 2005
-
-
Dr. Stephen Henson authored
-
- Jul 05, 2005
-
-
Richard Levitte authored
-
Richard Levitte authored
-
Andy Polyakov authored
-
- Jul 04, 2005
-
-
Dr. Stephen Henson authored
-
- Jun 02, 2005
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- May 29, 2005
-
-
Geoff Thorpe authored
dynamic loading is consistent with respect to engine ids.
-
- May 26, 2005
-
-
Bodo Möller authored
-
- May 18, 2005
-
-
Richard Levitte authored
-
- May 16, 2005
-
-
Bodo Möller authored
-
Bodo Möller authored
timing attacks. BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for RSA/DSA/DH private key computations unless RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/ DH_FLAG_NO_EXP_CONSTTIME is set. Submitted by: Matthew D Wood Reviewed by: Bodo Moeller
-
- May 15, 2005
-
-
Dr. Stephen Henson authored
attribute in EVP_PKEY structure.
-
- May 11, 2005
-
-
Bodo Möller authored
with the SSL_OP_NO_SSLv2 option.
-
- May 10, 2005
-
-
Nils Larsch authored
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
-
- May 09, 2005
-
-
Bodo Möller authored
EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
-
- May 01, 2005
-
-
Dr. Stephen Henson authored
-
- Apr 26, 2005
-
-
Dr. Stephen Henson authored
The function rsa_eay_mont_helper() has been removed because it is no longer needed after this change.
-
Nils Larsch authored
- possibility of re-creation of the blinding parameters after a fixed number of uses (suggested by Bodo) - calculatition of the rsa::e in case it's absent and p and q are present (see bug report #785) - improve the performance when if one rsa structure is shared by more than a thread (see bug report #555) - fix the problem described in bug report #827 - hide the definition ot the BN_BLINDING structure in bn_blind.c
-
Ben Laurie authored
-
- Apr 25, 2005
-
-
Bodo Möller authored
-
- Apr 22, 2005
-
-
Nils Larsch authored
and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
-
- Apr 12, 2005
-
-
Dr. Stephen Henson authored
at runtime.
-
- Apr 09, 2005
-
-
Dr. Stephen Henson authored
-
Richard Levitte authored
a security threat on unexpecting applications. Document and test.
-
- Apr 08, 2005
-
-
Nils Larsch authored
and SSL_use_PrivateKey_file() PR: 1035 Submitted by: Walter Goulet Reviewed by: Nils Larsch
-
- Apr 07, 2005
-
-
Nils Larsch authored
Reviewed by: Bodo Moeller
-