summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
AgeCommit message (Expand)Author
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-10staticGeoff Thorpe
2004-03-08Fix policy constraints syntax.Dr. Stephen Henson
2004-03-08Support for inhibitAnyPolicy extension.Dr. Stephen Henson
2004-03-05Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson
2003-12-27Use sh explicitely to run point.shRichard Levitte
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte
2003-11-20Give CRLDP its standard name.Dr. Stephen Henson
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe
2003-09-27Change the indentation from 12 to indent+4.Richard Levitte
2003-05-28PR: 627Dr. Stephen Henson
2003-05-28PR: 631Dr. Stephen Henson
2003-05-02Make DER option work again.Dr. Stephen Henson
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-04-03Reindent for readability.Richard Levitte
2003-03-31Don't feil when indent is 0.Richard Levitte
2003-03-30Multi valued AVA support.Dr. Stephen Henson
2003-03-24make updateDr. Stephen Henson
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-03-21make updateDr. Stephen Henson
2003-03-21Support for policy constraints.Dr. Stephen Henson
2003-03-20make updateDr. Stephen Henson
2003-03-20New ASN1 macros to just implement and declare the new and free functionsDr. Stephen Henson
2003-03-20Support for policyMappingsDr. Stephen Henson
2003-02-27Support for dirName from config files in GeneralName extensions.Dr. Stephen Henson
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2003-02-05IPv6 display and input support for extensions usingh GeneralName.Dr. Stephen Henson
2003-01-29DVCS (see RFC 3029) was missing among the possible purposes.Richard Levitte
2003-01-01Adjust the parameter lists in some not commonly used files.Richard Levitte
2002-12-29make updateRichard Levitte
2002-11-14Fix get_email: 0 is a valid return valueDr. Stephen Henson
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-11-13Fix memory leak in s2i_ASN_INTEGER and return an errorDr. Stephen Henson
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-08-09make updateBodo Möller
2002-07-30"make update"Lutz Jänicke
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller
2002-06-27Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte
2002-06-13Fix ext_dat.h extension ordering.Dr. Stephen Henson
2002-06-13The new ASN1 code automatically allocatesDr. Stephen Henson
2002-05-30Check the return values where memory allocation failures may happen.Richard Levitte
2002-02-28disable '#ifdef DEBUG' sectionsBodo Möller
2002-02-13ECDSA supportBodo Möller
2002-01-27Undo previous change, X509_check_issued() was correct.Bodo Möller
2002-01-26Apply a small patch from Diego R. Lopez <diego.lopez@rediris.es>,Richard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-27Add support for Subject Info Acess extension.Dr. Stephen Henson
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson