summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-29man pages: add missing word, The foo() ... -> The foo() function ...Christian Weisgerber
2022-03-29man pages: add missing commas in enumerationsChristian Weisgerber
2022-03-26Clean up {dtls1,ssl3}_read_bytes()Joel Sing
2022-03-26Remove the minimum record length checks from dtls1_read_bytes()Joel Sing
2022-03-19Remove three useless tests filesTheo Buehler
2022-03-18Simplify SSL_do_handshake().Joel Sing
2022-03-18Rewrite legacy DTLS unexpected handshake message handling.Joel Sing
2022-03-17Rewrite legacy TLS unexpected handshake message handling.Joel Sing
2022-03-17Clean up and simplify ssl3_renegotiate{,_check}()Joel Sing
2022-03-17Remove const from tls1_transcript_hash_value()Joel Sing
2022-03-14Factor out unexpected handshake message handling code in the legacy stack.Joel Sing
2022-03-12Factor out change cipher spec handing code in the legacy stack.Joel Sing
2022-03-05Fix typo in commentBjorn Ketelaars
2022-02-21Factor out alert handing code in the legacy stack.Joel Sing
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-06Remove i <= 0 checks from SSL_get_error()Joel Sing
2022-02-06Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.Joel Sing
2022-02-06remove please from manual pagesJonathan Gray
2022-02-05Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_Theo Buehler
2022-02-05Bye bye S3I.Joel Sing
2022-02-04Bump libressl's version in pkgconfig to 2.0.0Theo Buehler
2022-02-03Cleanup/simplify ssl_cert_type()Joel Sing
2022-01-28Error check for sk_push in libsslKinichiro Inoguchi
2022-01-28Error check for sk_push in libsslKinichiro Inoguchi
2022-01-26whitespaceTheo Buehler
2022-01-25Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()Theo Buehler
2022-01-25Fix another return 0 bug in SSL_shutdown()Theo Buehler
2022-01-25Avoid an infinite loop in SSL_shutdown()Theo Buehler
2022-01-24Garbage collect unused ret in ssl3_get_new_session_ticket()Theo Buehler
2022-01-24In ssl3_get_server_key_exchange() switch a 'goto err' toTheo Buehler
2022-01-24Avoid use of uninitialized in tlsext_sni_server_parse()Theo Buehler
2022-01-24Garbage collect the unused rv in tls1_check_ec_server_key() andTheo Buehler
2022-01-20Remove the remaining three parens in return statements.Theo Buehler
2022-01-20Use correct spelling of NULL.Theo Buehler
2022-01-15spellingJonathan Gray
2022-01-14bump libcrypto, libssl, libtls majors after struct visibility changesTheo Buehler
2022-01-14Use the correct type for ssl_callback_ctrl()Theo Buehler
2022-01-14Convert the new record layers to opaque EVP_AEAD_CTXTheo Buehler
2022-01-14Convert ssl_kex.c to opaque DHTheo Buehler
2022-01-14Use BIO_next/BIO_set_next in ssl_lib.cTheo Buehler
2022-01-14bio_ssl.c needs to peek into bio_local.hTheo Buehler
2022-01-14Garbage collect last use of EVP_ecdsa()Theo Buehler
2022-01-11Remove peer_pkeys from SSL_SESSION.Joel Sing
2022-01-11Simplify SSL_get_peer_certificate()Joel Sing
2022-01-11Rename 'peer' to 'peer_cert' in SSL_SESSION.Joel Sing
2022-01-11Plumb decode errors through key share parsing code.Joel Sing
2022-01-11Use SSL_AD_INTERNAL_ERROR for non-decoding alerts when parsing keyshares.Joel Sing
2022-01-11Simplify tlsext_keyshare_server_parse()Joel Sing
2022-01-09ssl_check_srvr_ecc_cert_and_alg() only returns 0/1 - test accordingly.Joel Sing