- 20 2月, 2001 1 次提交
-
-
由 Richard Levitte 提交于
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
-
- 05 2月, 2001 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 12月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
objects) or OPENSSL_BUILD_SHLIBSSL (for files that end up as libssl objects) is defined, redefine OPENSSL_EXTERN to be OPENSSL_EXPORT. This is actually only important on Win32, and can safely be ignored in all other cases, at least for now.
-
- 21 12月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Win32 but it is getting there... Update mkdef.pl to handle ASN1_ANY and fix headers. Stop various VC++ warnings. Include some fixes from "Peter 'Luna' Runestig" <peter@runestig.com> Remove external declaration for des_set_weak_key_flag: it doesn't exist.
-
- 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.
-
- 21 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 09 9月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 07 9月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 04 8月, 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.
-
- 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 1 次提交
-
-
由 Ulf Möller 提交于
-
- 16 5月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 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.
-
- 01 4月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
off.
-
- 27 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
case-insensitive file systems.
-
- 22 3月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Don't copy private key to X509 etc public key structures. Fix for warning.
-
- 20 3月, 2000 1 次提交
-
-
由 Richard Levitte 提交于
-
- 19 3月, 2000 8 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
This may still contain a few errors from the old documentation, but most of it should make sense.
-
由 Ulf Möller 提交于
See http://www.pdc.kth.se/kth-krb/ Their solution for CRAY is somewhat awkward. I'll assume that a "short" is 32 bits on CRAY to avoid the #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 14 3月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
that is actually used (even though it may not appear so at first sight).
-
由 Bodo Möller 提交于
This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
-
- 13 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
choice of parameters) when they are needed.
-
- 12 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
proposed by Holger Reif
-
- 11 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 10 3月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
Submitted by: "Yoram Meroz" <yoram@mail.idrive.com>
-
- 03 3月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
-
- 26 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
-
- 25 2月, 2000 1 次提交
-
-
由 Geoff Thorpe 提交于
signed/unsigned stuff in s3_pkt.c) Submitted by: Reviewed by: PR:
-
- 06 2月, 2000 1 次提交
-
-
由 Bodo Möller 提交于
Avoid enabled 'assert()' in production library.
-
- 05 2月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
used anywhere in OpenSSL, but might be used by libdes applications.
-
- 04 2月, 2000 2 次提交
-
-
由 Andy Polyakov 提交于
were fixed up. The catch is that in the DESX test the cbc2_key is used as whitening key where *all* 64 bits are significant.
-
由 Ulf Möller 提交于
-
- 31 1月, 2000 1 次提交
-
-
由 Ulf Möller 提交于
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
-