aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use more X509_REQ_get0_pubkey & X509_get0_pubkeyFdaSilvaYY2016-07-201-2/+1
* Cleanup after sk_push failmrpre2016-07-191-1/+17
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+4
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-111-0/+4
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-12/+22
* Remove the envvar hack to enable proxy cert processingRichard Levitte2016-06-301-6/+0
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* SpellingFdaSilvaYY2016-06-291-1/+1
* make updateRichard Levitte2016-06-201-0/+1
* Fix proxy certificate pathlength verificationRichard Levitte2016-06-201-4/+18
* Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte2016-06-202-0/+75
* Remove pointless free loop in X509_TRUST_cleanup()Kurt Cancemi2016-06-201-3/+0
* Missing NULL check on OBJ_dup result in x509_name_canonFdaSilvaYY2016-06-181-0/+2