Initial support for delta CRLs. If "use deltas" flag is set attempt to find
[openssl.git] / crypto / x509 / x509.h
2008-09-01 Dr. Stephen HensonInitial support for delta CRLs. If "use deltas" flag...
2008-08-20 Dr. Stephen HensonInitial indirect CRL support.
2008-08-08 Dr. Stephen HensonInitial support for name constraints certificate extension.
2008-03-12 Dr. Stephen HensonAnd so it begins...
2008-02-11 Dr. Stephen HensonUtility attribute function to retrieve attribute data...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2006-12-11 Nils Larschuse const ASN1_TIME *
2006-12-06 Dr. Stephen HensonFix change to OPENSSL_NO_RFC3779
2006-11-27 Ben LaurieAdd RFC 3779 support.
2006-11-16 Dr. Stephen HensonRemove illegal IMPLEMENT macros from header file.
2006-11-06 Nils Larschremove SSLEAY_MACROS code
2006-10-03 Dr. Stephen HensonPlace standard CRL behaviour in default X509_CRL_METHOD...
2006-09-21 Dr. Stephen HensonTidy up CRL handling by checking for critical extension...
2006-09-10 Dr. Stephen HensonAdd verify callback functions to lookup a STACK of...
2006-07-25 Dr. Stephen HensonSupport for multiple CRLs with same issuer name in...
2006-07-24 Dr. Stephen HensonCache some CRL related extensions.
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-18 Dr. Stephen HensonStore canonical encodings of Name structures. Update...
2006-05-17 Dr. Stephen HensonExtended PBES2 function supporting application supplied...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...
2006-02-12 Ulf MöllerRFC 3161 compliant time stamp request creation, respons...
2005-05-15 Dr. Stephen HensonMake -CSP option work again in pkcs12 utility by checki...
2005-05-11 Bodo MöllerFix more error codes.
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieConstification.
2004-12-28 Richard LevitteAdd functionality needed to process proxy certificates.
2004-10-04 Dr. Stephen HensonFix race condition when CRL checking is enabled.
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
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-10-24 Geoff ThorpeRemove duplicate prototypes have already been (correctl...
2003-07-23 Dr. Stephen HensonAvoid clashes with Win32 names in WinCrypt.h
2003-04-03 Richard LevitteAdd functionality to help making self-signed certificate.
2003-03-20 Richard LevitteMake sure we get the definition of a number of OPENSSL_...
2002-11-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-14 Richard Levittemakedepend complains when a header file is included...
2002-10-03 Dr. Stephen HensonVarious enhancements to PKCS#12 code, new
2002-08-22 Dr. Stephen HensonMake -nameopt work in req and add support for -reqopt
2002-08-09 Bodo MöllerAdd ECDH support.
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-02-13 Bodo MöllerECDSA support
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-10-04 Richard LevitteBecause there's chances we clash with the system's...
2001-09-01 Geoff ThorpeMake the necessary changes to work with the recent...
2001-08-17 Dr. Stephen HensonAdd CRL utility functions to allow CRLs to be
2001-08-06 Bodo MöllerReinsert typedef'ed names for structs to help those...
2001-08-05 Ben LaurieStart to reduce some of the header bloat.
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-06-11 Dr. Stephen HensonAdd support for MS CSP Name PKCS#12 attribute.
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-26 Dr. Stephen HensonEnhance OCSP_request_verify() so it finds the signers...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-02-02 Dr. Stephen HensonVarious function for commmon operations.
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-12-28 Dr. Stephen HensonASN1_ITEM versions of sign, verify, pack and unpack.
2000-12-24 Dr. Stephen HensonNew function X509V3_add_i2d() this is used for
2000-12-14 Dr. Stephen HensonNew function X509_signature_print() to remove some...
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-04 Dr. Stephen HensonGlobal DirectoryString mask fix.
2000-09-07 Dr. Stephen HensonTwo new PKCS#12 demo programs.
2000-09-07 Richard LevitteIt's not just VMS that needs some symbols to be hacked...
2000-09-05 Dr. Stephen HensonFix typo in rsautl.
2000-09-05 Dr. Stephen Henson*BIG* verify code reorganisation.
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-09-03 Dr. Stephen HensonAdd 'rsautl' low level RSA utility.
2000-07-30 Dr. Stephen HensonDocument the new DN printing options.
2000-07-28 Dr. Stephen HensonNew ASN1_STRING_print_ex() and X509_NAME_print_ex()
2000-07-26 Dr. Stephen HensonMake NEG_PUBKEY_BUG on by default.
2000-06-20 Dr. Stephen HensonHandle ASN1_SET_OF and PKCS12_STACK_OF using function
2000-06-16 Dr. Stephen HensonSafe stack reorganisation in terms of function casts.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
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-18 Dr. Stephen HensonFix c_rehash script, add -fingerprint option to crl.
2000-05-16 Ben LaurieTypesafety Thought Police part 3.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
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-20 Dr. Stephen HensonChange the 'other' structure in certificate aux info.
2000-02-07 Dr. Stephen HensonRename the X509V3_*_d2i functions to X509_get_ext_d2i...
2000-02-05 Dr. Stephen HensonAdd support for some broken PKCS#8 formats.
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-21 Ulf MöllerSome more ifdefs for no-xxx options.
2000-01-20 Dr. Stephen HensonOops... undo change to wrong prototype.
2000-01-20 Dr. Stephen HensonFinish off the X509_ATTRIBUTE string stuff.
2000-01-19 Dr. Stephen HensonRename X509_att*() stuff to X509at_*(), add X509_REQ...
2000-01-07 Dr. Stephen HensonMore X509_ATTRIBUTE changes.
2000-01-06 Dr. Stephen HensonInitial automation changes to 'req' and X509_ATTRIBUTE...
2000-01-01 Dr. Stephen HensonFix some of the command line password stuff. New function
1999-12-29 Dr. Stephen HensonSimplify the trust structure: basically zap the bit...
1999-12-26 Dr. Stephen HensonNew {i2d,d2i}_PrivateKey_{bio, fp} functions.
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-24 Dr. Stephen HensonFixes so NO_RSA works again.
1999-12-02 Dr. Stephen HensonChange the trust and purpose code so it doesn't need...
next