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
Age
Commit message (
Expand
)
Author
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
2022-01-04
Return 0 on failure from send/get kex functions in the legacy stack.
Joel Sing
2022-01-04
Use normal result testing for tls1_check_curve().
Joel Sing
2022-01-04
Refactor ssl3_get_server_kex_ecdhe() to separate parsing and validation.
Joel Sing
2022-01-04
Pull key share group/length CBB code up from tls13_key_share_public()
Joel Sing
2022-01-04
Only allow zero length key shares when we know we're doing HRR.
Joel Sing
2022-01-03
By default, put intermediate files in a temp dir and remove it on
Philip Guenther
2022-01-02
fix strange indentation in code example
Theo Buehler
2022-01-02
Don't use *ENTRY_NB() with END_BUILTIN(), at least yet
Philip Guenther
2022-01-01
Add ENTRY_NB() macro for doing an ASM function entry without setting
Philip Guenther
2022-01-01
failured -> failed
Jonathan Gray
2022-01-01
contibutions -> contributions
Jonathan Gray
2022-01-01
identfier -> identifier
Jonathan Gray
2021-12-31
excpetions -> exceptions
Jonathan Gray
2021-12-31
deafult -> default
Jonathan Gray
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-27
Pull BN_{new,init,clear,clear_free,free} up to the top of bn_lib.c
Joel Sing
2021-12-26
zap doubled semicolon
Theo Buehler
2021-12-26
Check BIO_indent() return like all the others in this file.
Theo Buehler
2021-12-26
Drop pointless cast in i2d_ASN1_BOOLEAN(). This may or may not fix
Theo Buehler
2021-12-26
Consistently call BN_init() before BN_with_flags()
Theo Buehler
2021-12-26
Hoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX_new() to avoid
Theo Buehler
[next]