summaryrefslogtreecommitdiffstats
path: root/lib/libssl/ssl_both.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-19Replace SSL_PKEY_RSA_ENC/SSL_PKEY_RSA_SIGN with SSL_PKEY_RSA.jsing1-2/+2
2020-03-12Use calloc() rather than malloc() when allocating buffers.jsing1-3/+3
2020-01-23Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.jsing1-2/+5
2019-03-25Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.jsing1-32/+28
2018-11-08Clean up and simplify the handshake transcript code.jsing1-3/+3
2018-10-24Make more of libssl's record layer state internal.jsing1-12/+12
2018-08-24Clean up handshake message start/finish functions.jsing1-3/+3
2017-10-08Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,jsing1-6/+31
2017-08-12Remove support for DSS/DSA, since we removed the cipher suites a whilejsing1-3/+1
2017-05-07Move state from ssl->internal to the handshake structure.beck1-8/+8
2017-05-06Bring in an SSL_HANDSHAKE structure and commence the great shovellingbeck1-2/+2
2017-03-05Convert various handshake message generation functions to CBB.jsing1-5/+16
2017-02-07Change SSLerror() back to taking two args, with the first one being an SSL *.beck1-13/+13
2017-01-29Avoid clearing the mac_packet flag in the wrong place.jsing1-2/+1
2017-01-26Finish the fallout of the SSLerr->SSLerror cleanup to get rid of the uglybeck1-9/+5
2017-01-26Send the error function codes to rot in the depths of hell where they belongbeck1-13/+13
2017-01-26Remove most of SSL3_ENC_METHOD - we can just inline the function callsjsing1-9/+9
2017-01-26Rename s3_{both,clnt,pkt_srvr}.c to have an ssl_ prefix since they are nojsing1-0/+748