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_both.c
Age
Commit message (
Expand
)
Author
2017-10-08
Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,
Joel Sing
2017-08-12
Remove support for DSS/DSA, since we removed the cipher suites a while
Joel Sing
2017-05-07
Move state from ssl->internal to the handshake structure.
Bob Beck
2017-05-06
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
Bob Beck
2017-03-05
Convert various handshake message generation functions to CBB.
Joel Sing
2017-02-07
Change SSLerror() back to taking two args, with the first one being an SSL *.
Bob Beck
2017-01-29
Avoid clearing the mac_packet flag in the wrong place.
Joel Sing
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
Remove most of SSL3_ENC_METHOD - we can just inline the function calls
Joel Sing
2017-01-26
Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are no
Joel Sing