aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_lib.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-08More record layer conversions to use SSLfatal()Matt Caswell1-2/+6
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-09-06add callback handler for setting DTLS timer intervalAlfred E. Heggestad1-8/+41
2017-09-01struct timeval include guardsPauli1-6/+0
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+1
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+2
2017-08-22(Re)move some things from e_os.hRich Salz1-1/+0
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell1-3/+9
2017-05-22Fix some style issues in returnsMatt Caswell1-4/+4
2017-02-28Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte1-8/+1
2017-02-16Don't change the state of the ETM flags until CCS processingMatt Caswell1-1/+1
2016-11-29Ensure we are in accept state in DTLSv1_listenMatt Caswell1-0/+5
2016-11-13Remove heartbeat supportRichard Levitte1-168/+0
2016-11-04Add some PACKET functions for size_tMatt Caswell1-3/+3
2016-11-04Fix some missed size_t updatesMatt Caswell1-8/+4
2016-11-04Convert libssl writing for size_tMatt Caswell1-18/+20
2016-11-02Add DTLS_get_data_mtu() functionDavid Woodhouse1-0/+36
2016-10-02Rename ssl_set_handshake_header2()Matt Caswell1-2/+2
2016-10-02Remove ssl_set_handshake_header()Matt Caswell1-16/+0
2016-09-22Convert HelloVerifyRequest construction to WPACKETMatt Caswell1-48/+68
2016-09-13Convert tls_construct_client_hello() to use PACKETWMatt Caswell1-0/+4
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell1-1/+14
2016-08-18Indent ssl/Emilia Kasper1-12/+13
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse1-3/+6
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-6/+6
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY1-1/+1
2016-06-22Spelling... and more spellingFdaSilvaYY1-2/+2
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-05Improve heartbeats coding styleMatt Caswell1-18/+18
2016-04-28various spelling fixesFdaSilvaYY1-1/+1
2016-04-04Revert "various spelling fixes"Rich Salz1-1/+1
2016-04-04various spelling fixesFdaSilvaYY1-1/+1
2016-03-21Fix no-sockMatt Caswell1-1/+2
2016-03-17Remove Netware and OS/2Rich Salz1-2/+0
2016-03-09Move disabling of RC4 for DTLS to the cipher list.Kurt Roeckx1-19/+0
2016-02-22Remove unused parameters from internal functionsRich Salz1-2/+1
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz1-7/+7
2016-02-05Add tests for DTLSv1_listenMatt Caswell1-10/+13
2016-02-05Provide partial support for fragmented DTLS ClientHellosMatt Caswell1-6/+20
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell1-27/+23
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte1-5/+9
2016-02-01constify PACKETEmilia Kasper1-1/+2
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Move pqueue into sslRich Salz1-2/+2
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni1-1/+1
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni1-35/+3
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx1-3/+13
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson1-2/+0
2015-11-09Standardise our style for checking malloc failuresMatt Caswell1-1/+1
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell1-6/+0