openssl/crypto
Lutz Jänicke bfa33c7e91 Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f 2007-10-19 08:25:15 +00:00
..
aes aes_ige update [from HEAD]. 2007-08-30 08:11:25 +00:00
asn1 gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
bf Update from HEAD. 2007-01-21 13:16:49 +00:00
bio Remove excessive whitespaces from bio.h. 2007-09-18 20:49:25 +00:00
bn Prepare OpenSSL 0.9.8g: cherry pick 2007-10-19 07:31:16 +00:00
buffer Rebuild error file C source files. 2006-11-21 20:14:46 +00:00
camellia Update from HEAD. 2007-01-21 13:16:49 +00:00
cast Update from HEAD. 2007-01-21 13:16:49 +00:00
comp - use OPENSSL_malloc() etc. in zlib 2007-02-14 21:50:26 +00:00
conf gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
des Wire DES weak_keys to read-only segment [from HEAD]. 2007-09-18 20:59:33 +00:00
dh Typos 2007-09-24 11:22:31 +00:00
dsa Fix from fips branch. 2007-10-05 16:47:04 +00:00
dso Rebuild error file C source files. 2006-11-21 20:14:46 +00:00
ec Fix crypto/ec/ec_mult.c to work properly with scalars of value 0 2007-05-22 09:48:06 +00:00
ecdh Fix warnings: C++ comments and computed value not used. 2007-07-04 12:56:33 +00:00
ecdsa Fix warnings: C++ comments and computed value not used. 2007-07-04 12:56:33 +00:00
engine gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
err Update from 0.9.7-stable branch 2006-12-07 13:28:07 +00:00
evp make depend 2007-09-19 12:17:11 +00:00
hmac Update filenames in makefiles 2006-02-04 01:49:36 +00:00
idea Update from HEAD. 2007-01-21 13:16:49 +00:00
krb5 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
lhash Update from HEAD. 2007-01-21 13:16:49 +00:00
md2 Update from HEAD. 2007-01-21 13:16:49 +00:00
md4 Update from HEAD. 2007-06-07 16:13:56 +00:00
md5 Update from HEAD. 2007-06-07 16:13:56 +00:00
mdc2 Update filenames in makefiles 2006-02-04 01:49:36 +00:00
objects Add SEED encryption algorithm. 2007-04-23 23:50:26 +00:00
ocsp gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
pem gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
perlasm Relax ISA detection. 2007-07-19 10:45:03 +00:00
pkcs7 Fix warnings: C++ comments and computed value not used. 2007-07-04 12:56:33 +00:00
pkcs12 Rebuild error file C source files. 2006-11-21 20:14:46 +00:00
pqueue Typo in pq_compat.h [note that this file is not present in HEAD]. 2007-09-17 16:21:21 +00:00
rand The use of the PURIFY macro in ssleay_rand_bytes() is sufficient to 2007-09-21 10:10:47 +00:00
rc2 Update from HEAD. 2007-01-21 13:16:49 +00:00
rc4 Integrate remaining parts of #14247 [from HEAD]. 2007-09-07 12:27:50 +00:00
rc5 Update filenames in makefiles 2006-02-04 01:49:36 +00:00
ripemd Update from HEAD. 2007-06-07 16:13:56 +00:00
rsa Make sure we detect corruption. 2007-04-04 12:50:13 +00:00
seed remove leftover from editing ... 2007-04-24 00:46:48 +00:00
sha Integrate remaining parts of #14247 [from HEAD]. 2007-09-07 12:27:50 +00:00
stack Reimplement safestack to avoid function pointer casts. 2007-09-06 21:07:43 +00:00
store Typo in str_lib [from HEAD]. 2007-07-07 20:11:42 +00:00
threads
txt_db Update from HEAD. 2007-01-21 13:16:49 +00:00
ui Rebuild error file C source files. 2006-11-21 20:14:46 +00:00
x509 gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
x509v3 gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
LPdir_nyi.c Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
LPdir_unix.c Import changed files from LPlib. The changes are logged as follows 2004-09-23 22:11:39 +00:00
LPdir_vms.c Import changed files from LPlib. The changes are logged as follows 2004-09-23 22:11:39 +00:00
LPdir_win.c Import changed files from LPlib. The changes are logged as follows 2004-09-23 22:11:39 +00:00
LPdir_win32.c Import changed files from LPlib. The changes are logged as follows 2004-09-23 22:11:39 +00:00
LPdir_wince.c Import changed files from LPlib. The changes are logged as follows 2004-09-23 22:11:39 +00:00
Makefile Update filenames in makefiles 2006-02-04 01:49:36 +00:00
cpt_err.c Rebuild error file C source files. 2006-11-21 20:14:46 +00:00
cryptlib.c gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
cryptlib.h Move _WIN32_WINNT definition from command line to e_os.h [from HEAD]. 2005-05-21 13:19:46 +00:00
crypto-lib.com Add SEED encryption algorithm. 2007-04-23 23:50:26 +00:00
crypto.h Eliminate "statement with no effect" warning when OPENSSL_assert macro 2005-05-08 19:54:33 +00:00
cversion.c (oops) Apologies all, that last header-cleanup commit was from the wrong 2004-04-19 18:09:28 +00:00
ebcdic.c
ebcdic.h
ex_data.c gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL. 2007-09-06 12:43:54 +00:00
ia64cpuid.S Cpuid modules updates. 2005-05-03 21:05:06 +00:00
install.com Add SEED encryption algorithm. 2007-04-23 23:50:26 +00:00
md32_common.h bswapl usage should be masked by I386_ONLY. 2005-09-19 13:17:07 +00:00
mem.c
mem_clr.c Fix warning. 2007-06-23 19:07:54 +00:00
mem_dbg.c To secure Win64 API I'm throwing in this minimalistic Win64 support. 2005-07-04 23:24:12 +00:00
o_dir.c DJGPP has opendir() and friends, according to Gisle Vanem <giva@bgnett.no>. 2004-08-03 19:15:21 +00:00
o_dir.h Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
o_dir_test.c Copy a few files from LPlib (a new project of mine), add a wrapper. 2004-07-10 13:16:02 +00:00
o_str.c "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups [from HEAD]. 2005-09-20 20:25:17 +00:00
o_str.h "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups [from HEAD]. 2005-09-20 20:25:17 +00:00
o_time.c Since version 7.0, The C RTL in VMS handles time in terms of UTC 2004-07-19 07:50:43 +00:00
o_time.h
opensslconf.h.in This fixes the installation target for dynamic engines, which was trying to 2004-06-01 03:18:58 +00:00
opensslv.h Release OpenSSL 0.9.8g with various fixes to issues introduced with 0.9.8f 2007-10-19 08:25:15 +00:00
ossl_typ.h Reduce dependencies on crypto.h by moving the opaque definition of 2004-05-17 18:39:00 +00:00
sparccpuid.S Cpuid modules updates. 2005-05-03 21:05:06 +00:00
symhacks.h Another symbol longer than 31 characters... 2004-09-08 08:13:03 +00:00
tmdiff.c
tmdiff.h
uid.c
x86_64cpuid.pl Solaris x86_64 /usr/ccs/bin/as support. 2005-06-20 14:50:26 +00:00
x86cpuid.pl Perlasm update from HEAD addressing build problems on non-ELF platforms 2005-12-06 18:47:18 +00:00