summaryrefslogtreecommitdiff
path: root/src/lib/libtls (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-23Garbage collect prototoype for ssl_parse_serverhello_tlsext() whichtb1-3/+1
2021-06-22zap wonky commas;jmc1-5/+5
2021-06-22Clarify tls_config_set_*_file() file I/O semanticskn1-13/+11
2021-06-21Add GnuTLS interoperability test in appstest.shinoguchi1-1/+109
2021-06-19zap trailing whitespacetb1-4/+7
2021-06-19Correctly handle epoch wrapping in dtls1_get_bitmap().jsing2-4/+5
2021-06-19Add DTLS test cases that use non-zero initial epochs.jsing2-5/+44
2021-06-19Provide the ability to set the initial DTLS epoch value.jsing4-7/+29
2021-06-19Initialise the epoch for the DTLS processed and unprocessed queues.jsing1-1/+4
2021-06-19Add more complex DTLS tests for delay/reordering.jsing1-17/+160
2021-06-19Expand comment that details why two DTLS tests currently fail.jsing1-2/+5
2021-06-19Provide the ability to delay/reorder DTLS packets.jsing1-14/+147
2021-06-18Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.jsing1-3/+1
2021-06-17Like ARM, RISC-V does not implement floating point exceptions.kettenis3-6/+6
2021-06-15Mop up part of dtls1_dispatch_alert().jsing1-9/+2
2021-06-14Simplify nonce handling in the TLSv1.2 record layer.jsing1-13/+16
2021-06-14Remove TLS1_AD_INTERNAL_ERROR from internal visibility againtb1-3/+1
2021-06-14Use SSL_AD_INTERNAL_ERRORtb1-2/+2
2021-06-14ugly hack around broken build until people wake up.deraadt1-1/+3
2021-06-13Add SSL_AD_MISSING_EXTENSION.jsing2-2/+9
2021-06-13Define SSL_AD_* as actual values.jsing3-42/+49
2021-06-13Remove tls1_alert_code().jsing3-73/+3
2021-06-13Place obsolete alerts under #ifndef LIBRESSL_INTERNAL.jsing1-4/+7
2021-06-13Remove references to obsolete alerts.jsing2-26/+2
2021-06-12space between macro args and punctuation;jmc2-13/+13
2021-06-12RFC 4507bis can refer to various RFCs but this instance is abouttb1-4/+5
2021-06-11space between RFC and number;jmc7-29/+29
2021-06-11Only use SSL_AD_* internally.jsing3-88/+88
2021-06-11add AES-GCM constants from RFC 7714 for SRTPlandry3-4/+20
2021-06-11sync cert.pem with Mozilla's CA list generated from certdata.txtsthen1-476/+163
2021-06-11SSL3_AD_ILLEGAL_PARAMETER is not a valid SSLerror() reason code.jsing1-2/+2
2021-06-11Indent all labels with a single space.jsing11-44/+44
2021-06-09Enable libexecinfo regress.mortimer1-1/+4
2021-06-08Simplify tlsext_ecpf_parse()tb1-8/+4
2021-06-08Rewrap a comment to avoid an overlong linetb1-3/+3
2021-06-08Ignore the record version for early alertstb1-4/+10
2021-06-08TLSv1.3 server: avoid sending alerts in legacy recordstb1-3/+4
2021-06-08Adjust alert for ECPF without uncompressed point formattb1-3/+4
2021-06-08Fix pkg-config .pc files with LibreSSLinoguchi2-9/+7
2021-06-01Update RFC reference. RFC 4366 was obsoleted by RFC 6066.tb1-2/+2
2021-06-01Avoid sending a trailing dot in SNI as a clienttb1-6/+19
2021-06-01Remove unnecessary cast in free.tb1-2/+2
2021-05-31Since our unix receive queue got longer, the test run-t_sendrecvbluhm1-24/+30
2021-05-20EVP_Digest*: fix documented return values.tb2-10/+6
2021-05-19Adjust libcrypto obj_xref.txt to obj_xref.hinoguchi1-2/+2
2021-05-16Absorb SSL_AEAD_CTX into struct tls12_record_protection.jsing3-73/+63
2021-05-16Zero the tls12_record_protection struct instead of individual fields.jsing1-9/+3
2021-05-16Avoid including tls13_internal.h in tls13_record.h.jsing1-2/+1
2021-05-16Avoid pulling ssl_locl.h into self-contained code.jsing4-8/+4
2021-05-16Make local header inclusion consistent.jsing18-51/+36