aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused parameters from internal functionsRich Salz2016-02-221-2/+1
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-7/+7
* Add tests for DTLSv1_listenMatt Caswell2016-02-051-10/+13
* Provide partial support for fragmented DTLS ClientHellosMatt Caswell2016-02-051-6/+20
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-27/+23
* Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte2016-02-031-5/+9
* constify PACKETEmilia Kasper2016-02-011-1/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-2/+2
* Regenerate SSL record/statem error stringsViktor Dukhovni2016-01-101-1/+1
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-35/+3
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-3/+13
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-2/+0
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-1/+1
* Remove a trivially true OPENSSL_assertMatt Caswell2015-11-021-6/+0
* Make dtls1_link_min_mtu staticMatt Caswell2015-10-301-1/+2