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-06-10
Add _?ENTRY_NB() macro for doing an ASM function entry without
Philip Guenther
2022-06-07
Change the loop index from an unsigned int to size_t now that all
Theo Buehler
2022-06-07
Simplify another CBS_write_bytes() call in d2i_SSL_SESSION()
Theo Buehler
2022-06-07
Switch sid_ctx_length in SSL, SSL_CTX and SSL_SESSION to a size_t
Theo Buehler
2022-06-07
Use CBS_write_bytes() instead of manual unpacking of a CBS and assigning
Theo Buehler
2022-06-07
Simplify various CBS_write_bytes() calls
Theo Buehler
2022-06-07
Switch SSL_SESSION's session_id_length to a size_t
Theo Buehler
2022-06-07
Add missing error check call in ssl3_get_new_session_ticket()
Theo Buehler
2022-06-07
Another small readability tweak: compare explicitly against 0 and NULL,
Theo Buehler
2022-06-07
Tweak readability of a test: compare tmp explicitly against 0 and drop
Theo Buehler
2022-06-07
Add a cast to SSL_SESSION_get_id() to indicate that session_id_length
Theo Buehler
2022-06-07
fix indent
Theo Buehler
2022-06-07
Unindent and simplify remove_session_lock()
Theo Buehler
2022-06-07
Drop an unnecessary cast
Theo Buehler
2022-06-07
Simplify CBS_write_bytes() invocation
Theo Buehler
2022-06-07
The master_key_length can no longer be < 0
Theo Buehler
2022-06-07
Switch the SSL_SESSION's master_key_length to a size_t
Theo Buehler
2022-06-07
Add error checking to tls_session_secret_cb() calls
Theo Buehler
2022-06-06
Use SSL3_CK_VALUE_MASK instead of hardcoded 0xffff and remove some
Theo Buehler
2022-06-06
Tweak comment describing the SSL_SESSION ASN.1
Theo Buehler
2022-06-06
Minor style cleanup in ssl_txt.c
Theo Buehler
2022-06-06
Fix comment + spacing.
Theo Buehler
2022-06-06
Remove incorrect and ungrammattical comment
Theo Buehler
2022-06-06
Fix spaces before tabs
Theo Buehler
2022-06-04
The parse stubs need to skip over the extension data.
Theo Buehler
2022-06-04
Tweak a comment using review feedback from jsing
Theo Buehler
2022-06-03
Add stubbed out handlers for the pre_shared_key extension
Theo Buehler
2022-06-03
Implement handlers for the psk_key_exchange_modes extensions.
Theo Buehler
2022-06-03
Add a use_psk_dhe_ke flag to the TLSv1.3 handshake struct
Theo Buehler
2022-06-03
Ensure that a client who sent a PSK extension has also sent a PSK
Theo Buehler
2022-06-03
Provide #defines for the two currently registered PskKeyExchangeModes.
Theo Buehler
2022-05-30
move bufsz description after appbufsz as per struct fields order
op
2022-05-28
clear cur_membag so that pcap can be used more than once
Theo de Raadt
2022-05-28
Do not walk off the end of the array performing frees
Theo de Raadt
2022-05-25
Revert the .rodata.cst4 change: results in incorrect value read
Philip Guenther
2022-05-25
Remove an unnecessary XXX comment. The suggested check is part of
Theo Buehler
2022-05-24
Delete superfluous/duplicated #includes
Philip Guenther
2022-05-24
Give internal 'botch' labels a '.L' prefix to remove them from the
Philip Guenther
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm64:
Philip Guenther
2022-05-24
Clean up ASN1_item_sign_ctx() a little
Theo Buehler
2022-05-24
Simplify ec_asn1_group2curve()
Theo Buehler
2022-05-24
Straightforward conversion of ecdh_cms_encrypt() to
Theo Buehler
2022-05-24
Rewrite X509_PUBKEY_set0_param() to use asn1_abs_set_unused_bits()
Theo Buehler
2022-05-24
Use asn1_abs_set_unused_bits() in asn1_str2type()
Theo Buehler
2022-05-24
Set the correct alignment on __jmpxor (.align's meaning is MD!)
Philip Guenther
2022-05-24
Delete superfluous/duplicated #includes
Philip Guenther
2022-05-24
Add END() tags to give these functions sizes in the ELF symbol table
Philip Guenther
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):
Philip Guenther
2022-05-23
Respect RLIMIT_FSIZE when extending a file via truncat(2)/ftruncate(2).
Todd C. Miller
2022-05-21
Remove some unhelpful comments and spell NULL correctly.
Joel Sing
[next]