summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
9 daysRelease pkey_ctx on initialization failureirosay
9 daysAdd reason codes with the correct offset for two alertsJacob Champion
2024-05-06Fix undefined behaviour in the event of a zero length session idMatt Caswell
2024-05-06Set the server sig algs before calling the session_secret_cbMatt Caswell
2024-04-18QUIC TXP: Fix reserve calculations for PING framesHugo Landau
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC APL: Revise SSL_pending and SSL_has_pending handling for s_client compatHugo Landau
2024-04-08Hardening around not_resumable sessionsMatt Caswell
2024-04-08Fix unconstrained session cache growth in TLSv1.3Matt Caswell
2024-04-03Allow provider sigalgs in SignatureAlgorithms confAlex Bozarth
2024-02-22SSL_set1_groups_list(): Fix memory corruption with 40 groups and moreMichael Baentsch
2024-02-16QUIC: Fix SSL_ctrl operation for QSSOsHugo Landau
2024-02-14Fix SSL_export_keying_material for QUICHugo Landau
2024-02-09THREADING: Make CRYPTO_MUTEX and CRYPTO_CONDVAR typesafeHugo Landau
2024-01-31Free the QUIC TLS object before freeing the channelMatt Caswell
2024-01-31Free the tserver TLS object before freeing the channelMatt Caswell
2024-01-31Rationalise RECORD_LAYER_clear() and clear_record_layer()Matt Caswell
2024-01-31When selecting a method ensure we use the correct client/server versionMatt Caswell
2024-01-31Fix an assertion failure in tls_common.cMatt Caswell
2024-01-30Copyright year updatesMatt Caswell
2024-01-18Don't apply max_frag_len checking if no Max Fragment Length extensionMatt Caswell
2024-01-18Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell
2023-12-20Make SSL_clear_options pass new options to record layerlan1120
2023-12-19Consolidate raising errors in SSL_CONF_cmd()Tomas Mraz
2023-12-19Always apply all configuration settings from the ssl sectionTomas Mraz
2023-12-19Ensure the default length calculation includes the content type byteMatt Caswell
2023-12-12Remove some redundant codeMatt Caswell
2023-12-12Don't attempt to set provider params on an ENGINE based cipherMatt Caswell
2023-11-29Fix freshly introduced double-free.Viktor Dukhovni
2023-11-28Fix a possible memory leak in ct_move_sctsBernd Edlinger
2023-11-22Fix a possible use-after-free in custom_exts_freeBernd Edlinger
2023-11-22Fix a possible memory leak in dane_tlsa_addBernd Edlinger
2023-11-21Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell
2023-11-21zero data in hm_fragment on allocNeil Horman
2023-11-15Correct tag len check when determining how much space we have in the pktMatt Caswell
2023-11-15Keep track of connection credit as we add stream dataMatt Caswell
2023-11-09Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger
2023-11-09After a stream has implicit length don't add more stream related framesMatt Caswell
2023-11-08QUIC TXP: Handle padding correctly for ACK_ONLY archetypeHugo Landau
2023-11-08QUIC TXP: Fix use of implicit-length STREAM frames in presence of PATH_REPSON...Hugo Landau
2023-11-08Fix bug in priority queue remove functionPauli
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger
2023-11-06Correctly track the original length when generating a stream frameMatt Caswell
2023-11-06ossl_quic_new(): Avoid dereferencing NULL qc during cleanupTomas Mraz
2023-11-06ossl_qrl_enc_level_set_provide_secret(): Avoid leaking keyslot in error condi...Tomas Mraz
2023-11-02TLS: Fix use of an uninitialized valueHugo Landau
2023-11-02QUIC WIRE: Refuse integer transport params with trailing body bytesHugo Landau
2023-11-02QUIC CHANNEL: Set reason string for missing tparams extensionHugo Landau
2023-11-02ossl_quic_new(): Fix a leak found by error injectionTomas Mraz
2023-11-02QUIC SSTREAM: Fix bug in ossl_quic_sstream_is_totally_ackedHugo Landau