summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
AgeCommit message (Expand)Author
2023-11-21Move freeing of an old record layer to dtls1_clear_sent_bufferMatt Caswell
2023-10-04Print record version for DTLSv1_listen()Frederik Wedel-Heinen
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-04-24dtls: code cleanup and refactorizationFdaSilvaYY
2023-01-24Extend the new_record_layer functionMatt Caswell
2022-10-24Fix coverity 1516101 deadcodeDaniel Fiala
2022-10-20Remove some redundant codeMatt Caswell
2022-10-20Remove the old buffer management codeMatt Caswell
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-13ssl: modify libssl so that it uses OSSL_TIMEPauli
2022-08-18Move some fields out of the SSL object and into the record layer objectMatt Caswell
2022-08-18Remove some unnecessary function pointers from OSSL_RECORD_METHODMatt Caswell
2022-08-18Remove reliance on the SSL object from the DTLS read record layer codeMatt Caswell
2022-08-18Move some DTLS read code into the read record layerMatt Caswell
2022-08-18Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell
2022-08-18Transfer the functionality from ssl3_read_n to the new record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2022-06-22ssl: expose the get time function internallyPauli
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-07-29Fix dtls timeout dead codeyangyangtiantianlonglong
2021-06-04Only call dtls1_start_timer() onceMatt Caswell
2021-06-02tls: remove TODOsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-08Ensure DTLS free functions can handle NULLMatt Caswell
2020-11-26Update copyright yearMatt Caswell
2020-11-20SSL: Change SSLerr() to ERR_raise()Richard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-11-11Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-16Remove function name from errorsRich Salz
2018-12-15Use (D)TLS_MAX_VERSION_INTERNAL internallyKurt Roeckx
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell
2017-12-08More record layer conversions to use SSLfatal()Matt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad
2017-09-01struct timeval include guardsPauli
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-22(Re)move some things from e_os.hRich Salz
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Fix some style issues in returnsMatt Caswell
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell
2016-11-29Ensure we are in accept state in DTLSv1_listenMatt Caswell
2016-11-13Remove heartbeat supportRichard Levitte