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
Age
Commit message (
Expand
)
Author
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
2021-12-28
Add a few accessors for IPAddressFamily and make first use of them
Theo Buehler
2021-12-28
Simplify and explain expand_addr() a bit
Theo Buehler
2021-12-28
Add a comment so I don't forget to think about input validation
Theo Buehler
2021-12-28
Convert make_IPAddressFamily to CBS/CBB
Theo Buehler
2021-12-28
Remove two pointless NULL checks and allocations
Theo Buehler
2021-12-28
Check for trailing garbage in X509_addr_get_afi()
Theo Buehler
2021-12-28
Convert X509v3_adr_get_afi() to CBS
Theo Buehler
2021-12-26
zap doubled semicolon
Theo Buehler
2021-12-25
Fix some weird line wrapping and a minor KNF nit
Theo Buehler
2021-12-25
No need for assert.h in here.
Theo Buehler
2021-12-25
drop a meaningless XXX
Theo Buehler
2021-12-25
Use C99 initializers for v3_addr, v3_asid and v3_ct_scts[]
Theo Buehler
[next]