summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move BIT_STRING_BITNAME tables to consttb2024-08-312-6/+6
* const correct X509_LOOKUP_METHODtb2024-08-316-19/+19
* Remove X509_REQ_{set,get}_extension_nids()tb2024-08-312-23/+2
* Make X509_VAL opaquetb2024-08-312-6/+8
* Remove X509_check_trust() and some related definestb2024-08-313-32/+10
* The X509V3_CONF_METHOD goes awaytb2024-08-311-10/+1
* Remove X509V3_get_string/X509V3_string_freetb2024-08-312-19/+2
* Make some more x509 conf stuff internaltb2024-08-3110-48/+39
* Retire X509V3_set_conf_lhash()tb2024-08-312-13/+2
* Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb2024-08-312-35/+2
* Unexport some conf layers unused outside of libcryptotb2024-08-311-1/+3
* Make CONF_METHOD opaquetb2024-08-311-1/+2
* Get rid of last use of db_methtb2024-08-281-38/+11
* Remove a few obvious comments, unwrap a few lines and annotate sometb2024-08-281-26/+9
* Turn X509V3_set_conf_lhash() into a nooptb2024-08-281-26/+1