- 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.
-
- 01 6月, 2000 3 次提交
-
-
由 Geoff Thorpe 提交于
libeay.num and ssleay.num.
-
由 Geoff Thorpe 提交于
yet tighter, and also put some heat on the rest of the library by insisting (correctly) that compare callbacks used in stacks are prototyped with "const" parameters. This has led to a depth-first explosion of compiler warnings in the code where 1 constification has led to 3 or 4 more. Fortunately these have all been resolved to completion and the code seems cleaner as a result - in particular many of the _cmp() functions should have been prototyped with "const"s, and now are. There was one little problem however; X509_cmp() should by rights compare "const X509 *" pointers, and it is now declared as such. However, it's internal workings can involve recalculating hash values and extensions if they have not already been setup. Someone with a more intricate understanding of the flow control of X509 might be able to tighten this up, but for now - this seemed the obvious place to stop the "depth-first" constification of the code by using an evil cast (they have migrated all the way here from safestack.h). Fortunately, this is the only place in the code where this was required to complete these type-safety changes, and it's reasonably clear and commented, and seemed the least unacceptable of the options. Trying to take the constification further ends up exploding out considerably, and indeed leads directly into generalised ASN functions which are not likely to cooperate well with this.
-
由 Geoff Thorpe 提交于
which is a cast between NULL and a function pointer.
-
- 31 5月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 29 5月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
not be used because it is not available on all systems (most notably, win32).
-
- 24 5月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
ASN1 encoding.
-
- 19 5月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 17 5月, 2000 3 次提交
-
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
由 Ben Laurie 提交于
-
- 14 5月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 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.
-
- 09 4月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 22 3月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Don't copy private key to X509 etc public key structures. Fix for warning.
-
- 14 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 05 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
- 27 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Rebuild error files.
-
- 26 2月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
where the new functions are mentioned.
-
由 Dr. Stephen Henson 提交于
-
- 23 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Make EVP_CIPHER_type() return NID_undef if the cipher has no ASN1 OID, modify code to handle this.
-
- 22 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 21 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 17 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 2月, 2000 1 次提交
-
-
由 Ralf S. Engelschall 提交于
-Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline''.
-
- 06 2月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 04 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 31 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
-
- 29 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 24 1月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
Tidy up CRYPTO_EX_DATA structures.
-
- 21 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 20 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 14 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
(only the CRYPTO_push_info's in the apps/ directory are included in the CVS commit, not all those I used in crypto/)
-
- 09 1月, 2000 1 次提交
-
-
由 Ben Laurie 提交于
-
- 07 1月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
but crypto/asn1/a_strnid.c had "nombchar".
-