index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libcrypto
/
x509
/
x509_addr.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-11-14
Hide public symbols in libcrypto/x509 .c files
Bob Beck
2022-05-25
Remove an unnecessary XXX comment. The suggested check is part of
Theo Buehler
2022-05-17
Rewrite make_addressRange() using CBS
Theo Buehler
2022-05-17
Simplify make_addressPrefix()
Theo Buehler
2022-04-21
Clarify comments at the start of {asid,addr}_validate_path_internal()
Theo Buehler
2022-04-21
Avoid expensive RFC 3779 checks during cert verification
Theo Buehler
2022-03-16
Make gcc 4 happier about x509_addr.c
Theo Buehler
2022-02-04
Remove a strange inheritance check from addr_validate_path_internal()
Theo Buehler
2022-01-06
minor tweaks, no code change
Theo Buehler
2022-01-05
Unindent a few lines of code and avoid shadowed variables.
Theo Buehler
2022-01-05
Rename {c,p}_{min,max} into {child,parent}_{min,max}
Theo Buehler
2022-01-05
Two minor KNF tweaks
Theo Buehler
2022-01-05
Use child_aor and parent_aor instead of aorc and aorp
Theo Buehler
2022-01-05
Rename fp and fc into parent_af and child_af for readability.
Theo Buehler
2022-01-05
Globally rename all IPAddressFamily *f into af since this is slightly
Theo Buehler
2022-01-05
Add a helper function to turn unchecked (but sound) use of
Theo Buehler
2022-01-05
Hoist IPAddressFamily_cmp() to the other IPAddressFamily functions.
Theo Buehler
2022-01-05
Call x a cert for readability.
Theo Buehler
2022-01-05
Now that i is free, rename j to i for use as loop variable in
Theo Buehler
2022-01-05
In addr_validate_path_internal() rename i to depth because that's
Theo Buehler
2022-01-05
Turn the validation_err() macro into a function
Theo Buehler
2022-01-05
Move variable declarations in X509v3_addr_canonize() to the top of
Theo Buehler
2022-01-05
Remove a bogus memcmp in range_should_be_prefix()
Theo Buehler
2022-01-05
Polish X509v3_addr_subset() a bit
Theo Buehler
2022-01-05
Readability tweaks in addr_contains()
Theo Buehler
2022-01-05
Fix a bug in addr_contains() introduced in OpenSSL commit be71c372
Theo Buehler
2022-01-04
Readability tweaks in the print helper i2r_IPAddressOrRanges.
Theo Buehler
2022-01-04
Consistently name variables with a _len suffix instead of mixing
Theo Buehler
2022-01-04
Only check the parent to be canonical once we know it is non-NULL.
Theo Buehler
2022-01-04
Refactor extract_min_max()
Theo Buehler
2022-01-04
Remove checks that are duplicated in extract_min_max()
Theo Buehler
2022-01-04
Make X509v3_addr_get_range() readable.
Theo Buehler
2022-01-04
Add a length check to make_addressPrefix()
Theo Buehler
2022-01-04
Remove some dead code
Theo Buehler
2022-01-04
Drop a pointless NULL check
Theo Buehler
2022-01-04
First pass over x509_addr_validate_path()
Theo Buehler
2022-01-04
Refactor IPAddressFamily accessors
Theo Buehler
2021-12-28
Fix typo in comment
Theo Buehler
2021-12-28
Use lowercase letters for hexadecimal constants, as both jsing and I
Theo Buehler
2021-12-28
Rewrite X509v3_addr_canonize() with new accessors
Theo Buehler
2021-12-28
Validate AFIs before sorting in X509v3_adr_canonize()
Theo Buehler
2021-12-28
Rewrite/simplify X509v3_addr_is_canonical()
Theo Buehler
2021-12-28
Check AFI/SAFI before comparing them in X509v3_addr_is_canonical()
Theo Buehler
2021-12-28
Make IPAddressFamily_cmp() more pleasing on the eye
Theo Buehler
2021-12-28
Style improvements in X509v3_addr_add_range()
Theo Buehler
2021-12-28
Style improvements in X509v3_addr_add_prefix()
Theo Buehler
2021-12-28
Another small readability tweak in X509v3_addr_inherits()
Theo Buehler
2021-12-28
Use an accessor in X509v3_addr_inherits()
Theo Buehler
2021-12-28
Add a comment to i2r_IPAddrBlocks that we may want/have to deal with
Theo Buehler
[next]