summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace buggy strncmp with strcmp found with clang-tidyHEADmasterbcook19 hours1-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
* X509_VERIFY_PARAM_lookup(): remove unnecessary braces and add empty linetb2025-03-191-3/+3
* X509_VERIFY_PARAM_get_count(): make NULL check explicittb2025-03-191-2/+2
* X509_VERIFY_PARAM_get0: avoid out of bounds access when id < 0tb2025-03-191-1/+5
* Streamline X509_VERIFY_PARAM_add0_table()tb2025-03-121-17/+12
* x509_vpm: remove unnecessary NULL check before sk_pop_free()tb2025-03-121-4/+2
* Unexport the weird X509_OBJECT_up_ref_count()tb2025-03-092-5/+5
* Unexport X509_NAME_print()tb2025-03-091-2/+1
* Rename X509V3_get_section() to X509V3_get0_section()tb2025-03-065-13/+13
* Garbage collect X509V3_section_free()tb2025-03-065-20/+6
* unifdef OPENSSL_NO_CHAIN_VERIFYtb2025-03-041-6/+3
* Remove offensive whitespace from x509.htb2025-03-011-27/+27
* Remove unused name member from x509_sttb2025-02-211-2/+1
* Remove unused valid member of x509_sttb2025-02-201-2/+1
* Cache CRLs in issuer cachetb2025-02-082-18/+37
* x509_verify_parent_signature(): no need to bump pkey's refcounttb2025-02-081-4/+2
* x509_verify: missing verify error on cached signature mismatchtb2025-02-081-2/+5
* x509_obj.c: be better at sortingtb2025-01-271-2/+2
* x509_obj.c: fix includestb2025-01-261-4/+5
* Rewrite X509_NAME_ENTRY_oneline() using CBB and CBStb2025-01-262-104/+123
* x509_utl.c: use normal order of internal headerstb2025-01-261-3/+2
* typo: slighty -> slightlytb2025-01-061-2/+2
* Tweak doc comment of _X509_CHECK_FLAG_DOT_SUBDOMAINStb2024-12-241-4/+3
* Internal linkage for one constant struct where that was accidentallyschwarze2024-12-241-2/+2