summaryrefslogtreecommitdiff
path: root/ssl/record/rec_layer_d1.c
Commit message (Expand)AuthorAgeFilesLines
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-2/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Ensure DTLS free functions can handle NULLMatt Caswell2021-01-081-0/+3
* Fix comment in do_dtls1_write()Benjamin Kaduk2020-12-021-2/+2
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-42/+22
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-1/+1
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add support to zeroize plaintext in S3 record layerMartin Elshuber2020-07-071-0/+6
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-061-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-12/+12
* Revert "Keep the DTLS timer running after the end of the handshake if appropr...Matt Caswell2019-01-241-13/+0
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Properly handle duplicated messages from the next epochMatt Caswell2018-10-261-4/+1
* Mark DTLS records as read when we have finished with themMatt Caswell2018-05-111-4/+23
* Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell2018-05-081-0/+13
* Only auto-retry for DTLS if configured to do soMatt Caswell2018-05-081-0/+12
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-261-1/+3
* Fix SSL_pending() for DTLSMatt Caswell2018-04-201-0/+2
* Convert the remaining functions in the record layer to use SSLfatal()Matt Caswell2017-12-081-3/+6
* Convert dlts1_write_bytes() to use SSLfatal()Matt Caswell2017-12-081-15/+29
* More record layer conversions to use SSLfatal()Matt Caswell2017-12-081-48/+59
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Remove spurious whitespaceMatt Caswell2017-12-041-1/+0
* Convert more functions in ssl/statem/statem_dtls.c to use SSLfatal()Matt Caswell2017-12-041-2/+11
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-2/+2
* Remove parentheses of return.KaoruToda2017-10-181-6/+6
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-091-3/+3
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Move ossl_assertMatt Caswell2017-08-031-0/+1
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-221-1/+3
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-221-3/+1
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-221-4/+5
* Don't allow fragmented alertsMatt Caswell2017-05-171-132/+23
* Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell2017-04-251-0/+5
* Remove special case code for SCTP reneg handlingMatt Caswell2017-04-251-23/+0
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-011-36/+0
* Remove some commented out code in libsslMatt Caswell2017-02-281-9/+0
* Remove some dead code from libsslMatt Caswell2017-02-281-5/+0
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-2/+2
* Move state machine knowledge out of the record layerMatt Caswell2017-01-301-68/+16
* Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell2017-01-301-3/+1
* Remove heartbeat supportRichard Levitte2016-11-131-15/+0
* Fix a shadowed variable declaration warning picked up by TravisMatt Caswell2016-11-041-3/+3
* Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell2016-11-041-6/+5
* Convert libssl writing for size_tMatt Caswell2016-11-041-9/+11
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-43/+46
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-171-1/+9