summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't drop X509_V_ERR_HOSTNAME_MISMATCH when verify callback returns 1beck12 days1-2/+5
* Restore the OCSP no-check extension methodkenjiro2026-08-072-2/+5
* Make file-local functions statickenjiro2026-07-313-11/+11
* Add missing internal header includeskenjiro2026-07-316-6/+14
* Fix X.509 constraints URI host parsing.jsing2026-07-141-29/+72
* x509_vfy: sync get_crl_sk() with BoringSSL and OpenSSLtb2026-06-261-6/+18
* x509_vfy: make a NULL check explicittb2026-06-221-2/+2
* x509_vfy: remove unnecessary NULL checks before freetb2026-06-221-7/+4
* x509_vfy: another function pointer argument causing shadowing issuestb2026-06-221-3/+3
* x509_verify: fix incorrect purpose check in the non-legacy pathtb2026-06-101-2/+3
* x509_addr: do not call memcmp() on NULLtb2026-05-181-5/+5
* x509_prn: zap more than useless commentstb2026-05-161-8/+1
* x509_prn: hoist unknown_ext_print() above its only caller; drop prototypetb2026-05-161-29/+25
* unknown_ext_print: avoid casting away consttb2026-05-161-2/+2
* Ensure X509V3_EXT_print() only returns 0 and 1tb2026-05-161-3/+3
* x509_purp: fix doc comment for check_ca()tb2026-05-081-3/+7
* verifier: re-enable the callback override for depthtb2026-05-041-5/+3
* make_addressRange: unused bits in max must be zerotb2026-04-261-6/+23
* Prior to this we substring matched and allowed a leading .beck2026-04-132-5/+26
* Stop Delta CRL processing if a CRL number is misssingtb2026-04-071-4/+8
* x509v3.h: remove pointless #ifdef HEADER_CONF_Htb2026-04-061-3/+1
* Restore the previous behaviour with maximum verification depth.jsing2026-04-011-7/+7
* Fix an off-by-one error in the X.509 verifier depth checking.jsing2026-03-311-6/+11
* replace buggy strncmp with strcmp found with clang-tidybcook2026-02-071-2/+2
* x509_utl.c: zap two useless commentstb2026-01-121-5/+1
* x509.h: annotate why X509_PKEY cannot be made opaquetb2026-01-011-1/+2
* X509_NAME_ENTRY_set_data: remove redundant parenthesestb2025-12-211-6/+6
* X509_NAME_ENTRY_set_data(): garbage collect unnecessary itb2025-12-211-5/+2
* X509_NAME_ENTRY_set_data: remove V_ASN1_APP_CHOOSE quirktb2025-12-211-7/+4
* x509.h: add missing spaces after ,tb2025-12-111-63/+63
* Fix double free in certificate policies configurationtb2025-11-281-12/+7
* In nref_nos() don't leak the ASN1_INTEGER if the push failstb2025-11-031-2/+4
* x509_cpols: pass correct free function to sk_ASN1_INTEGER_free()tb2025-11-031-2/+2
* x509_cpols: indent labels to make diffs more readabletb2025-11-031-8/+8
* Expose X509_VERIFY_PARAM_get_hostflags()tb2025-10-242-3/+4
* const correct X509_VERIFY_PARAM_get_hostflags()tb2025-10-101-2/+2
* Remove unused sequence member from x509_revoked_sttb2025-10-102-11/+2
* Clean up and move define to correct place.beck2025-08-102-5/+3
* Ride the libcrypto bump with some simple cleanup:tb2025-07-161-20/+1
* X509_verify(): sync with X509_CRL_verify()tb2025-07-101-2/+6
* x509.h: provide X509_FLAG_NO_IDStb2025-07-011-1/+2
* correct indentation, no functional changejsg2025-06-022-6/+8
* Use err_local.h rather than err.h in most placestb2025-05-1035-69/+73
* x509_policy: zap an extra stb2025-03-281-2/+2
* x509_policy: certificats -> certificatestb2025-03-281-2/+2
* x509_param_set_hosts_internal: rename vpm to param for consistencytb2025-03-191-11/+11
* X509_VERIFY_PARAM_lookup(): avoid passing stack garbage aroundtb2025-03-191-1/+2
* Rename pm to param, fix the type of idx and unindenttb2025-03-191-8/+6
* Introduce and use N_DEFAULT_VERIFY_PARAMStb2025-03-191-6/+9
* X509_VERIFY_PARAM_get0(): use consistent idiom for default_table accesstb2025-03-191-2/+3