openssl/crypto
Richard Levitte 0c61e299b3 Change RAND_poll for Unix to try a number of devices and only read
them for a short period of time (actually, poll them with select(),
then read() whatever is there), which is about 10ms (hard-coded value)
each.

Separate Windows and Unixly code, and start on a VMS variant that
currently just returns 0.
2001-01-08 10:59:26 +00:00
..
asn1 Fix typo in OCSP nonce extension. 2001-01-04 19:53:48 +00:00
bf
bio in some new file names the first 8 characters were not unique 2000-11-12 22:32:18 +00:00
bn The C version of bn_sub_part_words is needed not only 2000-12-15 10:54:03 +00:00
buffer
cast If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto 2000-12-31 00:23:17 +00:00
comp COMP_zlib should always be declared, even if it is not functional. 2000-11-30 23:41:58 +00:00
conf Constification of the data of a hash table. This means the callback 2000-12-13 17:15:03 +00:00
des If OPENSSL_BUILD_SHLIBCRYPTO (for files that end up as libcrypto 2000-12-31 00:23:17 +00:00
dh Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
dsa Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
dso Make the DSO code for VMS work again. First attempt. 2000-12-31 01:55:46 +00:00
ec Changes to Lenka's Montgomery implementation. 2000-11-30 17:35:17 +00:00
engine Avoid compiler warnings in hw_ubsec.c: unused static 2000-12-27 19:20:14 +00:00
err Modify OCSP API to more closely reflect 2001-01-05 03:31:51 +00:00
evp First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Implemented by Vern Staats <staatsvr@asc.hpc.mil>, further hacked and distributed by Jeffrey Altman <jaltnab@columbia.edu> 2000-11-30 22:53:34 +00:00
hmac in some new file names the first 8 characters were not unique 2000-11-12 22:32:18 +00:00
idea
lhash Don't access non-existing element buf[256], use buf[255] instead. 2000-12-20 10:11:06 +00:00
md2
md4
md5
mdc2
objects Various Win32 related fixes. Doesn't compile yet on 2000-12-21 01:38:55 +00:00
ocsp Add set of OCSP client functions. All experimental 2001-01-08 01:21:55 +00:00
pem Rewrite PKCS#12 code and remove some of the old 2000-12-31 01:13:04 +00:00
perlasm another fix for the debug print 2000-12-06 04:14:37 +00:00
pkcs7 Fix the S/MIME code so it now works again and 2000-12-31 17:31:57 +00:00
pkcs12 Rewrite PKCS#12 code and remove some of the old 2000-12-31 01:13:04 +00:00
rand Change RAND_poll for Unix to try a number of devices and only read 2001-01-08 10:59:26 +00:00
rc2
rc4
rc5
rijndael ignore 2000-11-14 19:18:31 +00:00
ripemd
rsa Replace the old ASN1_dup() with ASN1_item_dup() and 2000-12-29 18:23:55 +00:00
sha
stack Merge from the ASN1 branch of new ASN1 code 2000-12-08 19:09:35 +00:00
threads
txt_db First step in tidying up the LHASH code. The callback prototypes (and 2000-12-01 20:31:52 +00:00
x509 ASN1_ITEM versions of ASN1_d2i_{fp, bio} and replacement of 2000-12-30 02:40:26 +00:00
x509v3 Fix typo in OCSP nonce extension. 2001-01-04 19:53:48 +00:00
.cvsignore
cpt_err.c
cryptlib.c Locking issues. 2000-12-15 16:40:35 +00:00
cryptlib.h
crypto-lib.com Keep up with the Unixly changes. 2001-01-07 18:51:28 +00:00
crypto.h
cversion.c
ebcdic.c
ebcdic.h
ex_data.c Comment correction. 2000-12-18 09:18:22 +00:00
install.com Update VMS build procedures to match the current status. 2000-12-28 22:26:11 +00:00
Makefile.ssl "make update" plus a rewrite of both .num files. 2000-12-29 00:19:12 +00:00
md32_common.h
mem_dbg.c Locking issues. 2000-12-15 16:40:35 +00:00
mem.c Constification of the data of a hash table. This means the callback 2000-12-13 17:15:03 +00:00
opensslconf.h.in
opensslv.h
symhacks.h
tmdiff.c
tmdiff.h