Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.
[openssl.git] / crypto / x509v3 / x509v3.h
2008-03-24 Dr. Stephen HensonAdd signed receipt ASN1 structures. Initial GENERAL_NAM...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2007-04-11 Dr. Stephen HensonConstification.
2006-12-06 Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-30 Dr. Stephen HensonWin32 fixes from stable branch.
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-09-14 Dr. Stephen HensonSupport for AKID in CRLs and partial support for IDP...
2006-09-10 Dr. Stephen HensonAdd verify callback functions to lookup a STACK of...
2006-07-24 Dr. Stephen HensonCache some CRL related extensions.
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2006-01-08 Bodo MöllerAvoid contradictive error code assignments.
2005-07-26 Dr. Stephen HensonAdd declaration for IDP ASN1 functions.
2005-07-25 Dr. Stephen HensonAdd support for setting IDP too.
2005-07-25 Dr. Stephen HensonAllow setting of all fields in CRLDP. Few cosmetic...
2005-07-23 Dr. Stephen HensonInitial print only support for IDP CRL extension.
2005-05-11 Bodo MöllerFix more error codes.
2005-01-17 Richard LevitteChanges concering RFC 3820 (proxy certificates) integra...
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-29 Richard LevitteMake an explicit check during certificate validation...
2004-03-31 Dr. Stephen HensonNew function X509_POLICY_NODE_print()
2004-03-28 Dr. Stephen HensonMake {i2v,v2i}_ASN1_BIT_STRING global.
2004-03-23 Dr. Stephen HensonInitial support for certificate policy checking and...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-03-24 Dr. Stephen HensonSupport for name constraints.
2003-03-21 Dr. Stephen HensonSupport for policy constraints.
2003-03-20 Dr. Stephen HensonNew ASN1 macros to just implement and declare the new...
2003-03-20 Dr. Stephen HensonSupport for policyMappings
2003-02-27 Dr. Stephen HensonSupport for dirName from config files in GeneralName...
2003-02-05 Dr. Stephen HensonIPv6 display and input support for extensions usingh...
2003-01-29 Richard LevitteDVCS (see RFC 3029) was missing among the possible...
2002-11-12 Dr. Stephen HensonInitial ASN1 generation code. This can construct
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-10-21 Dr. Stephen HensonReject certificates with unhandled critical extensions.
2001-09-12 Dr. Stephen HensonAdd certificate and request demos.
2001-06-28 Dr. Stephen HensonModify apps to use NCONF code instead of old CONF code.
2001-05-10 Dr. Stephen HensonPurpose and trust setting functions for X509_STORE.
2001-03-15 Dr. Stephen HensonOverhaul the display of certificate details in
2001-02-23 Dr. Stephen HensonInitial support for ASN1_ITEM_FUNCTION option to
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-27 Dr. Stephen HensonX509V3_add_i2d() needs to be able to allocate a
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-14 Dr. Stephen HensonNew function X509V3_extensions_print() this removes...
2000-12-13 Dr. Stephen HensonRewrite the extension code to use an ASN1_ITEM structure
2000-12-08 Dr. Stephen HensonMerge from the ASN1 branch of new ASN1 code
2000-10-27 Richard LevitteThe majority of the OCSP code from CertCo.
2000-10-06 Dr. Stephen HensonMore code for X509_print_ex() support.
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-11 Dr. Stephen HensonDocument EVP routines. Change EVP_SealInit() and EVP_Op...
2000-06-01 Geoff Thorpe"make update" + stripping the type-specific stack funct...
2000-06-01 Geoff ThorpeThe previous commit to crypto/stack/*.[ch] pulled the...
2000-05-17 Ben LaurieTypesafety Thought Police last part.
2000-05-17 Ben LaurieTypesafety Thought Police part 5.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-03-25 Richard LevitteBeautifying code.
2000-03-07 Dr. Stephen HensonNew compatability trust and purpose settings.
2000-02-26 Bodo MöllerMore get0 et al. changes. Also provide fgrep targets...
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-07 Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-01-07 Dr. Stephen Henson#undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
1999-11-29 Dr. Stephen HensonAdd part of chain verify SSL support code: not complete...
1999-11-26 Dr. Stephen HensonNew options to the -verify program which can be used...
1999-11-23 Dr. Stephen HensonSupport for authority information access extension.
1999-11-19 Dr. Stephen HensonSupport for otherName in GeneralName.
1999-11-04 Dr. Stephen HensonAllow additional information to be attached to a
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-10-13 Dr. Stephen HensonInitial support for certificate purpose checking: this...
1999-10-09 Dr. Stephen HensonNew functions to parse and get extensions.
1999-08-25 Dr. Stephen HensonAllow extensions to be added to certificate requests...
1999-06-21 Dr. Stephen HensonImplement STACK_OF(ANS1_OBJECT) for extended key usage...
1999-06-20 Dr. Stephen HensonConvert the CONF library to use a typesafe stack: a...
1999-06-11 Dr. Stephen HensonDocument the X509V3 code and change some of the extensi...
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-09 Dr. Stephen HensonKill evil casts, fix PKCS#7 and add new X509V3 Function.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-21 Dr. Stephen HensonSuppport for CRL distribution points extension. Also...
1999-04-20 Dr. Stephen HensonVarious fixes so Win32 compile may work. Convert Genera...
1999-04-19 Dr. Stephen HensonFinish off support for Certificate Policies extension.
1999-04-19 Ulf MöllerClean up prototypes (prepare for removing NOPROTO).
1999-04-19 Bodo MöllerRemoved extra semicolons.
1999-04-18 Dr. Stephen HensonInitial support for Certificate Policies extension...
1999-04-17 Dr. Stephen HensonAllow asn1parse to print out VISIBLESTRING and some...
1999-04-17 Ben LaurieMassive constification.
1999-04-17 Ben LaurieAnother STACK bites the dust.
1999-04-16 Dr. Stephen HensonAdd initial support for r2i RAW extensions which can...
1999-04-14 Dr. Stephen HensonAdd some utilities to support SXNet extension also...
1999-04-13 Dr. Stephen HensonDelete all the old X509V3 pack and unpack stuff and...
1999-03-27 Dr. Stephen HensonAdd initial support for Thawte strong extranet certific...
1999-03-08 Dr. Stephen HensonAdd missing funtions from non ANSI section of header...
1999-03-06 Dr. Stephen HensonAdded support for adding extensions to CRLs, also fix...
next