aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-174-5/+7
* Simplify and clean X509_VERIFY_PARAM new/free code.FdaSilvaYY2016-11-091-30/+13
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-071-1/+1
* Fix X509_NAME decode for malloc failures.Dr. Stephen Henson2016-10-111-17/+20
* Add -Wswitch-enumRich Salz2016-09-221-4/+4
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-2/+2
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-2/+2
* Un-delete still documented X509_STORE_CTX_set_verifyViktor Dukhovni2016-08-241-0/+6
* Constify a bit X509_NAME_get_entryFdaSilvaYY2016-08-231-1/+1
* Constify some X509_NAME, ASN1 printing codeFdaSilvaYY2016-08-233-9/+13
* Constify some inputs buffersFdaSilvaYY2016-08-231-2/+2
* Add some sanity checks when checking CRL scoresMatt Caswell2016-08-231-2/+2
* Add X509_getm_notBefore, X509_getm_notAfterDr. Stephen Henson2016-08-211-4/+2
* Constify certificate and CRL time routines.Dr. Stephen Henson2016-08-195-21/+45
* Avoid duplicated code.Dr. Stephen Henson2016-08-192-43/+17
* Add X509_get0_serialNumber() and constify OCSP_cert_to_id()Dr. Stephen Henson2016-08-191-0/+5
* constify X509_REQ_get0_signature()Dr. Stephen Henson2016-08-192-5/+5
* Convert X509_REVOKED* functions to use const gettersMatt Caswell2016-08-181-3/+3
* Constify X509_certificate_type()Dr. Stephen Henson2016-08-171-1/+1
* Constify X509_get0_signature()Dr. Stephen Henson2016-08-172-3/+4
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-173-8/+9
* Convert X509_CRL* functions to use const gettersMatt Caswell2016-08-173-7/+8
* Make X509_NAME_get0_der() conform to OpenSSL styleMatt Caswell2016-08-171-2/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+3
* spelling fixes, just comments and readme.klemens2016-08-052-2/+2
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-046-15/+15
* Constify inputs of two X509_LOOKUP_METHOD methodsFdaSilvaYY2016-08-042-4/+4
* Constify input bufferFdaSilvaYY2016-08-041-3/+4
* Don't check any revocation info on proxy certificatesRichard Levitte2016-08-031-0/+3
* Constify some X509_CRL, X509_REQ functions.Dr. Stephen Henson2016-08-011-2/+2
* Constify some X509_CRL functions.Dr. Stephen Henson2016-08-011-4/+4
* Ignore the serial number for now and just do the rest.Richard J. Moore2016-07-301-1/+1
* Make some more X509 functions const.Richard J. Moore2016-07-302-6/+6
* Fix CRL time comparison.Dr. Stephen Henson2016-07-291-1/+5
* Deprecate X509_LU_FAIL, X509_LU_RETRYDr. Stephen Henson2016-07-261-14/+6
* Use X509_LOOKUP_TYPE for lookup type consistently.Dr. Stephen Henson2016-07-263-21/+25
* Remove current_method from X509_STORE_CTXDr. Stephen Henson2016-07-262-8/+2
* Add X509_STORE lock and unlock functionsRichard Levitte2016-07-251-0/+10
* Add setter and getter for X509_STORE's check_policyRichard Levitte2016-07-253-2/+18
* Add getters / setters for the X509_STORE_CTX and X509_STORE functionsRichard Levitte2016-07-252-22/+167
* Constify X509|X509_CRL|X509_REVOKED_get_extFdaSilvaYY2016-07-251-3/+3
* Constify ... X509|X509_CRL|X509_REVOKED|_get_ext*()FdaSilvaYY2016-07-252-13/+13
* Constify ...FdaSilvaYY2016-07-252-4/+4
* Constify (X509|X509V3|X509_CRL|X509_REVOKED)_get_ext_d2i ...FdaSilvaYY2016-07-251-3/+3
* Constify input parameters of methods :FdaSilvaYY2016-07-252-5/+5
* Constify ASN1_TYPE_get, ASN1_STRING_type, ASN1_STRING_to_UTF8, ASN1_TYPE_get_...FdaSilvaYY2016-07-251-2/+2
* Properly initialise the internal proxy certificate path length cacheRichard Levitte2016-07-231-0/+1
* Use newest CRL.Dr. Stephen Henson2016-07-221-6/+14
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1