summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_asid.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unify X.509v3 extension methodstb2024-07-131-2/+8
* Hide global _it variables in x509v3.hbeck2024-07-081-1/+5
* x509_asid: NULL out min/max on extract_min_max() failuretb2024-02-201-1/+3
* x509_asid: fix some KNF botchestb2024-02-191-37/+19
* Fix a few bugs in X509v3_asid_add*()tb2023-11-111-38/+96
* remove duplicate includesjsg2023-04-191-2/+1
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-25/+25
* Make internal header file names consistenttb2022-11-261-2/+2
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+25
* Fix comment styletb2022-11-131-3/+3
* Untangle two logic chains in x509_asid.c into something more readable.tb2022-07-301-9/+22
* Small readability tweak suggested by jsingtb2022-05-121-1/+3
* Rewrite and fix X509v3_asid_subset()tb2022-05-121-12/+30
* Clarify comments at the start of {asid,addr}_validate_path_internal()tb2022-04-211-4/+4
* Avoid expensive RFC 3779 checks during cert verificationtb2022-04-211-5/+7
* No need for assert.h in here.tb2021-12-251-2/+1
* Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]tb2021-12-251-12/+15
* KNF nittb2021-12-241-2/+2
* Remove asserts from asid_validate_path_internal()tb2021-12-241-11/+22
* Turn asserts in ASIdentifierChoice_canonize() into error checkstb2021-12-241-3/+5
* Remove assert from extract_min_max() (again)tb2021-12-241-3/+1
* Revert previous. The commit contained more than intended.tb2021-12-241-25/+14
* Turn asserts in ASIdentifierChoice_canonize() into error checkstb2021-12-241-12/+25
* Remove assert from extract_min_max()tb2021-12-241-3/+1
* Fix indent of a comment.tb2021-12-241-2/+2
* Reinstate the licenses that were replaced with a license stubtb2021-12-181-6/+54
* Move the now internal X.509-related structs into x509_lcl.h.tb2021-11-011-1/+3
* Add missing RCS markerstb2021-10-251-0/+1
* Zap two unused includesjca2021-10-251-2/+0
* Fix indentation of comments and labelsjob2021-09-081-85/+85
* Replace (&(x)) pattern with &xjob2021-09-071-16/+16
* KNFjob2021-09-071-575/+607
* Unroll ASN1_ITEM_ref()job2021-09-021-1/+1
* Change OPENSSL_strdup() to strdup()job2021-09-021-1/+1
* Change OPENSSL_malloc to calloc()job2021-09-021-1/+2
* Add err.h for X509error() and friendsjob2021-09-021-0/+1
* Fix OPENSSL_assert() and assert()job2021-09-021-26/+13
* Fix header file includesjob2021-09-021-5/+6
* Move the error put functions from X509V3err() to X509V3error()job2021-09-021-29/+17
* Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()job2021-09-021-22/+106
* OPENSSL_assert() is not appropriate in this contextjob2021-09-021-2/+3
* Replace ossl_assert()/assert() with OPENSSL_assert()job2021-09-021-10/+10
* Replace OPENSSL_free() with free()job2021-09-021-4/+4
* Unroll IMPLEMENT_ASN1_FUNCTIONS()job2021-09-021-4/+98
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-0/+894