openssl/crypto
Richard Levitte 9e57ab615c Because libraries on Windows lack useful version information, the zlib
guys had to change the name to differentiate with older versions when
a backward incompatibility came up.  Of course, we need to adapt.
This change simply tries to load the library through the newer name
(ZLIB1) first, and if that fails, it tries the good old ZLIB.
2004-10-14 05:49:01 +00:00
..
aes Sync aes_ctr.c with HEAD. 2004-08-23 22:28:27 +00:00
asn1 Fix race condition when CRL checking is enabled. 2004-10-04 16:27:36 +00:00
bf Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
bio Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
bn Sync with HEAD. Up to >20% overall performance improvement. 2004-07-17 13:27:38 +00:00
buffer Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
cast Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
comp Because libraries on Windows lack useful version information, the zlib 2004-10-14 05:49:01 +00:00
conf Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
des make update 2004-05-12 10:17:15 +00:00
dh The version that was actually submitted for FIPS testing. 2004-06-19 13:15:35 +00:00
dsa To protect FIPS-related global variables, add locking mechanisms 2004-07-30 14:38:02 +00:00
dso Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
ec Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
engine Typo, setting the first element of nids[] to NULL instead of setting 2004-06-15 11:46:06 +00:00
err Add FIPS name to error library. 2004-07-27 00:20:41 +00:00
evp make update 2004-08-10 09:09:08 +00:00
hmac Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
idea Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
krb5 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
lhash Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
md2 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
md4 make update 2004-08-10 09:09:08 +00:00
md5 make update 2004-08-10 09:09:08 +00:00
mdc2 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
objects Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
ocsp Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
pem make update 2004-08-10 09:09:08 +00:00
perlasm Netware-specific changes, 2003-11-28 13:10:58 +00:00
pkcs7 Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap(). 2004-09-15 23:38:45 +00:00
pkcs12 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
rand make update 2004-08-10 09:09:08 +00:00
rc2 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
rc4 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
rc5 Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
ripemd make update 2004-08-10 09:09:08 +00:00
rsa Define FIPS_*_SIZE_T for AES, DSA and RSA as well, in preparation for 2004-05-19 14:16:33 +00:00
sha make update 2004-08-10 09:09:08 +00:00
stack Oops.. 2004-10-04 17:28:57 +00:00
threads Only use environment variables if uid and gid are the same as euid and egid. 2003-12-27 16:07:20 +00:00
txt_db Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
ui Pull FIPS back into stable. 2004-05-11 12:46:24 +00:00
x509 Fix race condition when CRL checking is enabled. 2004-10-04 16:27:36 +00:00
x509v3 Delta CRL support in extension code. 2004-07-06 17:26:33 +00:00
.cvsignore
cpt_err.c First step in fixing "ex_data" support. Warning: big commit log ... 2001-09-01 19:56:46 +00:00
cryptlib.c Let's lock a write lock when changing values, shall we? 2004-08-02 14:15:07 +00:00
cryptlib.h Merge from 0.9.7-stable. 2002-11-13 18:10:30 +00:00
crypto-lib.com We build the crypto stuff, not the ssl stuff, in this command procedure... 2004-07-29 22:26:03 +00:00
crypto.h To protect FIPS-related global variables, add locking mechanisms 2004-07-30 14:38:02 +00:00
cversion.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +00:00
ebcdic.c Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h
ex_data.c Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
install.com Add store.h among the exported headers on VMS. 2004-03-24 09:52:16 +00:00
Makefile Forgot to update the Makefile with the o_str stuff... 2004-05-12 10:17:02 +00:00
md32_common.h To protect FIPS-related global variables, add locking mechanisms 2004-07-30 14:38:02 +00:00
mem.c CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL 2003-12-01 12:06:19 +00:00
mem_clr.c Make CRYPTO_cleanse() independent of endianness. 2002-12-03 16:07:03 +00:00
mem_dbg.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:57 +00:00
o_str.c o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and 2004-07-08 08:32:51 +00:00
o_str.h o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and 2004-07-08 08:32:51 +00:00
o_time.c Since version 7.0, The C RTL in VMS handles time in terms of UTC 2004-07-19 07:49:47 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H 2002-12-11 07:24:47 +00:00
opensslv.h Make reservations in FIPS code for upcoming size_t-fication of OpenSSL API. 2004-05-17 15:37:26 +00:00
ossl_typ.h Initial support for certificate policy checking and evaluation. 2004-03-23 14:14:35 +00:00
symhacks.h Add symbol hacks for some long names. 2004-03-29 08:13:49 +00:00
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
tmdiff.h For whatever reason (compiler or header bugs), at least one commonly-used 2003-10-29 04:40:13 +00:00
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00