]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/statem/statem_srvr.c
Implement riscv_vlen_asm for riscv32
[thirdparty/openssl.git] / ssl / statem / statem_srvr.c
6 days ago  Matt CaswellSet the server sig algs before calling the session_secr...
2024-04-09  Richard LevitteCopyright year updates
2024-04-08  Matt CaswellFix unconstrained session cache growth in TLSv1.3
2024-01-18  Frederik Wedel-HeinenMove increment of dtls epoch to change cipher state...
2023-12-18  Frederik Wedel-HeinenRemove redundant logic for DTLS server version selection
2023-12-18  Frederik Wedel-HeinenHandle tls and dtls server version selection similarly
2023-09-11  Dimitri PapadopoulosRemove repeated words
2023-08-15  Matt CaswellTLS KeyUpdate messages are not allowed in QUIC
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-06-02  Jairus Christensen[feat] SSL RTT in both client and server statem. SSL_ge...
2023-05-30  Dr. David von Oheimbssl/statem_srvr.c: clean up handling of EVP_PKEY_decryp...
2023-03-28  Todd ShortRFC7250 (RPK) support
2023-03-21  VeronikaNguyenAdded `CERTIFICATE_VERIFY_MAX_LENGTH` constant
2022-10-21  Tomas Mrazstack: Do not add error if pop/shift/value accesses...
2022-10-20  Matt CaswellRemove some redundant code
2022-10-18  Todd ShortAdd `for_comp` flag when retrieving certs for compression
2022-10-18  Todd ShortAdd support for compressed certificates (RFC8879)
2022-10-18  slontisFix sctp compile errors
2022-10-05  Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-09-20  Matt CaswellUse an enum for the return value from a construction...
2022-09-20  Matt CaswellIf a ticket key callback returns 0 in TLSv1.3 don't...
2022-09-16  Dr. David von Oheimbstack.c: add missing direct error reporting and improve...
2022-09-13  Paulissl: modify libssl so that it uses OSSL_TIME
2022-08-18  Matt CaswellMove some fields out of the SSL object and into the...
2022-08-18  Matt CaswellRemove unneccesary KTLS code from non-KTLS specific...
2022-08-01  Dmitry BelyavskiyCheck that IV length is not less than zero
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-05-03  Matt CaswellUpdate copyright year
2022-03-25  Todd Shortticket_lifetime_hint may exceed 1 week in TLSv1.3
2022-01-09  yangyangtiantianlo... Delete unused param about get_construct_message_f
2022-01-07  xkernelfix the return check of EVP_PKEY_CTX_ctrl() in 5 spots
2022-01-05  Dimitris ApostolouFix typos
2021-12-21  Dr. David von Oheimbadd OSSL_STACK_OF_X509_free() for commonly used pattern
2021-10-28  x2018fix some code with obvious wrong coding style
2021-08-16  Todd ShortFix potential double-free
2021-07-21  Dr. David von Oheimbtls_process_{client,server}_certificate(): allow verify...
2021-06-10  Todd ShortOptimize session cache flushing
2021-06-02  Paulitls: remove TODOs
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-06-01  Paulissl: ass size_t to RAND_bytes_ex()
2021-05-29  Paulissl: add zero strenght arguments to BN and RAND RNG...
2021-05-27  Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-17  Rich SalzAdd SSL_OP_ALLOW_CLIENT_RENEGOTIATION
2021-05-15  Benjamin KadukPromote SSL_get_negotiated_group() for non-TLSv1.3
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-18  Shane LontisAdd ossl_gost symbols
2021-03-11  Paulissl: support params arguments to init functions
2021-02-12  Matt CaswellDeprecate the libssl level SRP APIs
2021-02-05  Matt CaswellRemove OPENSSL_NO_EC guards from libssl
2021-02-05  Matt CaswellRemove OPENSSL_NO_DH guards from libssl
2021-01-28  Richard LevitteUpdate copyright year
2021-01-12  Richard LevitteClean away extraneous library specific FETCH_FAILED...
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-11-18  Richard LevitteDeprecate RSA harder
2020-11-18  Matt CaswellOnly disabled what we need to in a no-dh build
2020-11-18  Matt CaswellRemove DH usage from tls_process_cke_dhe
2020-11-18  Matt CaswellRemove DH usage in tls_construct_server_key_exchange()
2020-11-18  Matt CaswellDeprecate SSL_CTRL_SET_TMP_DH and other related ctrls
2020-11-18  Matt CaswellConvert TLS auto DH parameters to use EVP_PKEY
2020-11-11  Richard LevitteSSL: refactor all SSLfatal() calls
2020-10-26  Matt CaswellEnsure we raise SSLfatal on error
2020-10-20  Matt CaswellRename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-13  Matt CaswellFix safestack issues in x509.h
2020-09-13  Matt CaswellFix safestack issues in ssl.h
2020-08-09  Shane LontisAdd EVP signature with libctx methods.
2020-07-24  Shane LontisAdd X509 related libctx changes.
2020-06-19  Matt CaswellFix the DTLS1_COOKIE_LENGTH value
2020-06-19  Matt CaswellProvider a better error message if we fail to copy...
2020-06-05  Matt CaswellDon't downgrade keys in libssl
2020-05-19  Dmitry BelyavskiyNew Russian TLS 1.2 implementation
2020-05-01  Benjamin KadukAdd SSL_new_session_ticket() API
2020-05-01  Benjamin KadukFix whitespace nit in ossl_statem_server_pre_work
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-04-15  Matt CaswellMake sure we always send an alert in libssl if we hit...
2020-04-08  Richard LevitteTLS: Temporarly downgrade newly generated EVP_PKEYs...
2020-04-01  Matt CaswellUse EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex...
2020-03-24  Matt CaswellMake sure we use a fetched cipher when encrypting state...
2020-03-13  Benjamin KadukCode to thread-safety in ChangeCipherState
2020-03-13  Benjamin KadukDon't write to the session when computing TLS 1.3 keys
2020-02-06  Matt CaswellUse the OPENSSL_CTX and property query string in EVP_PK...
2020-02-06  Matt CaswellExplicitly fetch ciphers and digests in libssl
2020-01-29  PauliTLS: use EVP for HMAC throughout libssl.
2020-01-24  Matt CaswellMake sure we use RAND_bytes_ex and RAND_priv_bytes_ex...
2020-01-19  Matt Caswelllibssl: Eliminate as much use of EVP_PKEY_size() as...
2019-12-13  Dmitry BelyavskiyParse large GOST ClientKeyExchange messages
2019-12-05  Matt CaswellMove constant time RSA code out of libssl
2019-09-28  Dr. Matthias St... Reorganize local header files
2019-06-26  Benjamin KadukRevert "Delay setting the sig algs until after the...
2019-06-18  Matt CaswellFix a race condition in ciphers handling
2019-06-03  Matt CaswellDefer sending a KeyUpdate until after pending writes...
2019-04-29  Todd ShortCollapse ssl3_state_st (s3) into ssl_st
2019-03-28  Paul Monsonconn_is_closed should return 1 if get_last_sys_error...
2019-03-06  Richard LevitteAdapt CIPHER_DEBUG to the new generic trace API
2019-02-14  Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-01  Michael TuexenFix end-point shared secret for DTLS/SCTP
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-05  Matt CaswellFix some SSL_export_keying_material() issues
2018-11-12  Matt CaswellSeparate ca_names handling for client and server
next