aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Copyright year updatesRichard Levitte2-2/+2
2023-09-18Enhance code safety and readability in SSL_get_shared_ciphers()Sumitra Sharma1-3/+3
2023-08-04Resolves some magic values that has a hello_retry_request enum type.Frederik Wedel-Heinen2-2/+2
2023-08-02A null pointer dereference occurs when memory allocation failsyangyangtiantianlonglong1-1/+4
2023-08-01Copyright year updatesMatt Caswell2-2/+2
2023-07-17Fix ssl3_do_write() to correctly handle retriesMatt Caswell1-1/+1
2023-06-29Fix supported_groups handing in TLSv1.2Matt Caswell1-2/+23
2023-06-23Don't ask for an invalid group in an HRRMatt Caswell1-1/+5
2023-05-30Update copyright yearTomas Mraz3-3/+3
2023-05-12Clear ownership when duplicating sessionsWatson Ladd1-1/+2
2023-04-25Fix regression of no-posix-io buildsTomas Mraz1-3/+11
2023-03-31Handle app data records from the next epochMatt Caswell1-6/+4
2023-03-24tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle1-0/+1
2023-03-15Remove spurious error queue entries on early dataMatt Caswell1-0/+11
2023-03-14Update copyright yearMatt Caswell4-4/+4
2023-02-24Do not have more data in a pipeline than the split_send_fragmentMatt Caswell1-4/+3
2023-02-24Fix read pipeliningMatt Caswell2-19/+6
2023-02-24Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell1-2/+1
2023-02-23Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal1-0/+14
2023-01-24Ensure our buffer allocation allows for the Explicit IVMatt Caswell1-1/+6
2023-01-04Avoid possible divide by zeroTomas Mraz1-1/+1
2022-12-21Update copyright yearTomas Mraz1-1/+1
2022-12-13Make error reason for disallowed legacy sigalg more specificTomas Mraz3-2/+6
2022-12-08Fix warnings with unsigned time_tJ.W. Jagersma2-2/+4
2022-12-08Cast values to match printf format strings.J.W. Jagersma3-7/+12
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu1-1/+1
2022-12-01Update copyright yearTomas Mraz2-2/+2
2022-11-23apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-1/+1
2022-11-23Cleanup EBCDIC string defintionsTodd Short3-79/+43
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2-0/+2
2022-11-21Add deprecation macro for 3.1 and deprecate OPENSSL_LH_statsHugo Landau1-2/+2
2022-11-21tls: ban SSL3, TLS1, TLS1.1 and DTLS1.0 at security level one and abovePauli1-10/+4
2022-11-21Remove duplicated #include headersJHH201-1/+0
2022-11-14Use the same encryption growth macro consistentlyMatt Caswell1-12/+11
2022-11-11Move e_os.h to include/internalRichard Levitte4-4/+4
2022-11-09Fix typosDimitris Apostolou1-1/+1
2022-11-02Fix the ceiling on how much encryption growth we can haveMatt Caswell1-8/+14
2022-10-26ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller1-3/+1
2022-10-21stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2-3/+2
2022-10-19Ensure that the key share group is allowed for our protocol versionMatt Caswell2-2/+15
2022-10-11Update copyright yearMatt Caswell6-6/+6
2022-09-28Test TLS extension orderingTodd Short2-1/+20
2022-09-27ssl_log_secret call in tls13_key_updatevisbjn2-0/+10
2022-09-27If a ticket key callback returns 0 in TLSv1.3 don't send a ticketMatt Caswell2-22/+64
2022-09-22Correctly handle a retransmitted ClientHelloMatt Caswell1-10/+85
2022-09-16stack.c: add missing direct error reporting and improve coding styleDr. David von Oheimb3-3/+5
2022-09-06Coverity 1513478: negative returnPauli1-2/+8
2022-08-26Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala1-21/+60
2022-08-22Coverity 1508506: misuse of time_tPauli1-7/+7
2022-08-19Coverity 1508534 & 1508540: misuses of time_tPauli2-6/+4