openssl/crypto
Andy Polyakov 1a979201d5 This is essentially Intel 32-bit compiler tune-up. To start with all
available compiler versions generated bogus machine code trying to
compile new crypto/des/cfb_enc.c. Secondly, 8th version defines
__GNUC__ macro, but fails to compile *some* inline assembler correctly.
Note that all versions of icc implement MSC-like _lrot[rl] intrinsic,
which is used now instead of offensive asm. Finally, unnecessary linker
dependencies are eliminated. Most notably dependency from libirc.a
caused trouble at application start-up, if libcrypto.so is linked with
-Bsymbolic (which it is).
2004-03-28 21:27:47 +00:00
..
aes Add the missing parts for DES CFB1 and CFB8. 2004-01-28 19:05:35 +00:00
asn1 Remove obsolete files. 2004-03-28 12:29:05 +00:00
bf Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bio Make prototypes for some callback pointers. 2004-03-25 16:21:42 +00:00
bn RAND_add() wants a double as it's last argument. 2004-03-25 15:52:43 +00:00
buffer Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
cast Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
comp Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
conf Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
des This is essentially Intel 32-bit compiler tune-up. To start with all 2004-03-28 21:27:47 +00:00
dh Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
dsa Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
dso Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ec Adds warnings about two curves and fixes the "seed" value for two other 2004-03-25 03:03:52 +00:00
ecdh
ecdsa A cleanup of the ecs_ossl.c code and some (doxygen) comments for ecdsa.h 2004-02-22 19:32:53 +00:00
engine ... and this should likewise fix up those RSA implementations that weren't 2004-03-25 02:55:17 +00:00
err We're passed p, so let's use p instead of making assumptions. 2004-01-24 01:16:02 +00:00
evp Enhance EVP code to generate random symmetric keys of the 2004-03-28 17:38:00 +00:00
hmac Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
idea Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
krb5 Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
lhash Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md4 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md5 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
mdc2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
objects Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
ocsp Typos. 2004-03-04 21:44:39 +00:00
pem Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
perlasm Netware-specific changes, 2003-11-28 13:10:58 +00:00
pkcs7 Enhance EVP code to generate random symmetric keys of the 2004-03-28 17:38:00 +00:00
pkcs12 Constify d2i, s2i, c2i and r2i functions and other associated 2004-03-15 23:15:26 +00:00
rand Wrap code starting with a definition. 2004-03-25 20:01:01 +00:00
rc2 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rc4 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rc5 This is essentially Intel 32-bit compiler tune-up. To start with all 2004-03-28 21:27:47 +00:00
ripemd Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rsa By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private key 2004-03-25 02:52:04 +00:00
sha SHA-1 assembler tune-up for Intel P4 2004-01-21 08:17:08 +00:00
stack Fix ASN1 warnings. 2004-03-25 13:37:02 +00:00
store
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 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ui #undef _POSIX_C_SOURCE in ui_openssl.c ruined IRIX builds. Comment on why 2004-01-27 22:06:48 +00:00
x509 Allow CRLs to be passed into X509_STORE_CTX. This is useful when the 2004-03-27 22:49:28 +00:00
x509v3 Make {i2v,v2i}_ASN1_BIT_STRING global. 2004-03-28 12:40:11 +00:00
.cvsignore
cpt_err.c
cryptlib.c
cryptlib.h
crypto-lib.com Sync the VMS build with Unix. 2004-03-23 14:50:16 +00:00
crypto.h
cversion.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
ebcdic.c
ebcdic.h
ex_data.c
install.com Add store.h among the exported headers on VMS. 2004-03-24 09:52:16 +00:00
Makefile.ssl Only build the PKCS#7 test applications if "pkcs7" is present in 2004-03-24 10:48:50 +00:00
md32_common.h This is essentially Intel 32-bit compiler tune-up. To start with all 2004-03-28 21:27:47 +00:00
mem_clr.c
mem_dbg.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
mem.c CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULL 2003-12-01 12:06:15 +00:00
o_str.c Typo... 2004-03-24 09:40:59 +00:00
o_str.h
o_time.c
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Initial support for certificate policy checking and evaluation. 2004-03-23 14:14:35 +00:00
symhacks.h SSL_COMP_get_compression_method is a typo (a missing 's' at the end of 2004-03-25 21:32:30 +00:00
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
tmdiff.h
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00