aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-7/+6
2008-11-05Update obsolete email address...Dr. Stephen Henson4-4/+4
2008-11-01More size_tification.Ben Laurie1-6/+7
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson1-6/+4
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson1-2/+2
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-7/+12
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2-5/+14
2008-09-15Fix build warnings.Geoff Thorpe1-1/+1
2008-09-07Fix warning.Ben Laurie1-1/+2
2008-09-01Initial support for delta CRLs. If "use deltas" flag is set attempt to findDr. Stephen Henson3-99/+261
2008-08-29Add support for CRLs partitioned by reason code.Dr. Stephen Henson3-163/+259
2008-08-20Initial indirect CRL support.Dr. Stephen Henson2-29/+65
2008-08-13Initial support for CRL path validation. This supports distinct certificateDr. Stephen Henson2-19/+101
2008-08-12Initial code to support distinct certificate and CRL signing keys where theDr. Stephen Henson1-1/+28
2008-08-12Support for policy mappings extension.Dr. Stephen Henson1-1/+2
2008-08-08Initial support for name constraints certificate extension.Dr. Stephen Henson4-0/+66
2008-08-04Add support for nameRelativeToCRLIssuer field in distribution point nameDr. Stephen Henson1-24/+78
2008-07-30Initial support for alternative CRL issuing certificates.Dr. Stephen Henson1-14/+39
2008-07-13X509 verification fixes.Dr. Stephen Henson1-4/+8
2008-06-26Update from stable branch.Dr. Stephen Henson1-2/+8
2008-05-30Fix from stable branch.Dr. Stephen Henson1-1/+1
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke1-1/+1
2008-03-12And so it begins...Dr. Stephen Henson2-4/+9
2008-02-28Avoid warnings.Dr. Stephen Henson1-1/+1
2008-02-28Fix typo and avoid warning.Dr. Stephen Henson1-2/+2
2008-02-12Typo.Dr. Stephen Henson1-1/+1
2008-02-11Utility attribute function to retrieve attribute data from an expectedDr. Stephen Henson2-0/+18
2008-02-11Extend attribute setting routines to support non-string types.Dr. Stephen Henson1-2/+8
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson1-0/+4
2007-10-13Bunch of constifications.Andy Polyakov1-1/+1
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson2-4/+3
2007-09-19Fix dependencies. Make depend.Ben Laurie1-7/+8
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2-2/+2
2007-06-07Finish gcc 4.2 changes.Dr. Stephen Henson2-18/+14
2007-05-19Typo in x509_txt.c.Andy Polyakov1-1/+1
2007-02-18Updates from 0.9.8-stable branch.Dr. Stephen Henson1-1/+1
2007-02-07After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte1-2/+9
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-12-11use const ASN1_TIME *Nils Larsch4-12/+12
2006-12-06Fix change to OPENSSL_NO_RFC3779Dr. Stephen Henson2-2/+2
2006-12-05avoid duplicate entries in add_cert_dir()Nils Larsch1-5/+6
2006-12-04allocate a new attributes entry in X509_REQ_add_extensions()Nils Larsch1-0/+5
2006-11-27Add RFC 3779 support.Ben Laurie4-0/+15
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-11-16Remove illegal IMPLEMENT macros from header file.Dr. Stephen Henson1-5/+0
2006-11-06remove SSLEAY_MACROS codeNils Larsch2-149/+0
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson1-1/+18
2006-09-26Initialize new callbacks and make sure hent is always initialized.Dr. Stephen Henson2-0/+5
2006-09-25Complete the change for VMS.Richard Levitte1-1/+1
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson3-53/+19