summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-19Document SSL_R_UNEXPECTED_EOF_WHILE_READINGMatt Caswell
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-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-24Move freeing of an old enc_write_ctx/write_hash to dtls1_clear_sent_bufferMatt Caswell
2023-11-24zero data in hm_fragment on allocNeil Horman
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-09Fix a bad backportMatt Caswell
2023-11-09Fix a possible memory leak of ssl->s3.tmp.pskBernd Edlinger
2023-11-08Fix a possible memory leak in custom_ext_addBernd Edlinger
2023-11-02Fix a possible memory leak in load_builtin_compressionsBernd Edlinger
2023-09-19Copyright year updatesRichard Levitte
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma
2023-08-04Resolves some magic values that has a hello_retry_request enum type.Frederik Wedel-Heinen
2023-08-02A null pointer dereference occurs when memory allocation failsyangyangtiantianlonglong
2023-08-01Copyright year updatesMatt Caswell
2023-07-17Fix ssl3_do_write() to correctly handle retriesMatt Caswell
2023-06-29Fix supported_groups handing in TLSv1.2Matt Caswell
2023-06-23Don't ask for an invalid group in an HRRMatt Caswell
2023-05-30Update copyright yearTomas Mraz
2023-05-12Clear ownership when duplicating sessionsWatson Ladd
2023-04-25Fix regression of no-posix-io buildsTomas Mraz
2023-03-31Handle app data records from the next epochMatt Caswell
2023-03-24tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle
2023-03-15Remove spurious error queue entries on early dataMatt Caswell
2023-03-14Update copyright yearMatt Caswell
2023-02-24Do not have more data in a pipeline than the split_send_fragmentMatt Caswell
2023-02-24Fix read pipeliningMatt Caswell
2023-02-24Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell
2023-01-04Avoid possible divide by zeroTomas Mraz
2022-12-21Update copyright yearTomas Mraz
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz
2022-12-08Fix warnings with unsigned time_tJ.W. Jagersma
2022-12-08Cast values to match printf format strings.J.W. Jagersma
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu
2022-12-01Update copyright yearTomas Mraz
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-23Cleanup EBCDIC string defintionsTodd Short
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau
2022-11-21tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli
2022-11-21Remove duplicated #include headersJHH20
2022-11-14Use the same encryption growth macro consistentlyMatt Caswell
2022-11-11Move e_os.h to include/internalRichard Levitte