- 03 9月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 01 9月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
WARNING WARNING WARNING, experimental code, handle with care, use at your own risk, may contain nuts.
-
由 Dr. Stephen Henson 提交于
-
- 25 8月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
runtime, thus removing the need for a lock. Add a test to ssltest to verify that the cipher lists are sorted.
-
- 23 8月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
let's be clear about that
-
- 22 8月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 21 8月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 15 8月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
-
- 08 8月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 06 8月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
-
- 05 8月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 26 7月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 24 7月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
Cosmetic changes to IDP printout.
-
由 Dr. Stephen Henson 提交于
-
- 06 7月, 2005 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
-
- 05 7月, 2005 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
-
- 03 6月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 30 5月, 2005 1 次提交
-
-
由 Geoff Thorpe 提交于
dynamic loading is consistent with respect to engine ids.
-
- 26 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 5月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 17 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
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
-
- 15 5月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
attribute in EVP_PKEY structure.
-
- 12 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
with the SSL_OP_NO_SSLv2 option.
-
- 10 5月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
-
- 09 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
-
- 01 5月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 4月, 2005 3 次提交
-
-
由 Dr. Stephen Henson 提交于
The function rsa_eay_mont_helper() has been removed because it is no longer needed after this change.
-
由 Nils Larsch 提交于
- 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 提交于
-
- 26 4月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
-
- 23 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
and BN_get_sign - implement BN_set_negative as a function - always use "#define BN_is_zero(a) ((a)->top == 0)"
-
- 12 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
at runtime.
-
- 10 4月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Richard Levitte 提交于
a security threat on unexpecting applications. Document and test.
-