summaryrefslogtreecommitdiff
path: root/crypto/x509/x509.h
Commit message (Expand)AuthorAgeFilesLines
* Add call to ENGINE_register_all_complete() to ENGINE_load_builtin_engines(),steve2010-10-031-0/+1
* add X509_CRL_sign_ctx functionsteve2010-03-141-3/+6
* RSA PSS ASN1 signing methodsteve2010-03-111-0/+3
* New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)steve2010-03-111-0/+1
* Add algorithm specific signature printing. An individual ASN1 method cansteve2010-03-061-0/+1
* Tolerate PKCS#8 DSA format with negative private key.steve2010-01-221-0/+1
* PR: 2136steve2010-01-121-0/+5
* Add PBKFD2 prototype.steve2009-11-251-0/+3
* Updates from 1.0.0-stablesteve2009-04-041-0/+1
* Update certificate hash line format to handle canonical formatsteve2009-01-151-0/+1
* Revert the size_t modifications from HEAD that had led to moregeoff2008-11-121-7/+6
* More size_tification.ben2008-11-011-6/+7
* Experimental new date handling routines. These fix issues with X509_time_adj()steve2008-10-071-0/+2
* Initial support for delta CRLs. If "use deltas" flag is set attempt to findsteve2008-09-011-0/+5
* Initial indirect CRL support.steve2008-08-201-1/+6
* Initial support for name constraints certificate extension.steve2008-08-081-0/+2
* And so it begins...steve2008-03-121-2/+8
* Utility attribute function to retrieve attribute data from an expectedsteve2008-02-111-0/+2
* Support for certificate status TLS extension.steve2007-09-261-0/+3
* use const ASN1_TIME *nils2006-12-111-6/+6
* Fix change to OPENSSL_NO_RFC3779steve2006-12-061-1/+1
* Add RFC 3779 support.ben2006-11-271-0/+4
* Remove illegal IMPLEMENT macros from header file.steve2006-11-161-5/+0
* remove SSLEAY_MACROS codenils2006-11-061-148/+0
* Place standard CRL behaviour in default X509_CRL_METHOD new functions tosteve2006-10-031-1/+18
* Tidy up CRL handling by checking for critical extensions when it issteve2006-09-211-2/+5
* Add verify callback functions to lookup a STACK of matching certs or CRLssteve2006-09-101-0/+3
* Support for multiple CRLs with same issuer name in X509_STORE. Modifysteve2006-07-251-0/+1
* Cache some CRL related extensions.steve2006-07-241-1/+9
* Use correct pointer types for various functions.steve2006-07-201-1/+1
* Store canonical encodings of Name structures. Update X509_NAME_cmp() to usesteve2006-07-181-0/+2
* Extended PBES2 function supporting application supplied IV and PRF NID.steve2006-05-171-0/+3
* Initial support for pluggable public key ASN1 support. Process most publicsteve2006-03-201-4/+27
* RFC 3161 compliant time stamp request creation, response generationulf2006-02-121-1/+2
* Make -CSP option work again in pkcs12 utility by checking forsteve2005-05-151-0/+18
* Fix more error codes.bodo2005-05-111-3/+6
* Consistency.ben2005-03-311-5/+4
* Give everything prototypes (well, everything that's actually used).ben2005-03-311-8/+9
* Constification.ben2005-03-301-5/+5
* Add functionality needed to process proxy certificates.levitte2004-12-281-0/+1
* Fix race condition when CRL checking is enabled.steve2004-10-041-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wronggeoff2004-04-191-8/+9
* Initial support for certificate policy checking and evaluation.steve2004-03-231-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedLEVITTE_after_constlevitte2004-03-151-6/+6
* Remove duplicate prototypes have already been (correctly) added to rsa.h,geoff2003-10-241-4/+0
* Avoid clashes with Win32 names in WinCrypt.hsteve2003-07-231-1/+2
* Add functionality to help making self-signed certificate.levitte2003-04-031-0/+3
* Make sure we get the definition of a number of OPENSSL_NO_* macros.levitte2003-03-201-1/+1
* Add the ASN.1 structures and functions for CertificatePair, which islevitte2002-11-181-0/+7
* Security fixes brought forward from 0.9.7.ben2002-11-131-0/+2