| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Tidy up CRL handling by checking for critical extensions when it is | Dr. Stephen Henson | 2006-09-21 | 1 | -2/+5 |
* | Add verify callback functions to lookup a STACK of matching certs or CRLs | Dr. Stephen Henson | 2006-09-10 | 1 | -0/+3 |
* | Support for multiple CRLs with same issuer name in X509_STORE. Modify | Dr. Stephen Henson | 2006-07-25 | 1 | -0/+1 |
* | Cache some CRL related extensions. | Dr. Stephen Henson | 2006-07-24 | 1 | -1/+9 |
* | Use correct pointer types for various functions. | Dr. Stephen Henson | 2006-07-20 | 1 | -1/+1 |
* | Store canonical encodings of Name structures. Update X509_NAME_cmp() to use | Dr. Stephen Henson | 2006-07-18 | 1 | -0/+2 |
* | Extended PBES2 function supporting application supplied IV and PRF NID. | Dr. Stephen Henson | 2006-05-17 | 1 | -0/+3 |
* | Initial support for pluggable public key ASN1 support. Process most public | Dr. Stephen Henson | 2006-03-20 | 1 | -4/+27 |
* | RFC 3161 compliant time stamp request creation, response generation | Ulf Möller | 2006-02-13 | 1 | -1/+2 |
* | Make -CSP option work again in pkcs12 utility by checking for | Dr. Stephen Henson | 2005-05-15 | 1 | -0/+18 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 1 | -3/+6 |
* | Consistency. | Ben Laurie | 2005-03-31 | 1 | -5/+4 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -8/+9 |
* | Constification. | Ben Laurie | 2005-03-30 | 1 | -5/+5 |
* | Add functionality needed to process proxy certificates. | Richard Levitte | 2004-12-28 | 1 | -0/+1 |
* | Fix race condition when CRL checking is enabled. | Dr. Stephen Henson | 2004-10-04 | 1 | -0/+1 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 1 | -8/+9 |
* | Initial support for certificate policy checking and evaluation. | Dr. Stephen Henson | 2004-03-23 | 1 | -0/+1 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 1 | -6/+6 |
* | Remove duplicate prototypes have already been (correctly) added to rsa.h, | Geoff Thorpe | 2003-10-24 | 1 | -4/+0 |
* | Avoid clashes with Win32 names in WinCrypt.h | Dr. Stephen Henson | 2003-07-23 | 1 | -1/+2 |
* | Add functionality to help making self-signed certificate. | Richard Levitte | 2003-04-04 | 1 | -0/+3 |
* | Make sure we get the definition of a number of OPENSSL_NO_* macros. | Richard Levitte | 2003-03-21 | 1 | -1/+1 |
* | Add the ASN.1 structures and functions for CertificatePair, which is | Richard Levitte | 2002-11-19 | 1 | -0/+7 |
* | Security fixes brought forward from 0.9.7. | Ben Laurie | 2002-11-13 | 1 | -0/+2 |
* | makedepend complains when a header file is included more than once in | Richard Levitte | 2002-10-14 | 1 | -1/+0 |
* | Various enhancements to PKCS#12 code, new | Dr. Stephen Henson | 2002-10-04 | 1 | -0/+1 |
* | Make -nameopt work in req and add support for -reqopt | Dr. Stephen Henson | 2002-08-23 | 1 | -0/+2 |
* | Add ECDH support. | Bodo Möller | 2002-08-09 | 1 | -0/+9 |
* | use a generic EC_KEY structure (EC keys are not ECDSA specific) | Bodo Möller | 2002-08-07 | 1 | -19/+23 |
* | ECDSA support | Bodo Möller | 2002-02-13 | 1 | -0/+32 |
* | remove redundant ERR_load_... declarations | Bodo Möller | 2001-12-17 | 1 | -1/+0 |
* | Because there's chances we clash with the system's types.h, rename our | Richard Levitte | 2001-10-04 | 1 | -1/+1 |
* | Make the necessary changes to work with the recent "ex_data" overhaul. | Geoff Thorpe | 2001-09-01 | 1 | -0/+2 |
* | Add CRL utility functions to allow CRLs to be | Dr. Stephen Henson | 2001-08-17 | 1 | -0/+9 |
* | Reinsert typedef'ed names for structs to help those trying to read the | Bodo Möller | 2001-08-06 | 1 | -4/+4 |
* | Start to reduce some of the header bloat. | Ben Laurie | 2001-08-05 | 1 | -12/+9 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -1/+3 |
* | Add support for MS CSP Name PKCS#12 attribute. | Dr. Stephen Henson | 2001-06-11 | 1 | -15/+15 |
* | Purpose and trust setting functions for X509_STORE. | Dr. Stephen Henson | 2001-05-10 | 1 | -1/+4 |
* | Overhaul the display of certificate details in | Dr. Stephen Henson | 2001-03-15 | 1 | -1/+4 |
* | Enhance OCSP_request_verify() so it finds the signers certificate | Dr. Stephen Henson | 2001-02-26 | 1 | -1/+2 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -24/+24 |
* | Various function for commmon operations. | Dr. Stephen Henson | 2001-02-02 | 1 | -0/+3 |
* | Initial OCSP certificate verify. Not complete, | Dr. Stephen Henson | 2001-01-17 | 1 | -1/+2 |
* | ASN1_ITEM versions of sign, verify, pack and unpack. | Dr. Stephen Henson | 2000-12-28 | 1 | -0/+10 |
* | New function X509V3_add_i2d() this is used for | Dr. Stephen Henson | 2000-12-24 | 1 | -0/+6 |
* | New function X509_signature_print() to remove some duplicate | Dr. Stephen Henson | 2000-12-14 | 1 | -0/+2 |
* | Merge from the ASN1 branch of new ASN1 code | Dr. Stephen Henson | 2000-12-08 | 1 | -122/+31 |
* | The majority of the OCSP code from CertCo. | Richard Levitte | 2000-10-27 | 1 | -0/+1 |