summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make bn_to_string() statictb2023-04-101-3/+3
* Expose various X509_STORE_*check_issued()tb2023-03-101-3/+1
* Expose X509_CRL_get0_sigalg() and X509_get0_uidstb2023-03-101-5/+1
* Introduce X509_get0_uids() accessor functionjob2023-02-232-2/+17
* zap stray empty linetb2023-02-161-2/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-1651-703/+703
* Fix arbitrary memory read in GENERAL_NAME_cmp()tb2023-02-071-2/+3
* Stop relying on x509_verify.h being publictb2023-01-281-3/+2
* Refactor x509v3_cache_extensionsjob2023-01-203-41/+26
* Don't do policy checking unless we were asked to do so.beck2023-01-171-2/+3
* Prepare to provide X509_CRL_get0_sigalg()tb2022-12-261-1/+5
* spelling fixes; from paul tagliamontejmc2022-12-269-24/+24
* Annotate X509_V_FLAG_CB_ISSUER_CHECK as deprecated and unusedtb2022-12-011-3/+3
* Retire X509_V_FLAG_CB_ISSUER_CHECKtb2022-12-011-16/+8
* Getters and setters for the check_issued() callbacktb2022-12-012-2/+35
* Remove a few doubled spaces and wrap an overlong linetb2022-11-291-8/+9
* Sort a few outliers by increasing error number to match x509_vfy.htb2022-11-291-13/+13
* Fix includestb2022-11-291-11/+2
* Add missing X509_V_ERR_UNSPECIFIED casetb2022-11-291-1/+3
* Fix some KNF issuestb2022-11-291-65/+64
* Make X509_verify_cert_error_string() thread safetb2022-11-291-5/+2
* Fix NULL dereference in x509_constraints_uri_host()tb2022-11-281-2/+3
* Make header guards of internal headers consistenttb2022-11-261-4/+4
* Make internal header file names consistenttb2022-11-2635-73/+73
* Revert "Check certificate extensions in trusted certificates"beck2022-11-173-64/+8
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-1451-52/+700
* Fix comment styletb2022-11-131-3/+3
* Check certificate extensions in trusted certificates.beck2022-11-133-8/+64
* Hide symbols in libcrypto/pkcs7beck2022-11-121-33/+1
* Start CBS-ifying the name constraints code.beck2022-11-113-104/+146
* Allow explicit cert trusts or distrusts for EKU anybeck2022-11-101-4/+6
* White space KNF, no code change:schwarze2022-11-071-15/+12
* Store errors that result from leaf certificate verification.jsing2022-10-171-8/+12
* Prepare to provide OPENSSL_cleanup.jsing2022-09-031-1/+2
* Switch loop bounds from size_t to int in check_hosts()tb2022-08-311-2/+2
* Allow empty attribute sets in CSRstb2022-08-181-2/+4
* Add missing RCS tag and zap a trailing spacetb2022-08-151-2/+2
* Remove overly aggressive trust check in legacy verifier that breaksbeck2022-08-051-15/+4
* Untangle two logic chains in x509_asid.c into something more readable.tb2022-07-301-9/+22
* Plug leak in X509V3_add1_i2d()tb2022-07-241-2/+3
* Remove mkerr.pl remnants from LibreSSLkn2022-07-123-17/+3
* Expose new API in headers.tb2022-07-071-5/+1
* Add missing X509_V_ERR_ strings using the ones from OpenSSL.tb2022-07-051-1/+17
* Prepare to provide X509_VERIFY_PARAM_get_time()tb2022-07-042-2/+9
* Take away bogus error assignment before callback call.beck2022-06-281-2/+1
* Fix the legacy verifier callback behaviour for untrusted certs.beck2022-06-281-17/+44
* Correct misleading comment for URI parsingbeck2022-06-271-4/+10
* Add function to free all of the issuer cache.beck2022-06-271-13/+39
* Allow security_level to mestastasize into the verifiertb2022-06-274-4/+156
* Prepare to provide X509_VERIFY_PARAM_set_auth_level()tb2022-06-273-2/+12