summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
AgeCommit message (Expand)Author
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
2016-11-04Add some PACKET functions for size_tMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell
2016-10-02Remove ssl_set_handshake_header()Matt Caswell
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-22Spelling... and more spellingFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-05Improve heartbeats coding styleMatt Caswell
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-21Fix no-sockMatt Caswell
2016-03-17Remove Netware and OS/2Rich Salz
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-02-05Add tests for DTLSv1_listenMatt Caswell