openssl/crypto
Andy Polyakov 51ff6bde38 Engage Applink in mingw. Note that application-side module is not
compiled into *our* aplpications. That's because mingw is always
consistent with itself. Having library-side code linked into .dll
makes it possible to deploy the .dll with user-code compiled with
another compiler [which is pretty much the whole point behind Applink].
2005-05-18 08:16:46 +00:00
..
aes Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
asn1 Engage Applink for VC builds. 2005-05-17 16:50:46 +00:00
bf Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
bio Engage Applink in mingw. Note that application-side module is not 2005-05-18 08:16:46 +00:00
bn Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
buffer Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
cast Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
comp Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
conf Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h 2005-05-17 00:01:48 +00:00
des Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
dh Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
dsa Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
dso Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
ec simplify EC_KEY_dup 2005-05-17 12:23:16 +00:00
ecdh Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
ecdsa Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
engine Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
err Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h 2005-05-17 00:01:48 +00:00
evp Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
hmac Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h 2005-05-17 00:01:48 +00:00
idea Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
krb5 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
lhash Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
md2 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
md4 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
md5 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
mdc2 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
objects Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
ocsp Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
pem Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
perlasm Comply with optimization manual (no data should share cache-line with code). 2005-05-09 21:48:01 +00:00
pkcs7 fix memory leak (BIO_free_all needs pointer to first BIO) 2005-05-17 05:52:24 +00:00
pkcs12 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
pqueue Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
rand Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
rc2 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
rc4 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
rc5 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
ripemd Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
rsa Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
sha Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
stack Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
store Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
threads
txt_db Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
ui Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h 2005-05-17 00:01:48 +00:00
x509 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
x509v3 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
.cvsignore
cpt_err.c
cryptlib.c Cygwin doesn't expose Win32 [not "officially"]. 2005-05-03 21:20:17 +00:00
cryptlib.h Engage Applink in mingw. Note that application-side module is not 2005-05-18 08:16:46 +00:00
crypto-lib.com Synchronise with Unix build system. 2005-04-28 04:55:28 +00:00
crypto.h Eliminate "statement with no effect" warning when OPENSSL_assert macro 2005-05-08 19:54:33 +00:00
cversion.c
ebcdic.c
ebcdic.h
ex_data.c
ia64cpuid.S Cpuid modules updates. 2005-05-03 21:05:06 +00:00
install.com
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
Makefile Engage Applink in mingw. Note that application-side module is not 2005-05-18 08:16:46 +00:00
md32_common.h
mem_clr.c avoid warnings when building on systems where sizeof(void *) > sizeof(int) 2005-04-29 14:26:59 +00:00
mem_dbg.c Move cryptlib.h prior bio.h. Actually it makes sense to include cryptlib.h 2005-05-17 00:01:48 +00:00
mem.c
o_dir_test.c
o_dir.c
o_dir.h
o_str.c
o_str.h
o_time.c
o_time.h
opensslconf.h.in
opensslv.h I just branched 0.9.8, so HEAD needs to be bumped to 0.9.9-dev. 2005-05-18 03:58:34 +00:00
ossl_typ.h
sparccpuid.S Cpuid modules updates. 2005-05-03 21:05:06 +00:00
symhacks.h
tmdiff.c
tmdiff.h
uid.c
x86_64cpuid.pl Rename amd64 modules to x86_64 and update RC4 implementation. 2005-05-03 15:42:05 +00:00
x86cpuid.pl Cpuid modules updates. 2005-05-03 21:05:06 +00:00