summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/x509v3.h
AgeCommit message (Expand)Author
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-03-24Support for name constraints.Dr. Stephen Henson
2003-03-21Support for policy constraints.Dr. 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-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
2002-11-12Initial ASN1 generation code. This can constructDr. Stephen Henson
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-21Reject certificates with unhandled critical extensions.Dr. Stephen Henson
2001-09-12Add certificate and request demos.Dr. Stephen Henson
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-02-23Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2000-12-27X509V3_add_i2d() needs to be able to allocate aDr. Stephen Henson
2000-12-24New function X509V3_add_i2d() this is used forDr. Stephen Henson
2000-12-14New function X509V3_extensions_print() this removes extension duplicationDr. Stephen Henson
2000-12-13Rewrite the extension code to use an ASN1_ITEM structureDr. Stephen Henson
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson
2000-10-27The majority of the OCSP code from CertCo.Richard Levitte
2000-10-06More code for X509_print_ex() support.Dr. Stephen Henson
2000-09-05*BIG* verify code reorganisation.Dr. Stephen Henson
2000-06-16Safe stack reorganisation in terms of function casts.Dr. Stephen Henson
2000-06-11Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson
2000-06-01"make update" + stripping the type-specific stack functions out ofGeoff Thorpe
2000-06-01The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe
2000-05-17Typesafety Thought Police last part.Ben Laurie
2000-05-17Typesafety Thought Police part 5.Ben Laurie
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-25Beautifying code.Richard Levitte
2000-03-07New compatability trust and purpose settings.Dr. Stephen Henson
2000-02-26More get0 et al. changes. Also provide fgrep targets in CHANGESBodo Möller
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-07Rename the X509V3_*_d2i functions to X509_get_ext_d2i() etc.Dr. Stephen Henson
2000-01-07#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-11-29Add part of chain verify SSL support code: not complete or doing anythingDr. Stephen Henson
1999-11-26New options to the -verify program which can be used for chain verification.Dr. Stephen Henson
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-11-19Support for otherName in GeneralName.Dr. Stephen Henson
1999-11-04Allow additional information to be attached to aDr. Stephen Henson
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-13Initial support for certificate purpose checking: this willDr. Stephen Henson
1999-10-09New functions to parse and get extensions.Dr. Stephen Henson