summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_addr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite/simplify X509v3_addr_is_canonical()tb2021-12-281-40/+36
* Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()tb2021-12-281-1/+8
* Make IPAddressFamily_cmp() more pleasing on the eyetb2021-12-281-4/+11
* Style improvements in X509v3_addr_add_range()tb2021-12-281-8/+15
* Style improvements in X509v3_addr_add_prefix()tb2021-12-281-7/+16
* Another small readability tweak in X509v3_addr_inherits()tb2021-12-281-2/+3
* Use an accessor in X509v3_addr_inherits()tb2021-12-281-2/+2
* Add a comment to i2r_IPAddrBlocks that we may want/have to deal withtb2021-12-281-1/+2
* Add a few accessors for IPAddressFamily and make first use of themtb2021-12-281-25/+94
* Simplify and explain expand_addr() a bittb2021-12-281-12/+23
* Add a comment so I don't forget to think about input validationtb2021-12-281-1/+3
* Convert make_IPAddressFamily to CBS/CBBtb2021-12-281-13/+26
* Remove two pointless NULL checks and allocationstb2021-12-281-7/+1
* Check for trailing garbage in X509_addr_get_afi()tb2021-12-281-1/+5
* Convert X509v3_adr_get_afi() to CBStb2021-12-281-6/+21
* Fix some weird line wrapping and a minor KNF nittb2021-12-251-10/+6
* drop a meaningless XXXtb2021-12-251-2/+1
* Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]tb2021-12-251-12/+15
* Fix a typo in a comment and add some empty lines for readabilitytb2021-12-241-2/+6
* Remove asserts from addr_validate_path_internal()tb2021-12-241-9/+19
* Turn assert in X509v3_addr_canonize() into an error check.tb2021-12-241-3/+5
* Fully check the second strtoul() call in v2i_IPAddrBlocks()tb2021-12-231-3/+34
* Fix an arbitrary out-of-bounds stack read in v2i_IPAddrBlocks()tb2021-12-231-3/+7
* 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
* Replace bare ; with continue;job2021-09-081-7/+7
* Fix indentation of comments and labelsjob2021-09-081-80/+82
* Replace (&(x)) pattern with &xjob2021-09-071-16/+16
* KNFjob2021-09-071-903/+941
* Repair unrolling of static ASN1_ITEM IPAddrBlocks_itjob2021-09-021-0/+11
* Add err.h for X509error() and friendsjob2021-09-021-0/+1
* Fix OPENSSL_assert() and assert()job2021-09-021-9/+4
* Unroll ASN1_EX_TEMPLATE_TYPE IPAddrBlocksjob2021-09-021-4/+7
* Change the OPENSSL_strdup() to strdup()job2021-09-021-3/+4
* Fix header file includesjob2021-09-021-3/+3
* Move the error put functions from X509V3err() to X509V3error()job2021-09-021-23/+15
* Unroll ASN1_SEQUENCE() ASN1_CHOICE() ASN1_ITEM_TEMPLATE()job2021-09-021-24/+112
* Replace ossl_assert()/assert() with OPENSSL_assert()job2021-09-021-4/+4
* Replace OPENSSL_free() with free()job2021-09-021-3/+3
* Unroll IMPLEMENT_ASN1_FUNCTIONS()job2021-09-021-4/+99
* Lay groundwork to support X.509 v3 extensions for IP Addresses and AS Identif...job2021-09-021-0/+1315