summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.ctb2024-12-232-9/+9
* Remove the EXT_* table building macrostb2024-12-231-19/+1
* Annotate ENUMERATED_NAMES for potential removaltb2024-12-231-1/+2
* Remove X509V3_EXT_{DYNAMIC,CTX_DEP}tb2024-12-231-4/+2
* Fix the error handling in X509V3_parse_list(3); it ignored failuresschwarze2024-12-231-6/+9
* Annotate yet another greasy stinky tentacle of xcatb2024-12-201-1/+2
* Use ASIdentifiers rather than struct ASIdentifiers_sttb2024-12-041-2/+2
* x509_policy.c: point at RFC 9618tb2024-11-141-3/+3
* Move cryptlib.h to crypto_local.htb2024-11-051-2/+2
* Drop some pointless parenthesestb2024-11-011-7/+7
* Only include cryptlib.h where it's neededtb2024-11-011-4/+3
* Rewrite X509V3_add_value() to a single exit idiomtb2024-08-311-19/+32
* Expose X509_get_signature_infotb2024-08-311-3/+1
* Make X509at_* API internaltb2024-08-313-54/+18
* Remove EVP_PKEY.*attr* APItb2024-08-311-19/+1