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
/
libssl
/
ssl_packet.c
Age
Commit message (
Expand
)
Author
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.
Joel Sing
2022-02-05
Bye bye S3I.
Joel Sing
2021-07-01
Merge SSL_METHOD_INTERNAL into SSL_METHOD.
Joel Sing
2021-05-16
Make local header inclusion consistent.
Joel Sing
2021-02-25
Only use TLS versions internally (rather than both TLS and DTLS versions).
Joel Sing
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2018-11-08
Clean up and simplify the handshake transcript code.
Joel Sing
2018-10-24
Make more of libssl's record layer state internal.
Joel Sing
2017-05-06
Add missing $OpenBSD$ tags.
Joel Sing
2017-03-05
Correctly convert an SSLv2 challenge into an SSLv3/TLS client random by
Joel Sing
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-26
Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the ugly
Bob Beck
2017-01-26
Send the error function codes to rot in the depths of hell where they belong
Bob Beck
2017-01-26
Merge the client/server version negotiation into the existing (currently
Joel Sing