summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename X509V3_get_section() to X509V3_get0_section()tb11 days1-2/+2
* Garbage collect X509V3_section_free()tb11 days1-7/+1
* Remove X509V3_get_string/X509V3_string_freetb2024-08-311-16/+1
* Make some more x509 conf stuff internaltb2024-08-311-5/+1
* Retire X509V3_set_conf_lhash()tb2024-08-311-11/+1
* Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb2024-08-311-28/+1
* 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
* x509_conf: rename the merr label into errtb2024-06-241-8/+8
* v3_generic_extension() use ASN1_STRING_set0()tb2024-06-181-4/+4
* v3_generic_extension() rename the X509_EXTENSIONtb2024-06-181-4/+5
* Rename 'ext' to 'name' in v3_generic_extension()tb2024-06-181-4/+4
* x509_conf: rename ext_struc into ext_structtb2024-06-181-16/+16
* x509_conf: rename all ext_nid to nidtb2024-06-181-19/+19
* do_ext_i2d(): move empty line to the proper placetb2024-06-181-2/+2
* do_ext_i2d(): malloc -> calloctb2024-06-181-2/+2
* do_ext_i2d(): populate ext_oct with ASN1_STRING_set0()tb2024-06-181-3/+2
* do_ext_i2d(): avoid leaks and add some missing error checkingtb2024-06-181-4/+10
* Indent labels in x509_conf.ctb2024-06-181-3/+3
* do_ext_i2d(): make various NULL checks explicittb2024-06-181-5/+5
* do_ext_i2d(): unwrap a linetb2024-06-181-3/+2
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-20/+20
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+20
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+570