summaryrefslogtreecommitdiffstats
path: root/crypto/x509
AgeCommit message (Expand)Author
2008-09-15Merge minor FIPS branch changes: buffer, objects, pem, x509.Dr. Stephen Henson
2008-07-13Update from HEAD.Dr. Stephen Henson
2008-06-26Add support for Local Machine Keyset attribute in PKCS#12 files.Dr. Stephen Henson
2008-05-30Don't set extended type is mbstring flag set.Dr. Stephen Henson
2008-04-02Backport some useful ASN1 utility functions from HEAD.Dr. Stephen Henson
2007-10-12Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-05-19Typo in x509_txt.c [from HEAD].Andy Polyakov
2007-02-18Fix Win32 warnings.Dr. Stephen Henson
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-12-06Update from HEAD.Dr. Stephen Henson
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch
2006-12-04allocate a new attributes entry in X509_REQ_add_extensions()Nils Larsch
2006-11-27Add RFC 3779 support, contributed by ARIN.Ben Laurie
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-05-03Inherit check time if appropriate.Dr. Stephen Henson
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2005-09-02Add two extra verify flags functions.Dr. Stephen Henson
2005-07-26improved error checking and some fixesNils Larsch
2005-07-16makeNils Larsch
2005-07-03Fix bugs in bug-fix to x509/by_dir.c [from HEAD].Andy Polyakov
2005-06-23Initialise dir to avoid a compiler warning.Richard Levitte
2005-06-23Change dir_ctrl to check for the environment variable before using the defaultRichard Levitte
2005-06-16Update from head.Dr. Stephen Henson
2005-06-05Old typo...Richard Levitte
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-20Rename typed version of M_ASN1_get M_ASN1_get_x to avoid conflicts.Dr. Stephen Henson
2005-04-19Various Win32 and other fixes for warnings and compilation errors.Dr. Stephen Henson
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-10Move allow_proxy_certs declaration to start of function.Dr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-30Constification.Ben Laurie
2005-01-17Changes concering RFC 3820 (proxy certificates) integration:Richard Levitte
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-09Automatically mark the CRL cached encoding as invalid when some operationsDr. Stephen Henson
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-12-04In by_file.c check last error for no start line, not first error.Dr. Stephen Henson
2004-12-01Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson
2004-11-29Make an explicit check during certificate validation to see that theRichard Levitte
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson