openssl/crypto
Geoff Thorpe b6358c89a1 Convert openssl code not to assume the deprecated form of BN_zero().
Remove certain redundant BN_zero() initialisations, because BN_CTX_get(),
BN_init(), [etc] already initialise to zero.

Correct error checking in bn_sqr.c, and be less wishy-wash about how/why
the result's 'top' value is set (note also, 'max' is always > 0 at this
point).
2004-03-13 23:57:20 +00:00
..
aes Add the missing parts for DES CFB1 and CFB8. 2004-01-28 19:05:35 +00:00
asn1 Cleanup ASN1 OID module when it exits. 2004-03-05 23:47:56 +00:00
bf Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bio Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
bn Convert openssl code not to assume the deprecated form of BN_zero(). 2004-03-13 23:57:20 +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 minor signed/unsigned warning fixes 2004-02-10 18:46:10 +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 Convert openssl code not to assume the deprecated form of BN_zero(). 2004-03-13 23:57:20 +00:00
ecdh Unsigned vs. signed fixed. 2003-06-19 16:56:48 +00:00
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 OpenBSD-internal changes. 2003-12-27 15:02:56 +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 Add flag to avoid continuous 2004-02-01 13:39:51 +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 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +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 Support for inhibitAnyPolicy extension. 2004-03-08 13:56:31 +00:00
ocsp Typos. 2004-03-04 21:44:39 +00:00
pem Memory leak fix. 2004-03-05 23:39:42 +00:00
perlasm Netware-specific changes, 2003-11-28 13:10:58 +00:00
pkcs7 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
pkcs12 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rand Typo 2004-01-29 02:55:43 +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 Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
ripemd Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
rsa Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
sha SHA-1 assembler tune-up for Intel P4 2004-01-21 08:17:08 +00:00
stack Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
store Implement missing functions. 2003-06-26 10:26:42 +00:00
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 Various X509 fixes. Disable broken certificate workarounds 2004-03-05 17:16:35 +00:00
x509v3 static 2004-03-10 01:20:26 +00:00
.cvsignore
cpt_err.c
cryptlib.c Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cryptlib.h
crypto-lib.com Damnit, I'm sick of having to do something special every time a module 2003-11-29 09:19:12 +00:00
crypto.h Setting the ex_data index is unsafe in a threaded environment, so 2003-10-06 09:09:44 +00:00
cversion.c Use BUF_strlcpy() instead of strcpy(). 2003-12-27 14:40:17 +00:00
ebcdic.c Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h
ex_data.c Relax some over-zealous constification that gave some lhash-based code no 2003-10-29 04:57:05 +00:00
install.com
Makefile.ssl Use sh explicitely to run point.sh 2003-12-27 14:59:07 +00:00
md32_common.h Netware-specific changes, 2003-11-28 13:10:58 +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 Include strings.h so strcasecmp() and strncasecmp() get properly declared. 2003-12-27 14:54:48 +00:00
o_str.h Typos. 2003-09-09 23:44:39 +00:00
o_time.c Do not try to use non-existent gmtime_r() on SunOS4. 2003-06-12 00:57:25 +00:00
o_time.h
opensslconf.h.in
opensslv.h
ossl_typ.h Avoid clashes with Win32 names in WinCrypt.h 2003-07-23 00:10:43 +00:00
symhacks.h
tmdiff.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
tmdiff.h For whatever reason (compiler or header bugs), at least one commonly-used 2003-10-29 04:40:13 +00:00
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00