openssl/crypto
Richard Levitte 1f0af2c073 len is a size_t, which is an unsigned integer. Therefore, some
compilers will complain against the check for less than zero.
2001-05-14 11:56:47 +00:00
..
asn1 Fix ASN1 bug when decoding OTHER type. 2001-04-21 12:06:01 +00:00
bf Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
bio Win32 fixes: 2001-04-29 16:30:59 +00:00
bn Adjust BN_mod_inverse algorithm selection according to experiments on 2001-04-09 09:28:24 +00:00
buffer Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
cast Make sure OPENSSL_SYS_... is defined when we need it. 2001-04-03 14:03:19 +00:00
comp Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
conf Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
des Use ui_compat.h to get the password reading functions. 2001-05-14 11:54:36 +00:00
dh In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the 2001-04-30 15:24:41 +00:00
dsa In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the 2001-04-30 15:24:41 +00:00
dso This change to the "dl", "dlfcn", and "win32" DSO_METHODs adds the filename 2001-04-25 22:40:55 +00:00
ec len is a size_t, which is an unsigned integer. Therefore, some 2001-05-14 11:56:47 +00:00
engine For some inexplicable reason, I'd (a) left the debugging irreversibly 2001-04-27 00:31:21 +00:00
err Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
evp make update 2001-05-06 23:51:37 +00:00
hmac Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
idea Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
lhash Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
md2 Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
md4 Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
md5 The former ULTRASPARC preprocessor symbol is now called 2001-03-14 14:02:10 +00:00
mdc2 One des_encrypt to des_encrypt1 I forgot to commit... 2001-03-29 20:30:23 +00:00
objects Add various X9.62 OIDs. (GF(2^n) mostly left out.) 2001-03-11 21:54:51 +00:00
ocsp Typo in comment. 2001-02-26 23:34:14 +00:00
pem Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
perlasm another fix for the debug print 2000-12-06 04:14:37 +00:00
pkcs7 Fix couple of memory leaks in PKCS7_dataDecode(). 2001-04-05 10:19:12 +00:00
pkcs12 Plug a memory leak. Spotted by "Shijin" <shijin@comex.com> 2001-04-03 09:42:36 +00:00
rand Make it so the compiler doesn't inform me about the dollars in some 2001-05-14 11:53:37 +00:00
rc2 Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
rc4 Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
rc5 Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
rijndael Add yet another (still empty) source code file that I forgot. 2001-03-05 20:31:49 +00:00
ripemd Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
rsa In RSA, DSA, DH, and RAND - if the "***_new()" function fails because the 2001-04-30 15:24:41 +00:00
sha Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
stack Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
threads Use new-style system-id macros everywhere possible. I hope I haven't 2001-02-20 08:13:47 +00:00
txt_db Instead of telling both 'make' and the user that ranlib 2001-03-09 14:01:42 +00:00
ui Define `ok' and better error detection. 2001-05-13 05:34:39 +00:00
x509 Change Win32 to use EXPORT_VAR_AS_FN. 2001-05-12 23:57:41 +00:00
x509v3 Purpose and trust setting functions for X509_STORE. 2001-05-10 00:13:59 +00:00
.cvsignore Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
cpt_err.c Make all configuration macros available for application by making 2001-02-19 16:06:34 +00:00
cryptlib.c Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
cryptlib.h e_os.h does not belong with the exported headers. Do not put it there 2001-02-22 14:45:02 +00:00
crypto-lib.com Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
crypto.h Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
cversion.c Add SSLEAY_DIR argument code for SSLeay_version. 2001-01-10 15:15:36 +00:00
ebcdic.c DEC C on VMS is pedantic by definition. 2001-02-20 13:24:23 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Comment correction. 2000-12-18 09:18:22 +00:00
install.com Update the VMS build scripts for EC 2001-03-05 21:17:08 +00:00
Makefile.ssl Add a general user interface API. This is designed to replace things 2001-05-06 23:19:37 +00:00
md32_common.h Make EVP_Digest*() routines return a value. 2001-03-08 14:04:22 +00:00
mem.c No functional change, but slightly improved code clarity. 2001-01-10 19:26:34 +00:00
mem_dbg.c One indirection level too little compared to the 2001-02-22 14:23:44 +00:00
opensslconf.h.in Spelling corrected. 2001-03-02 10:57:54 +00:00
opensslv.h Bump the shared library version (should have been done a while ago). 2000-10-13 15:09:06 +00:00
symhacks.h Some EC function names are really long. Make aliases for VMS on VAX. 2001-03-08 17:20:31 +00:00
tmdiff.c Code for better build under Darwin (MacOS X). 2001-03-07 10:04:00 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
uid.c User OPENSSL_UNISTD instead of <unistd.h>. 2001-04-26 08:26:18 +00:00