summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* man pages: add missing commas between subordinate and main clausesnaddy2022-03-314-18/+18
* man pages: add missing word, The foo() ... -> The foo() function ...naddy2022-03-291-5/+6
* man pages: add missing commas in enumerationsnaddy2022-03-291-3/+3
* Clean up {dtls1,ssl3}_read_bytes()jsing2022-03-262-200/+166
* Remove the minimum record length checks from dtls1_read_bytes()jsing2022-03-261-32/+1
* Remove three useless tests filestb2022-03-193-185/+0
* Simplify SSL_do_handshake().jsing2022-03-181-7/+5
* Rewrite legacy DTLS unexpected handshake message handling.jsing2022-03-181-83/+139
* Rewrite legacy TLS unexpected handshake message handling.jsing2022-03-171-78/+114
* Clean up and simplify ssl3_renegotiate{,_check}()jsing2022-03-171-22/+15
* Remove const from tls1_transcript_hash_value()jsing2022-03-172-5/+5
* Factor out unexpected handshake message handling code in the legacy stack.jsing2022-03-142-229/+256
* Factor out change cipher spec handing code in the legacy stack.jsing2022-03-123-65/+73
* Fix typo in commentbket2022-03-051-2/+2
* Factor out alert handing code in the legacy stack.libressl-v3.5.0jsing2022-02-213-85/+77
* Avoid gendered language in man pages when not referring to a specificjsg2022-02-181-4/+4
* Remove i <= 0 checks from SSL_get_error()jsing2022-02-061-15/+16
* Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.jsing2022-02-061-1/+5
* remove please from manual pagesjsg2022-02-061-3/+3
* Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_tb2022-02-053-16/+22
* Bye bye S3I.jsing2022-02-0523-772/+755
* Bump libressl's version in pkgconfig to 2.0.0tb2022-02-041-2/+3
* Cleanup/simplify ssl_cert_type()jsing2022-02-036-34/+24
* Error check for sk_push in libsslinoguchi2022-01-281-4/+7
* Error check for sk_push in libsslinoguchi2022-01-281-2/+5
* whitespacetb2022-01-261-4/+4
* Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()tb2022-01-251-6/+6
* Fix another return 0 bug in SSL_shutdown()tb2022-01-251-6/+8
* Avoid an infinite loop in SSL_shutdown()tb2022-01-251-2/+4
* Garbage collect unused ret in ssl3_get_new_session_ticket()tb2022-01-241-5/+4
* In ssl3_get_server_key_exchange() switch a 'goto err' totb2022-01-241-2/+2
* Avoid use of uninitialized in tlsext_sni_server_parse()tb2022-01-241-1/+3
* Garbage collect the unused rv in tls1_check_ec_server_key() andtb2022-01-241-3/+2
* Remove the remaining three parens in return statements.tb2022-01-201-4/+4
* Use correct spelling of NULL.tb2022-01-201-2/+2
* spellingjsg2022-01-152-6/+6
* bump libcrypto, libssl, libtls majors after struct visibility changestb2022-01-141-1/+1
* Use the correct type for ssl_callback_ctrl()tb2022-01-141-3/+3
* Convert the new record layers to opaque EVP_AEAD_CTXtb2022-01-142-12/+6
* Convert ssl_kex.c to opaque DHtb2022-01-141-11/+11
* Use BIO_next/BIO_set_next in ssl_lib.ctb2022-01-141-3/+3
* bio_ssl.c needs to peek into bio_local.htb2022-01-142-2/+4
* Garbage collect last use of EVP_ecdsa()tb2022-01-141-2/+1
* Remove peer_pkeys from SSL_SESSION.jsing2022-01-116-96/+58
* Simplify SSL_get_peer_certificate()jsing2022-01-111-10/+8
* Rename 'peer' to 'peer_cert' in SSL_SESSION.jsing2022-01-118-37/+37
* Plumb decode errors through key share parsing code.jsing2022-01-117-48/+106
* Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.jsing2022-01-111-4/+10
* Simplify tlsext_keyshare_server_parse()jsing2022-01-111-9/+5
* ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.jsing2022-01-091-3/+3