Make rcu_thread_key context-aware
[openssl.git] / crypto / x509 / x509.h
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-28 Dr. Stephen HensonRemove d2i_X509_PKEY and i2d_X509_PKEY
2015-03-25 Dr. Stephen Hensonmake X509_NAME opaque
2015-03-23 Dr. Stephen Hensonmake X509_EXTENSION opaque
2015-03-16 Dr. Stephen HensonMake X509_ATTRIBUTE opaque.
2015-03-12 Dr. Stephen HensonRemove obsolete declarations.
2015-03-11 Rich SalzMerge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC
2015-02-06 Rich SalzRemove X509_PAIR
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: RFC3779
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-05 Dr. Stephen HensonConstify ASN1_TYPE_cmp add X509_ALGOR_cmp.
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-18 Matt CaswellChange all instances of OPENSSL_NO_DEPRECATED to OPENSS...
2014-09-05 Emilia KasperAdd i2d_re_X509_tbs
2012-12-04 Dr. Stephen Hensoninitial support for delta CRL generations by diffing...
2012-11-29 Dr. Stephen Hensonadd wrapper function for certificate download
2012-11-28 Dr. Stephen HensonGeneralise OCSP I/O functions to support dowloading...
2012-08-03 Dr. Stephen HensonRename Suite B functions for consistency.
2012-08-03 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-06-13 Dr. Stephen HensonNew functions to retrieve certificate signatures and...
2012-06-12 Dr. Stephen Hensonprint out issuer and subject unique identifier fields...
2010-10-03 Dr. Stephen HensonAdd call to ENGINE_register_all_complete() to ENGINE_lo...
2010-03-14 Dr. Stephen Hensonadd X509_CRL_sign_ctx function
2010-03-11 Dr. Stephen HensonRSA PSS ASN1 signing method
2010-03-11 Dr. Stephen HensonNew function X509_ALGOR_set_md() to set X509_ALGOR...
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-01-22 Dr. Stephen HensonTolerate PKCS#8 DSA format with negative private key.
2010-01-12 Dr. Stephen HensonPR: 2136
2009-11-25 Dr. Stephen HensonAdd PBKFD2 prototype.
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-01-15 Dr. Stephen HensonUpdate certificate hash line format to handle canonical...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-01 Ben LaurieMore size_tification.
2008-10-07 Dr. Stephen HensonExperimental new date handling routines. These fix...
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.
next