summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-28Use the order action->sender == ctx->mode everywhere for consistency.tb1-3/+3
2021-06-28ctx->alert is not a boolean, so compare it explicitly against 0.tb1-3/+3
2021-06-28The state machine now takes care of setting the legacy state,tb1-11/+1
2021-06-28Expand info callback support for TLSv1.3tb2-7/+187
2021-06-27Track the sigalgs used by ourselves and our peer.jsing3-9/+14
2021-06-27Have ssl3_send_client_verify() pass *pkey to called functions.jsing1-22/+11
2021-06-27Change ssl_sigalgs_from_value() to perform sigalg list selection.jsing6-32/+31
2021-06-27Rename ssl_sigalg() to ssl_sigalg_from_value().jsing6-17/+18
2021-06-27Change ssl_sigalgs_build() to perform sigalg list selection.jsing4-28/+29
2021-06-27Tidy some comments and simplify some code.jsing1-15/+7
2021-06-27Keep sigalg initialiser order consistent - key type, then hash.jsing2-20/+20
2021-06-27Add test coverage for TLSv1.3 client hellos.jsing1-13/+166
2021-06-27Add test coverage for DTLSv1.2 client hellos.jsing1-7/+102
2021-06-27Improve test coverage for SSL_OP_NO_DTLSv1.jsing1-1/+9
2021-06-27Correct handling of SSL_OP_NO_DTLSv1.jsing1-3/+3
2021-06-27Teach hexdump() how to identify differing bytes.jsing1-9/+13
2021-06-27More appropriately set cipher_list_len when AES acceleration is available.jsing1-5/+6
2021-06-27Tweak some data types and sprinkle some const.jsing1-15/+15
2021-06-26Fix .Xr order. From mandoc -Tlint.tb2-7/+7
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