summaryrefslogtreecommitdiff
path: root/ssl/d1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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-301-1/+1
* e_os.h removal from other headers and source files.Pauli2017-08-301-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
* Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte2017-02-281-8/+1
* Don't change the state of the ETM flags until CCS processingMatt Caswell2017-02-161-1/+1
* Ensure we are in accept state in DTLSv1_listenMatt Caswell2016-11-291-0/+5
* Remove heartbeat supportRichard Levitte2016-11-131-168/+0
* Add some PACKET functions for size_tMatt Caswell2016-11-041-3/+3
* Fix some missed size_t updatesMatt Caswell2016-11-041-8/+4
* Convert libssl writing for size_tMatt Caswell2016-11-041-18/+20
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+36
* Rename ssl_set_handshake_header2()Matt Caswell2016-10-021-2/+2
* Remove ssl_set_handshake_header()Matt Caswell2016-10-021-16/+0
* Convert HelloVerifyRequest construction to WPACKETMatt Caswell2016-09-221-48/+68
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-0/+4
* Fix DTLS buffered message DoS attackMatt Caswell2016-08-221-1/+14
* Indent ssl/Emilia Kasper2016-08-181-12/+13
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-041-3/+6
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-6/+6
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-291-1/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-2/+2
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Improve heartbeats coding styleMatt Caswell2016-05-051-18/+18
* various spelling fixesFdaSilvaYY2016-04-281-1/+1
* Revert "various spelling fixes"Rich Salz2016-04-041-1/+1
* various spelling fixesFdaSilvaYY2016-04-041-1/+1
* Fix no-sockMatt Caswell2016-03-211-1/+2
* Remove Netware and OS/2Rich Salz2016-03-171-2/+0
* Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx2016-03-091-19/+0