summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_packet.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove handling of SSLv2 client hello messages.jsing2024-06-281-205/+1
* Make internal header file names consistenttb2022-11-261-2/+2
* Get rid of SSL_CTX_INTERNAL and SSL_INTERNAL.jsing2022-10-021-14/+14
* Bye bye S3I.jsing2022-02-051-3/+3
* Merge SSL_METHOD_INTERNAL into SSL_METHOD.jsing2021-07-011-3/+2
* Make local header inclusion consistent.jsing2021-05-161-3/+2
* Only use TLS versions internally (rather than both TLS and DTLS versions).jsing2021-02-251-3/+4
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-141-2/+2
* Clean up and simplify the handshake transcript code.jsing2018-11-081-2/+2
* Make more of libssl's record layer state internal.jsing2018-10-241-3/+3
* Add missing $OpenBSD$ tags.jsing2017-05-061-0/+1
* Correctly convert an SSLv2 challenge into an SSLv3/TLS client random byjsing2017-03-051-9/+27
* Change SSLerror() back to taking two args, with the first one being an SSL *.beck2017-02-071-9/+9
* Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck2017-01-261-8/+4
* Send the error function codes to rot in the depths of hell where they belongbeck2017-01-261-9/+9
* Merge the client/server version negotiation into the existing (currentlyjsing2017-01-261-0/+278