summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable X509V3_EXT{,_CRL,_REQ}_add_conf()tb2024-08-281-17/+7
* Annotate X509V3_CONF_CTX and its only instance for removaltb2024-08-281-4/+3
* Make use of X509_get_signature_info() in check_sig_level()tb2024-08-281-20/+3
* Implement X509_get_signature_info()tb2024-08-282-1/+122
* x509_vfy.c: drop some unnecessary parenthesestb2024-08-041-6/+5
* Disable X509at_get_attr{,_count}() and X509at_delete_attr()tb2024-07-261-12/+7
* Inline last user of X509at_get_attr()tb2024-07-261-2/+2
* Inline trivial X509at_* calls in x509_reqtb2024-07-261-4/+4
* Unify X.509v3 extension methodstb2024-07-1320-320/+620
* Fix the horrible and undocumented behaviour of X509_check_trustbeck2024-07-123-51/+70
* Clean up in X509_check_trust.beck2024-07-121-14/+8
* Drop the unused evp includetb2024-07-121-2/+1
* Rename the sk in this file to extstb2024-07-121-16/+16
* Avoid using ret for an X509_EXTENSIONtb2024-07-121-16/+16
* Tweak variable names in X509v3_add_ext()tb2024-07-121-12/+12
* Rename crit to critical in this filetb2024-07-121-10/+10
* Simplify X509_EXTENSION_get_critical()tb2024-07-121-4/+3
* Lose a few extra lines in X509_EXTENSION_set_object()tb2024-07-121-4/+2
* Streamline X509_EXTENSION_create_by_OBJ()tb2024-07-121-9/+10
* Clean up X509_EXTENSION_create_by_NID()tb2024-07-121-9/+5
* Rewrite X509v3_add_ext()tb2024-07-121-24/+23
* Simplify X509v3_get_ext() and X509v3_delete_ext()tb2024-07-121-7/+1
* Align X509v3_get_ext_by_critical() with X509v3_get_ext_by_OBJ()tb2024-07-121-12/+9
* Clean up X509v3_get_ext_by_OBJ()tb2024-07-121-11/+7
* Hide global _it variables in x509v3.hbeck2024-07-0813-13/+45
* Pretend to clarify the way ipv6_asc() worksjca2024-07-081-4/+5
* libcrypto: constify most error string tablestb2024-06-241-9/+11
* x509_conf: rename the merr label into errtb2024-06-241-8/+8
* x_all.c: remove a bunch of unnecessary parenthesestb2024-06-191-23/+19
* v3_generic_extension() use ASN1_STRING_set0()tb2024-06-181-4/+4
* v3_generic_extension() rename the X509_EXTENSIONtb2024-06-181-4/+5