summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509.h
AgeCommit message (Expand)Author
2006-11-27Add RFC 3779 support.Ben Laurie
2006-11-16Remove illegal IMPLEMENT macros from header file.Dr. Stephen Henson
2006-11-06remove SSLEAY_MACROS codeNils Larsch
2006-10-03Place standard CRL behaviour in default X509_CRL_METHOD new functions toDr. Stephen Henson
2006-09-21Tidy up CRL handling by checking for critical extensions when it isDr. Stephen Henson
2006-09-10Add verify callback functions to lookup a STACK of matching certs or CRLsDr. Stephen Henson
2006-07-25Support for multiple CRLs with same issuer name in X509_STORE. ModifyDr. Stephen Henson
2006-07-24Cache some CRL related extensions.Dr. Stephen Henson
2006-07-20Use correct pointer types for various functions.Dr. Stephen Henson
2006-07-18Store canonical encodings of Name structures. Update X509_NAME_cmp() to useDr. Stephen Henson
2006-05-17Extended PBES2 function supporting application supplied IV and PRF NID.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-03-31Consistency.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Constification.Ben Laurie
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-04-19(oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2003-10-24Remove duplicate prototypes have already been (correctly) added to rsa.h,Geoff Thorpe
2003-07-23Avoid clashes with Win32 names in WinCrypt.hDr. Stephen Henson
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte
2003-03-20Make sure we get the definition of a number of OPENSSL_NO_* macros.Richard Levitte
2002-11-18Add the ASN.1 structures and functions for CertificatePair, which isRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte
2002-10-03Various enhancements to PKCS#12 code, newDr. Stephen Henson
2002-08-22Make -nameopt work in req and add support for -reqoptDr. Stephen Henson
2002-08-09Add ECDH support.Bodo Möller
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-02-13ECDSA supportBodo Möller
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
2001-10-04Because there's chances we clash with the system's types.h, rename ourRichard Levitte
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-08-17Add CRL utility functions to allow CRLs to beDr. Stephen Henson
2001-08-06Reinsert typedef'ed names for structs to help those trying to read theBodo Möller
2001-08-05Start to reduce some of the header bloat.Ben Laurie
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-06-11Add support for MS CSP Name PKCS#12 attribute.Dr. Stephen Henson
2001-05-10Purpose and trust setting functions for X509_STORE.Dr. Stephen Henson
2001-03-15Overhaul the display of certificate details inDr. Stephen Henson
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-02Various function for commmon operations.Dr. Stephen Henson
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2000-12-28ASN1_ITEM versions of sign, verify, pack and unpack.Dr. Stephen Henson