summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_alt.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-2/+1
* Unify X.509v3 extension methodstb2024-07-131-50/+68
* Fix leaks in copy_issuer()tb2023-08-301-8/+14
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-8/+8
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+8
* Start CBS-ifying the name constraints code.beck2022-11-111-3/+5
* name constraints: be more careful with NULstb2022-03-261-4/+7
* Rework ownership handling in x509_constraints_validate()tb2022-03-141-7/+4
* Check name constraints using the proper APItb2022-03-131-4/+21
* style tweaktb2022-03-131-2/+2
* Fix length check of IP addresses for name constraintstb2022-02-111-2/+3
* Add missing error check for a2i_GENERAL_NAME()tb2022-02-111-1/+3
* Fix a double free in v2i_NAME_CONSTRAINTS()tb2022-02-111-2/+3
* Bring back r1.3, ok becktb2021-10-281-3/+47
* Revert version 1.3 - not allowing the creation of bogus certificatesbeck2021-10-271-47/+3
* Validate Subject Alternate Names when they are being added to certificates.beck2021-10-261-3/+47
* Fix various read buffer overflow when printing ASN.1 strings (which aretb2021-08-241-4/+7
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+699