summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_srvr.c
AgeCommit message (Expand)Author
2024-06-04Copyright year updatesTomas Mraz
2024-05-14Release pkey_ctx on initialization failureirosay
2024-05-06Set the server sig algs before calling the session_secret_cbMatt Caswell
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-08-15TLS KeyUpdate messages are not allowed in QUICMatt Caswell
2023-06-15Fix typos found by codespellDimitri Papadopoulos
2023-06-02[feat] SSL RTT in both client and server statem. SSL_get_handshake_rtt makes ...Jairus Christensen
2023-05-30ssl/statem_srvr.c: clean up handling of EVP_PKEY_decrypt() outlenDr. David von Oheimb
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-21Added `CERTIFICATE_VERIFY_MAX_LENGTH` constantVeronikaNguyen
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz
2022-10-20Remove some redundant codeMatt Caswell
2022-10-18Add `for_comp` flag when retrieving certs for compressionTodd Short
2022-10-18Add support for compressed certificates (RFC8879)Todd Short
2022-10-18Fix sctp compile errorsslontis
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-20Use an enum for the return value from a construction functionMatt Caswell
2022-09-20If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Remove unneccesary KTLS code from non-KTLS specific filesMatt Caswell
2022-08-01Check that IV length is not less than zeroDmitry Belyavskiy
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-01-09Delete unused param about get_construct_message_fyangyangtiantianlonglong
2022-01-07fix the return check of EVP_PKEY_CTX_ctrl() in 5 spotsxkernel
2022-01-05Fix typosDimitris Apostolou
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-10-28fix some code with obvious wrong coding stylex2018
2021-08-16Fix potential double-freeTodd Short
2021-07-21tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb
2021-06-10Optimize session cache flushingTodd Short
2021-06-02tls: remove TODOsPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01ssl: ass size_t to RAND_bytes_ex()Pauli
2021-05-29ssl: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-27Call SSLfatal when the generate_ticket_cb returns 0Todd Short
2021-05-17Add SSL_OP_ALLOW_CLIENT_RENEGOTIATIONRich Salz
2021-05-15Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk
2021-03-25Ensure buffer/length pairs are always in syncMatt Caswell
2021-03-18Add ossl_gost symbolsShane Lontis
2021-03-12ssl: support params arguments to init functionsPauli
2021-02-12Deprecate the libssl level SRP APIsMatt Caswell
2021-02-05Remove OPENSSL_NO_EC guards from libsslMatt Caswell
2021-02-05Remove OPENSSL_NO_DH guards from libsslMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte