| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix X509_NAME decode for malloc failures. | Dr. Stephen Henson | 2016-10-11 | 1 | -17/+20 |
* | Add -Wswitch-enum | Rich Salz | 2016-09-22 | 1 | -4/+4 |
* | Revert "Constify code about X509_VERIFY_PARAM" | Rich Salz | 2016-09-21 | 1 | -2/+2 |
* | Constify code about X509_VERIFY_PARAM | FdaSilvaYY | 2016-09-18 | 1 | -2/+2 |
* | Un-delete still documented X509_STORE_CTX_set_verify | Viktor Dukhovni | 2016-08-24 | 1 | -0/+6 |
* | Constify a bit X509_NAME_get_entry | FdaSilvaYY | 2016-08-23 | 1 | -1/+1 |
* | Constify some X509_NAME, ASN1 printing code | FdaSilvaYY | 2016-08-23 | 3 | -9/+13 |
* | Constify some inputs buffers | FdaSilvaYY | 2016-08-23 | 1 | -2/+2 |
* | Add some sanity checks when checking CRL scores | Matt Caswell | 2016-08-23 | 1 | -2/+2 |
* | Add X509_getm_notBefore, X509_getm_notAfter | Dr. Stephen Henson | 2016-08-21 | 1 | -4/+2 |
* | Constify certificate and CRL time routines. | Dr. Stephen Henson | 2016-08-19 | 5 | -21/+45 |
* | Avoid duplicated code. | Dr. Stephen Henson | 2016-08-19 | 2 | -43/+17 |
* | Add X509_get0_serialNumber() and constify OCSP_cert_to_id() | Dr. Stephen Henson | 2016-08-19 | 1 | -0/+5 |
* | constify X509_REQ_get0_signature() | Dr. Stephen Henson | 2016-08-19 | 2 | -5/+5 |
* | Convert X509_REVOKED* functions to use const getters | Matt Caswell | 2016-08-18 | 1 | -3/+3 |
* | Constify X509_certificate_type() | Dr. Stephen Henson | 2016-08-17 | 1 | -1/+1 |
* | Constify X509_get0_signature() | Dr. Stephen Henson | 2016-08-17 | 2 | -3/+4 |
* | Convert X509* functions to use const getters | Dr. Stephen Henson | 2016-08-17 | 3 | -8/+9 |
* | Convert X509_CRL* functions to use const getters | Matt Caswell | 2016-08-17 | 3 | -7/+8 |
* | Make X509_NAME_get0_der() conform to OpenSSL style | Matt Caswell | 2016-08-17 | 1 | -2/+2 |
* | Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data(). | Dr. Stephen Henson | 2016-08-16 | 1 | -2/+3 |
* | spelling fixes, just comments and readme. | klemens | 2016-08-06 | 2 | -2/+2 |
* | Constify some ASN1_OBJECT *obj input parameters | FdaSilvaYY | 2016-08-04 | 6 | -15/+15 |
* | Constify inputs of two X509_LOOKUP_METHOD methods | FdaSilvaYY | 2016-08-04 | 2 | -4/+4 |
* | Constify input buffer | FdaSilvaYY | 2016-08-04 | 1 | -3/+4 |
* | Don't check any revocation info on proxy certificates | Richard Levitte | 2016-08-03 | 1 | -0/+3 |
* | Constify some X509_CRL, X509_REQ functions. | Dr. Stephen Henson | 2016-08-01 | 1 | -2/+2 |
* | Constify some X509_CRL functions. | Dr. Stephen Henson | 2016-08-01 | 1 | -4/+4 |
* | Ignore the serial number for now and just do the rest. | Richard J. Moore | 2016-07-30 | 1 | -1/+1 |
* | Make some more X509 functions const. | Richard J. Moore | 2016-07-30 | 2 | -6/+6 |
* | Fix CRL time comparison. | Dr. Stephen Henson | 2016-07-29 | 1 | -1/+5 |
* | Deprecate X509_LU_FAIL, X509_LU_RETRY | Dr. Stephen Henson | 2016-07-26 | 1 | -14/+6 |
* | Use X509_LOOKUP_TYPE for lookup type consistently. | Dr. Stephen Henson | 2016-07-26 | 3 | -21/+25 |
* | Remove current_method from X509_STORE_CTX | Dr. Stephen Henson | 2016-07-26 | 2 | -8/+2 |
* | Add X509_STORE lock and unlock functions | Richard Levitte | 2016-07-25 | 1 | -0/+10 |
* | Add setter and getter for X509_STORE's check_policy | Richard Levitte | 2016-07-25 | 3 | -2/+18 |
* | Add getters / setters for the X509_STORE_CTX and X509_STORE functions | Richard Levitte | 2016-07-25 | 2 | -22/+167 |
* | Constify X509|X509_CRL|X509_REVOKED_get_ext | FdaSilvaYY | 2016-07-25 | 1 | -3/+3 |
* | Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*() | FdaSilvaYY | 2016-07-25 | 2 | -13/+13 |
* | Constify ... | FdaSilvaYY | 2016-07-25 | 2 | -4/+4 |
* | Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ... | FdaSilvaYY | 2016-07-25 | 1 | -3/+3 |
* | Constify input parameters of methods : | FdaSilvaYY | 2016-07-25 | 2 | -5/+5 |
* | Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_... | FdaSilvaYY | 2016-07-25 | 1 | -2/+2 |
* | Properly initialise the internal proxy certificate path length cache | Richard Levitte | 2016-07-23 | 1 | -0/+1 |
* | Use newest CRL. | Dr. Stephen Henson | 2016-07-22 | 1 | -6/+14 |
* | Check for errors allocating the error strings. | Kurt Roeckx | 2016-07-20 | 1 | -1/+2 |
* | Fix a few if(, for(, while( inside code. | FdaSilvaYY | 2016-07-20 | 1 | -1/+1 |
* | Use more X509_REQ_get0_pubkey & X509_get0_pubkey | FdaSilvaYY | 2016-07-20 | 1 | -2/+1 |
* | Cleanup after sk_push fail | mrpre | 2016-07-19 | 1 | -1/+17 |
* | Perform DANE-EE(3) name checks by default | Viktor Dukhovni | 2016-07-12 | 1 | -0/+4 |