summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_addr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove a bogus memcmp in range_should_be_prefix()tb2022-01-051-3/+6
* Polish X509v3_addr_subset() a bittb2022-01-051-15/+28
* Readability tweaks in addr_contains()tb2022-01-051-5/+13
* Fix a bug in addr_contains() introduced in OpenSSL commit be71c372tb2022-01-051-2/+2
* Readability tweaks in the print helper i2r_IPAddressOrRanges.tb2022-01-041-9/+17
* Consistently name variables with a _len suffix instead of mixingtb2022-01-041-35/+35
* Only check the parent to be canonical once we know it is non-NULL.tb2022-01-041-6/+5
* Refactor extract_min_max()tb2022-01-041-11/+28
* Remove checks that are duplicated in extract_min_max()tb2022-01-041-8/+1
* Make X509v3_addr_get_range() readable.tb2022-01-041-7/+17
* Add a length check to make_addressPrefix()tb2022-01-041-12/+25
* Remove some dead codetb2022-01-041-7/+1
* Drop a pointless NULL checktb2022-01-041-3/+2
* First pass over x509_addr_validate_path()tb2022-01-041-37/+79
* Refactor IPAddressFamily accessorstb2022-01-041-37/+90
* Fix typo in commenttb2021-12-281-2/+2
* Use lowercase letters for hexadecimal constants, as both jsing and Itb2021-12-281-15/+15
* Rewrite X509v3_addr_canonize() with new accessorstb2021-12-281-7/+9
* Validate AFIs before sorting in X509v3_adr_canonize()tb2021-12-281-1/+7
* 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