summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_addr.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
* Fix an error exit in X509v3_addr_validate_path()tb2023-10-291-3/+6
* RFC 3779: stop pretending we support AFIs other than IPv4 and IPv6tb2023-09-271-19/+28
* Back out superfluous initializationjob2023-09-111-5/+4
* Initialize afi & safi to zerojob2023-09-061-4/+5
* Avoid use-of-uninitialized in i2r_IPAddrBlocks()tb2023-09-061-1/+8
* libressl *_namespace.h: adjust *_ALIAS() to require a semicolontb2023-02-161-28/+28
* Make internal header file names consistenttb2022-11-261-3/+3
* Hide public symbols in libcrypto/x509 .c filesbeck2022-11-141-1/+28
* Remove an unnecessary XXX comment. The suggested check is part oftb2022-05-251-5/+1
* Rewrite make_addressRange() using CBStb2022-05-171-37/+104
* Simplify make_addressPrefix()tb2022-05-171-21/+23
* Clarify comments at the start of {asid,addr}_validate_path_internal()tb2022-04-211-3/+3
* Avoid expensive RFC 3779 checks during cert verificationtb2022-04-211-10/+10
* Make gcc 4 happier about x509_addr.ctb2022-03-161-6/+8
* Remove a strange inheritance check from addr_validate_path_internal()tb2022-02-041-4/+1
* minor tweaks, no code changetb2022-01-061-4/+3
* Unindent a few lines of code and avoid shadowed variables.tb2022-01-051-12/+7
* Rename {c,p}_{min,max} into {child,parent}_{min,max}tb2022-01-051-7/+8
* Two minor KNF tweakstb2022-01-051-5/+5
* Use child_aor and parent_aor instead of aorc and aorptb2022-01-051-15/+15
* Rename fp and fc into parent_af and child_af for readability.tb2022-01-051-24/+29
* Globally rename all IPAddressFamily *f into af since this is slightlytb2022-01-051-64/+65
* Add a helper function to turn unchecked (but sound) use oftb2022-01-051-13/+18
* Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions.tb2022-01-051-29/+29
* Call x a cert for readability.tb2022-01-051-13/+13
* Now that i is free, rename j to i for use as loop variable intb2022-01-051-10/+10
* In addr_validate_path_internal() rename i to depth because that'stb2022-01-051-17/+15
* Turn the validation_err() macro into a functiontb2022-01-051-31/+44
* Move variable declarations in X509v3_addr_canonize() to the top oftb2022-01-051-17/+19
* 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