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
2021-01-26
Rewrap a comment line to fit into 80 columns.
Theo Buehler
2021-01-26
zap a tab
Theo Buehler
2021-01-26
Prepare to provide SSL_set_hostflags()
Theo Buehler
2021-01-26
Move sequence numbers into the new TLSv1.2 record layer.
Joel Sing
2021-01-26
Move private key setup to a helper function with proper error
Eric Faurot
2021-01-26
When checking for available address family for AI_ADDRCONFIG consider
Florian Obser
2021-01-22
Gracefully handle any erroneous closing bracket/brace trailers in
rob
2021-01-22
Valid integer and enumerated types always have non-zero length. Perform
rob
2021-01-21
when using fake keys, skip the private key check
Eric Faurot
2021-01-21
return -1 on error for consistency
Eric Faurot
2021-01-21
minor bump after symbol addition
Eric Faurot
2021-01-21
Allow setting a keypair on a tls context without specifying the private
Eric Faurot
2021-01-21
Mop up unused dtls1_build_sequence_number() function.
Joel Sing
2021-01-20
Missing return value; ok jmc@
Otto Moerbeek
2021-01-20
typo; spotted by jmc
Stuart Henderson
2021-01-20
Drop unneeded cast in seal_record_protected_cipher
Theo Buehler
2021-01-19
Add code to handle change of cipher state in the new TLSv1.2 record layer.
Joel Sing
2021-01-19
Provide functions to determine if TLSv1.2 record protection is engaged.
Joel Sing
2021-01-19
Provide record layer overhead for DTLS.
Joel Sing
2021-01-19
Factor out code for explicit IV length, block size and MAC length.
Joel Sing
2021-01-19
Prevent an overflow in inet_net_pton(3) when the passed in buffer is
Florian Obser
2021-01-18
support PCAP_NETMASK_UNKNOWN, adapted from an old commit in upstream
Stuart Henderson
2021-01-18
Move sessid definition to keynote-verify.c to avoid issues with -fno-common
mortimer
2021-01-13
Clean up dtls1_reset_seq_numbers()
Joel Sing
2021-01-13
Clean up read sequence handling in DTLS.
Joel Sing
2021-01-13
Clean up sequence number handing in the new TLSv1.2 record layer.
Joel Sing
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2021-01-13
Make imsg.h a bit more self-contained by prototyping struct iovec.
Claudio Jeker
2021-01-12
Split the record protection from the TLSv1.2 record layer.
Joel Sing
2021-01-11
Remove libc++ and libc++abi 8.0.0 now that we switched to version 10.0.1
Patrick Wildt
2019-02-04
Import libc++ 7.0.1.
Patrick Wildt
2019-02-04
Import libc++abi 7.0.1.
Patrick Wildt
2018-09-11
import of libc++ 6.0.0
Robert Nagy
2018-09-11
import of libc++abi 6.0.0
Robert Nagy
2016-09-03
Import libc++abi 3.9.0
Patrick Wildt
2016-09-03
Import libc++ 3.9.0
Patrick Wildt
2021-01-09
Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240
Theo Buehler
2021-01-09
Add support for SSL_get_shared_ciphers() in TLSv1.3
Theo Buehler
2021-01-09
Align SSL_get_shared_ciphers() with OpenSSL
Theo Buehler
2021-01-09
Set chain on xsc on chain build failure.
Joel Sing
2021-01-09
Bail out early after finding an single chain if we are have been called from
Bob Beck
2021-01-08
Make fts_{alloc,safe_changed}() const correct
Theo Buehler
2021-01-08
search the intermediates only after searching the root certs, clarify
Bob Beck
2021-01-07
Rename two local variables ssl to s for consistency
Theo Buehler
2021-01-07
Make tls12_record_layer_free() NULL safe.
Joel Sing
2021-01-07
Move the read MAC key into the TLSv1.2 record layer.
Joel Sing
2021-01-07
sleep(3): don't bypass nanosleep(2) if seconds is zero
cheloha
2021-01-06
Use tls13_secret_{init,cleanup}() for the finished_key
Theo Buehler
2021-01-06
Fix two issues related to thread private data in asr.
Otto Moerbeek
2021-01-05
Avoid local variable in tls13_secret_init().
Theo Buehler
[next]