openssl/crypto
Dr. Stephen Henson db50661fce X509 verification fixes.
Ignore self issued certificates when checking path length constraints.

Duplicate OIDs in policy tree in case they are allocated.

Use anyPolicy from certificate cache and not current tree level.
2008-07-13 14:25:36 +00:00
..
aes Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
asn1 Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
bf Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
bio Fix a variety of warnings generated by some elevated compiler-fascism, 2008-03-16 21:05:46 +00:00
bn Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
buffer size_t-fy crypto/buffer. 2007-10-09 15:52:07 +00:00
camellia Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
cast Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
cms New function CMS_add1_crl(). 2008-05-02 17:27:01 +00:00
comp And so it begins... 2008-03-12 21:14:28 +00:00
conf Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
des Update from stable branch. 2008-05-20 11:52:57 +00:00
dh More type-checking. 2008-06-04 11:01:43 +00:00
dsa Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
dso Make DSO WIN32 compile again. 2008-06-04 11:53:14 +00:00
ec Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
ecdh Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
ecdsa Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
engine Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
err Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
evp Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
hmac Fix some warnings. 2008-03-16 20:59:10 +00:00
idea Constify version strings and some structures. 2007-01-21 13:07:17 +00:00
krb5 Further BUILDENV refinement, further fool-proofing of Makefiles and 2005-05-16 16:55:47 +00:00
lhash More type-checking. 2008-06-04 11:01:43 +00:00
md2 Constify seed and md2. 2007-08-31 10:12:35 +00:00
md4 Remove unnecessary casts and avoid some warnings with gcc 4.2. 2007-06-07 16:07:57 +00:00
md5 Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
mdc2 Update filenames in makefiles. 2006-02-04 01:45:59 +00:00
objects Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
ocsp Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steve 2007-12-04 12:41:28 +00:00
pem More type-checking. 2008-06-04 11:01:43 +00:00
perlasm Depict future Win64/x64 development. 2008-05-03 18:34:59 +00:00
pkcs7 Delete nonexistant function from pkcs7.h header file. WIN32 build fix from 2008-04-04 00:06:43 +00:00
pkcs12 Update from stable branch. 2008-06-26 23:27:31 +00:00
pqueue Remove pq_compat.h. 2007-09-16 19:29:35 +00:00
rand Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
rc2 Wire RC4 key_table to read-only segment. 2007-09-18 21:10:32 +00:00
rc4 Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
rc5 rc5/asm/rc5-586.pl was erroneously omitted from last perlasm unification. 2008-01-17 19:48:01 +00:00
ripemd Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
rsa Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
seed Fix dependencies. Make depend. 2007-09-19 14:53:18 +00:00
sha Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug. 2008-04-24 09:59:45 +00:00
stack Remove old non-safestack code. 2008-06-04 14:34:39 +00:00
store More type-checking. 2008-06-04 11:01:43 +00:00
threads Add BeOS support. 2006-04-11 21:34:21 +00:00
ts Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
txt_db Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
ui Update from 0.9.8 stable. Eliminate duplicate error codes. 2006-11-21 21:29:44 +00:00
whrlpool Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
x509 X509 verification fixes. 2008-07-13 14:25:36 +00:00
x509v3 X509 verification fixes. 2008-07-13 14:25:36 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
alphacpuid.s Fix linking error after adding alphacpuid.s. 2007-05-15 07:11:23 +00:00
cpt_err.c Update from 0.9.8 stable. Eliminate duplicate error codes. 2006-11-21 21:29:44 +00:00
cryptlib.c Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +00:00
cryptlib.h Move _WIN32_WINNT definition from command line to e_os.h. The change is 2005-05-21 13:19:27 +00:00
crypto-lib.com Synchronise with Unix. 2008-04-18 06:04:03 +00:00
crypto.h Revert my earlier CRYPTO_THREADID commit, I will commit a reworked 2008-07-03 19:59:25 +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 Oops, this file already had the "empty source file" workaround but it 2003-10-29 22:25:04 +00:00
ebcdic.h EBCDIC support. 2000-02-01 02:21:16 +00:00
ex_data.c Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +00:00
ia64cpuid.S ia64cpuid update. 2007-07-27 18:03:27 +00:00
install.com Further synchronisation with Unix build. I hadn't noticed pq_compat.h 2008-04-12 08:41:05 +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 Fix mingw warnings. 2006-10-23 07:41:05 +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 Unify ppc assembler make rules. 2008-01-13 22:01:30 +00:00
md32_common.h md32_common.h update. 2007-07-23 13:57:15 +00:00
mem.c Profiling revealed that OPENSSL_cleanse consumes *more* CPU time than 2007-05-14 21:35:25 +00:00
mem_clr.c Fix warning. 2007-06-23 18:47:51 +00:00
mem_dbg.c Avoid warnings with -pedantic, specifically: 2008-07-04 23:12:52 +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 <strings.h> does not exist under WIN32. 2008-01-14 18:10:55 +00:00
o_str.h "Overload" SunOS 4.x memcmp, which ruins ASN1_OBJECT table lookups. 2005-09-20 20:19:07 +00:00
o_time.c Use gmtime on cygwin 2006-08-13 09:03:38 +00:00
o_time.h Use one address consistently. 2001-07-05 10:20:07 +00:00
opensslconf.h.in Eliminate warning induced by http://cvs.openssl.org/chngview?cn=14690 and 2005-12-16 10:37:24 +00:00
opensslv.h Reorganize the data used for SSL ciphersuite pattern matching. 2007-02-17 06:45:38 +00:00
ossl_typ.h #undef OCSP_RESPONSE: CryptoAPI uses this too. 2008-06-02 23:09:04 +00:00
ppccpuid.pl Unify ppc assembler make rules. 2008-01-13 22:01:30 +00:00
sparccpuid.S sparccpuid.s update. 2007-05-19 17:26:48 +00:00
sparcv9cap.c Typo in Linux part of sparcv9cap.c 2007-06-20 13:02:34 +00:00
symhacks.h Provide other forms for symbols that are too long or that clash with others 2008-04-12 08:40:01 +00:00
uid.c Netware-specific changes, 2003-11-28 13:10:58 +00:00
x86_64cpuid.pl Use default value for $dir if it is empty. 2008-02-25 13:14:06 +00:00
x86cpuid.pl Update perl asm scripts include paths for perlasm. 2008-01-05 22:28:38 +00:00