- 02 7月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 01 7月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 02 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
-
- 02 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 11 2月, 2000 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
-
- 17 1月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 16 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
are not guaranteed to be unpredictable.
-
- 07 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 12月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
- 04 10月, 1999 1 次提交
-
-
由 Ben Laurie 提交于
-
- 02 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Modify the 'speed' application so it now uses RSA_sign and RSA_verify instead of RSA_private_encrypt and RSA_public_decrypt
-
- 25 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Alan Batie
-
- 21 9月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 09 9月, 1999 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Dr. Stephen Henson 提交于
-
- 30 6月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 11 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 18 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 16 5月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
(meaning pointer to char) to des_cblock * (meaning pointer to array with 8 char elements), which allows the compiler to do more typechecking. (The changed argument types were of type des_cblock * back in SSLeay, and a lot of ugly casts were used then to turn them into pointers to elements; but it can be done without those casts.) Introduce new type const_des_cblock -- before, the pointers rather than the elements pointed to were declared const, and for some reason gcc did not complain about this (but some other compilers did).
-
- 13 5月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
Submitted by: Richard Levitte <richard@levitte.org>
-
- 27 4月, 1999 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 24 4月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
- 20 4月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 14 2月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Ben Laurie 提交于
-
- 02 1月, 1999 1 次提交
-
-
由 Paul C. Sutton 提交于
I wonder what eay.c is?
-
- 21 12月, 1998 3 次提交
-
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-
由 Ralf S. Engelschall 提交于
-