summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson2006-09-211-2/+5
* Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson2006-09-101-0/+3
* Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson2006-07-251-0/+1
* Cache some CRL related extensions.Dr. Stephen Henson2006-07-241-1/+9
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-1/+1
* Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson2006-07-181-0/+2
* Extended PBES2 function supporting application supplied IV and PRF NID.Dr. Stephen Henson2006-05-171-0/+3
* Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson2006-03-201-4/+27
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-131-1/+2
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-151-0/+18
* Fix more error codes.Bodo Möller2005-05-111-3/+6
* Consistency.Ben Laurie2005-03-311-5/+4
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-8/+9
* Constification.Ben Laurie2005-03-301-5/+5
* Add functionality needed to process proxy certificates.Richard Levitte2004-12-281-0/+1
* Fix race condition when CRL checking is enabled.Dr. Stephen Henson2004-10-041-0/+1
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-191-8/+9
* Initial support for certificate policy checking and evaluation.Dr. Stephen Henson2004-03-231-0/+1
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-161-6/+6
* Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe2003-10-241-4/+0
* Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson2003-07-231-1/+2
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-041-0/+3
* Make sure we get the definition of a number of OPENSSL_NO_* macros.Richard Levitte2003-03-211-1/+1
* Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte2002-11-191-0/+7
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-1/+0
* Various enhancements to PKCS#12 code, newDr. Stephen Henson2002-10-041-0/+1
* Make -nameopt work in req and add support for -reqoptDr. Stephen Henson2002-08-231-0/+2
* Add ECDH support.Bodo Möller2002-08-091-0/+9
* use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller2002-08-071-19/+23
* ECDSA supportBodo Möller2002-02-131-0/+32
* remove redundant ERR_load_... declarationsBodo Möller2001-12-171-1/+0
* Because there's chances we clash with the system's types.h, rename ourRichard Levitte2001-10-041-1/+1
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-0/+2
* Add CRL utility functions to allow CRLs to beDr. Stephen Henson2001-08-171-0/+9
* Reinsert typedef'ed names for structs to help those trying to read theBodo Möller2001-08-061-4/+4
* Start to reduce some of the header bloat.Ben Laurie2001-08-051-12/+9
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-311-1/+3
* Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson2001-06-111-15/+15
* Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson2001-05-101-1/+4
* Overhaul the display of certificate details inDr. Stephen Henson2001-03-151-1/+4
* Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson2001-02-261-1/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-24/+24
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-0/+3
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-1/+2
* ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson2000-12-281-0/+10
* New function X509V3_add_i2d() this is used forDr. Stephen Henson2000-12-241-0/+6
* New function X509_signature_print() to remove some duplicateDr. Stephen Henson2000-12-141-0/+2
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-122/+31
* The majority of the OCSP code from CertCo.Richard Levitte2000-10-271-0/+1