summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify X.509v3 extension methodstb2024-07-131-79/+94
* Replace x with x509_exts in X509V3_add1_i2d() and X509V3_get_d2i()tb2024-06-171-14/+16
* Rewrite X509V3_get_d2i()tb2024-06-171-56/+47
* Clean up and fix X509V3_EXT_add1_i2d()tb2024-05-281-57/+89
* Move X509V3_add_standard_extensions out of the waytb2024-05-111-8/+8
* Make two NULL checks more explicittb2024-05-111-3/+3
* Unwrap a linetb2024-05-111-3/+2
* Remove X509V3_EXT extensibility APItb2024-03-021-35/+1
* This table no longer needs to be sortedtb2024-01-251-5/+1
* Remove the custom X509v3 extensions stacktb2024-01-251-105/+42
* Remove v3_sxnet from the standard extensionstb2023-04-251-3/+2
* Add missing const qualifiers to the v3_* externstb2023-04-171-11/+11
* Shuffle ext_cmp() and ext_list_free() up a bittb2023-04-161-18/+14
* Remove unnecessary prototypes in the middle of the codetb2023-04-161-5/+1
* Use more usual version of inlined nitems(). No binary change.tb2023-04-161-2/+2
* Fix comment formatting and grammar, drop usless and outdated commenttb2023-04-161-7/+3
* Merge ext_dat.h back into x509_lib.ctb2023-04-161-2/+77
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-11/+11
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+11
* Plug leak in X509V3_add1_i2d()tb2022-07-241-2/+3
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+2
* Fix potential leak when tmpext fails to be added tobeck2020-09-141-2/+6
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+358