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-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
2021-12-26
Correct SSL_get_peer_cert_chain() when used with the TLSv1.3 stack.
Joel Sing
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
2021-12-25
Indent goto labels for diffability.
Joel Sing
2021-12-25
Merge asn_pack.c into asn1_item.c - these are two ASN1_item_* functions.
Joel Sing
2021-12-25
Merge evp_asn1.c into a_type.c - these are all ASN1_TYPE_* functions.
Joel Sing
2021-12-25
Move more ASN1_STRING_* functions to a_string.c.
Joel Sing
2021-12-25
More consolidation of ASN.1 code.
Joel Sing
2021-12-25
Consolidate code/templates for ASN.1 types.
Joel Sing
2021-12-25
Move ASN1_<type>_* functions to the top, encoding/decoding to the bottom.
Joel Sing
2021-12-25
Rewrite ASN.1 identifier/length parsing in CBS.
Joel Sing
2021-12-25
Update to reflect changes over the last six years
Philip Guenther
2021-12-24
Reorder some functions.
Joel Sing
2021-12-24
Undo commenting of OPENSSL_NO_RFC3779
Theo Buehler
[next]