summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509v3.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move _X509_CHECK_FLAG_DOT_SUBDOMAINS to x509_utl.ctb2024-12-231-8/+1
* 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
* Annotate yet another greasy stinky tentacle of xcatb2024-12-201-1/+2
* Move BIT_STRING_BITNAME tables to consttb2024-08-311-2/+2
* The X509V3_CONF_METHOD goes awaytb2024-08-311-10/+1
* Make some more x509 conf stuff internaltb2024-08-311-19/+1
* Retire X509V3_set_conf_lhash()tb2024-08-311-2/+1
* Retire X509V3_EXT_{,CRL_,REQ_}add_conf()tb2024-08-311-7/+1
* Annotate X509V3_CONF_CTX and its only instance for removaltb2024-08-281-4/+3
* const correct X509_PURPOSE_get0{,_{,s}name}()tb2024-03-021-4/+5
* Make X509_PURPOSE opaquetb2024-03-021-10/+2
* Remove unused parts of the purpose APItb2024-03-021-9/+2
* Remove X509V3_EXT extensibility APItb2024-03-021-5/+1
* x509v3.h: unwrap a linetb2023-06-251-3/+2
* Remove proxy cert remnantstb2023-04-251-25/+1
* Remove SXNETtb2023-04-251-41/+1
* Move the policy tree code to internal-onlytb2023-04-251-7/+1
* Use proper fix for the recent x400Address issuetb2023-04-251-3/+2
* Future users of libcrypto will also have to do without strong extranettb2023-04-241-1/+5
* Mark remaining policy tree public API for removaltb2023-04-161-1/+4
* Mark proxy policy API for removal in upcoming bumptb2023-04-161-1/+5
* Fix indentation of structs and unions in x509v3.htb2023-04-101-87/+87
* White space KNF, no code change:schwarze2022-11-071-15/+12
* Remove mkerr.pl remnants from LibreSSLkn2022-07-121-5/+1
* Remove header guard around RFC 3779 declarationstb2022-01-141-3/+1
* Remove name_cmp from public visibilitytb2022-01-141-2/+1
* Undo commenting of OPENSSL_NO_RFC3779tb2021-12-241-4/+4
* Fix some KNF issues in the RFC 3779 section that have bothered me fortb2021-12-241-54/+55
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-3/+1
* Declare STACK_OF(GENERAL_NAMES)tb2021-10-231-3/+4
* Prepare to provide X509_get_extension_flags()tb2021-10-231-1/+2
* Prepare to provide X509_get_{extended_,}key_usage()tb2021-10-221-1/+5
* Add XKU_ANYEKU #define and use it to cache the anyExtendedKeyUsagetb2021-10-211-2/+3
* Unroll DECLARE_ASN1_FUNCTIONS()job2021-09-021-9/+56
* Rename DEFINE_STACK_OF() to DECLARE_STACK_OF()job2021-09-021-4/+4
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-1/+144
* Add new x509 certificate chain validator in x509_verify.cbeck2020-09-131-1/+3
* Collapse the x509v3 directory into x509.jsing2020-06-041-0/+992