summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure we use the correct SSL object when making a callbackMatt Caswell2024-11-071-1/+1
* ssl: rework "e_os.h" inclusionsFdaSilvaYY2024-09-051-0/+1
* Copyright year updatesTomas Mraz2024-09-051-1/+1
* Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.Frederik Wedel-Heinen2024-05-141-2/+2
* Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell2023-11-211-4/+15
* Print record version for DTLSv1_listen()Frederik Wedel-Heinen2023-10-041-9/+9
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* dtls: code cleanup and refactorizationFdaSilvaYY2023-04-241-15/+16
* Extend the new_record_layer functionMatt Caswell2023-01-241-2/+2
* Fix coverity 1516101 deadcodeDaniel Fiala2022-10-241-1/+3
* Remove some redundant codeMatt Caswell2022-10-201-5/+1
* Remove the old buffer management codeMatt Caswell2022-10-201-5/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-4/+2
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-63/+31
* Move some fields out of the SSL object and into the record layer objectMatt Caswell2022-08-181-2/+2
* Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell2022-08-181-28/+43
* Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell2022-08-181-1/+1
* Move some DTLS read code into the read record layerMatt Caswell2022-08-181-0/+1
* Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell2022-08-181-2/+2
* Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell2022-08-181-2/+2
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-62/+107
* ssl: expose the get time function internallyPauli2022-06-221-22/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Fix dtls timeout dead codeyangyangtiantianlonglong2021-07-291-9/+4
* Only call dtls1_start_timer() onceMatt Caswell2021-06-041-2/+1
* tls: remove TODOsPauli2021-06-021-1/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Ensure DTLS free functions can handle NULLMatt Caswell2021-01-081-4/+5
* Update copyright yearMatt Caswell2020-11-261-1/+1
* SSL: Change SSLerr() to ERR_raise()Richard Levitte2020-11-201-1/+1
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-2/+1
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-20/+20
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Remove function name from errorsRich Salz2019-07-161-1/+1
* Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx2018-12-151-1/+1
* Following the license change, modify the boilerplates in ssl/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-11-201-1/+1
* Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell2018-10-191-28/+20
* Use the read and write buffers in DTLSv1_listen()Matt Caswell2018-10-191-28/+17
* More record layer conversions to use SSLfatal()Matt Caswell2017-12-081-2/+6
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* add callback handler for setting DTLS timer intervalAlfred E. Heggestad2017-09-061-8/+41
* struct timeval include guardsPauli2017-09-011-6/+0
* Move e_os.h to be the very first include.Pauli2017-08-291-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-291-1/+2
* (Re)move some things from e_os.hRich Salz2017-08-221-1/+0
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-221-3/+9
* Fix some style issues in returnsMatt Caswell2017-05-221-4/+4