- 30 11月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
the initialisation and cleanup of "ex_data" elements to before an init() handler and after a finish() handler respectively.
-
- 19 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
(incorrect) attempt to free it once more...
-
- 13 11月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 07 11月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 27 10月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
At the same time, add VMS support for Rijndael.
-
- 25 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
-
- 13 9月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 13 6月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
-
- 09 6月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
was a really bad idea. For example, the following: #include <x509.h> #include <bio.h> #include <asn1.h> would make sure that things like ASN1_UTCTIME_print() wasn't defined unless you moved the inclusion of bio.h to above the inclusion of x509.h. The reason is that x509.h includes asn1.h, and the declaration of ASN1_UTCTIME_print() depended on the definition of HEADER_BIO_H. That's what I call an obscure bug. Instead, this change makes sure that whatever header files are needed for the correct process of one header file are included automagically, and that the definitions of, for example, BIO-related things are dependent on the absence of the NO_{foo} macros. This is also consistent with the way parts of OpenSSL can be excluded at will.
-
- 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 5月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
"Jan Mikkelsen" <janm@transactionsite.com> correctly states that the OpenSSL header files have #include's and extern "C"'s in an incorrect order. Thusly fixed.
-
- 20 4月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
with RSA_METHOD (the **_get_default_methods do set the default value if it's not set). However, the code had some duplication and was a bit conter-intuitive.
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 01 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
"make update".
-
- 06 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
temporary BIGNUMs. BN_CTX still uses a fixed number of BIGNUMs, but the BN_CTX implementation could now easily be changed.
-
- 03 2月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Add new -notext option to 'ca', -pubkey option to spkac. Remove some "WTF??" casts from applications. Fixes to keep VC++ happy and avoid warnings. Docs tidy.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 30 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
"Make DSA_generate_parameters faster").
-
由 Bodo Möller 提交于
(including another problem in the s3_srvr.c state machine).
-
- 28 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
New function BN_pseudo_rand(). Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when generating DSA primes (why not use BN_is_prime()?)
-
- 24 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
- 21 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 16 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 04 11月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
certificate: currently this includes trust settings and a "friendly name".
-
- 26 10月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
Submitted by: Lennart Bång, Bodo Möller
-
- 20 10月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
tolerated in certificates.
-
- 04 10月, 1999 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-
- 25 8月, 1999 1 次提交
-
-
由 Ulf Möller 提交于
-
- 24 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
DSA_METHOD to make it more consistent with RSA_METHOD.
-
- 23 8月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 06 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 8月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
while implementing and using it.
-
- 22 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
it is not needed.
-
- 10 7月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 25 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
"Chad C. Mulligan" <mulligan@antipope.org>.
-
- 12 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
-
- 08 6月, 1999 1 次提交
-
-
由 Bodo Möller 提交于
a pain to read when using 4-space tabs.
-