summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl_both.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-23Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck4-3/+94
Since we don't support session tickets in LibreSSL at the moment these functions currently do not have any effect. Again, symbols will appear with tb@'s reptar sized bump.. ok tb@
2021-10-23KNF a particularly ugly commenttb1-17/+16
2021-10-23Zap trailing whitespacetb1-13/+13
2021-10-23Unhandroll X509_up_ref()tb4-10/+9
ok beck jsing
2021-10-23Preapre x509.c for upcoming libcrypto bumptb1-19/+11
ok beck jsing