- 04 1月, 2002 4 次提交
-
-
由 Bodo Möller 提交于
'openssl version -d' use some descriptions from Lutz' redundant manual page instead of the previous ones
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
由 Dr. Stephen Henson 提交于
-
- 10 12月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 03 12月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 08 11月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 10月, 2001 3 次提交
-
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
some password reading functions are really part of the UI compatibility library...
-
- 25 10月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
the docs to reflect this change and correct libeay.num.
-
由 Richard Levitte 提交于
libdes (which is still used out there) or other des implementations, the OpenSSL DES functions are renamed to begin with DES_ instead of des_. Compatibility routines are provided and declared by including openssl/des_old.h. Those declarations are the same as were in des.h when the OpenSSL project started, which is exactly how libdes looked at that time, and hopefully still looks today. The compatibility functions will be removed in some future release, at the latest in version 1.0.
-
- 17 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 16 10月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 07 9月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 03 9月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
(by using new BN_pseudo_rand_range function)
-
- 31 7月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 28 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 10 7月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 17 5月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 4月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 21 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 12 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 09 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Change the EVP_somecipher() and EVP_somedigest() functions to return constant EVP_MD and EVP_CIPHER pointers. Update docs.
-
- 08 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 20 2月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Add -nopad option to enc command. Update docs.
-
- 11 2月, 2001 1 次提交
-
-
由 Lutz Jänicke 提交于
-
- 10 2月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 2月, 2001 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 08 2月, 2001 3 次提交
-
-
由 Bodo Möller 提交于
Bleichenbacher's DSA attack. With this implementation, the expected number of iterations never exceeds 2. New semantics for BN_rand_range(): BN_rand_range(r, min, range) now generates r such that min <= r < min+range. (Previously, BN_rand_range(r, min, max) generated r such that min <= r < max. It is more convenient to have the range; also the previous prototype was misleading because max was larger than the actual maximum.)
-
由 Lutz Jänicke 提交于
-
由 Ulf Möller 提交于
-
- 22 1月, 2001 1 次提交
-
-
由 Ulf Möller 提交于
-
- 15 1月, 2001 1 次提交
-
-
由 Geoff Thorpe 提交于
* Correct some prototypes and macros with respect to "const"ness. * Add the extra macros and examples due to the lh_doall[_arg] modifications made recently. The existing example is also reworked for consistency. * Rewrite, tweak, and supplement bits of the existing comments that seemed (IMHO) to be a little convoluted and misleading. * Add a NOTE section that explains the use of macros and avoiding function casts (ie. generate a wrapper as with the macros, or prototype any callback functions exactly to not require casting). Also, explain the "const" approach taken in LHASH for the purposes of API comprehensibility and also application code auditing.
-
- 06 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 12月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
-