openssl/crypto
Bodo Möller e84c2d2679 As ftruncate is not availabe on all platforms, switch back to
opening the output file with "wb" to truncate it except on VMS
(where the file now keeps its original length because it is opened
with "rb+" -- does VMS have ftruncate?)
2000-01-23 19:58:03 +00:00
..
asn1 Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
bf Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
bio Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
bn Document the DH library, and make some minor changes along the way. 2000-01-22 20:05:23 +00:00
buffer It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
cast Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
comp Update dependencies. 1999-05-01 22:36:10 +00:00
conf It's possible that considering the configuration file as a binary file 1999-11-12 02:19:05 +00:00
des fail on all errors. 2000-01-22 21:25:36 +00:00
dh Document the DH library, and make some minor changes along the way. 2000-01-22 20:05:23 +00:00
dsa Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
err Avoid some warnings, and run "make update". 2000-01-14 17:28:48 +00:00
evp Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
hmac some more patches for avoiding problems with non-automatic variables 1999-09-08 21:58:13 +00:00
idea Some pre-POSIX systems don't have unistd.h (but e.g. lib.c). 1999-06-09 13:23:38 +00:00
lhash It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
md2 some more patches for avoiding problems with non-automatic variables 1999-09-08 21:58:13 +00:00
md5 Makefile clean-ups, crypto/bn/asm/alpha.s compiles on Alpha Linux. 1999-12-25 16:08:31 +00:00
mdc2 Some more ifdefs for no-xxx options. 2000-01-21 00:03:51 +00:00
objects Compaq C 6.2 for VMS will complain when we want to convert 2000-01-18 09:30:51 +00:00
pem Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
perlasm Initial support for MacOS is now available 1999-12-19 16:17:45 +00:00
pkcs7 Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
pkcs12 Check RAND_bytes() return value or use RAND_pseudo_bytes(). 2000-01-21 01:15:56 +00:00
rand As ftruncate is not availabe on all platforms, switch back to 2000-01-23 19:58:03 +00:00
rc2 Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
rc4 Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
rc5 Improve support for running everything as a monolithic application. 1999-10-25 19:36:01 +00:00
ripemd MacOS updates. 1999-12-19 16:07:19 +00:00
rsa Document the DH library, and make some minor changes along the way. 2000-01-22 20:05:23 +00:00
sha Metrowerks for Motorola tune-up. 2000-01-02 22:03:10 +00:00
stack New options to the -verify program which can be used for chain verification. 1999-11-26 00:27:07 +00:00
threads Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00
txt_db It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
x509 Some more ifdefs for no-xxx options. 2000-01-21 00:03:51 +00:00
x509v3 Some more ifdefs for no-xxx options. 2000-01-21 00:03:51 +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 Complete rewrite of the error code generation script. It now runs as a single 1999-04-24 00:15:18 +00:00
cryptlib.c Late break-in patch for MacOS support. 1999-12-19 21:35:29 +00:00
cryptlib.h It was a very bad idea to use #include "../e_os.h" -- when this occurs 1999-05-21 11:16:48 +00:00
crypto-lib.com Give the user the possibility to ask for compilation of only the files 2000-01-17 00:57:10 +00:00
crypto.h add V_CRYPTO_MDEBUG_ALL 2000-01-07 10:50:54 +00:00
cversion.c Always use buildinf.h, which now includes the mk1mfinf.h data. 1999-07-29 12:57:23 +00:00
ebcdic.h Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress). 1999-06-04 21:47:27 +00:00
ex_data.c Make the perl module compile and eliminate some of the warnings. 1999-07-22 16:10:31 +00:00
install.com Make sure installed files are world readable 1999-11-12 01:42:59 +00:00
Makefile.ssl make no-des and no-rc2 work. 2000-01-07 12:15:54 +00:00
md32_common.h Metrowerks for Motorola tune-up. 2000-01-02 22:03:10 +00:00
mem.c Late break-in patch for MacOS support. 1999-12-19 21:35:29 +00:00
mem_dbg.c Document the DH library, and make some minor changes along the way. 2000-01-22 20:05:23 +00:00
opensslconf.h.in RC4 tune-up featuring 30-40% performance improvement on most RISC 1999-10-07 12:03:59 +00:00
opensslv.h Bump after tarball rolling. 1999-08-09 11:14:08 +00:00
tmdiff.c Remove redundant ifdef. 1999-05-13 13:29:41 +00:00
tmdiff.h Remove NOPROTO definitions and error code comments. 1999-04-26 16:43:10 +00:00