summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
AgeCommit message (Expand)Author
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
2016-02-05Provide partial support for fragmented DTLS ClientHellosMatt Caswell
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-03Refactoring BIO: Adapt BIO_s_datagram and all that depends on itRichard Levitte
2016-02-01constify PACKETEmilia Kasper
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-10Regenerate SSL record/statem error stringsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell
2015-10-09DTLS: remove unused cookie fieldEmilia Kasper
2015-09-23Sanity check cookie_lenMatt Caswell
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-10RT3999: Remove sub-component version stringsRich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Fix seg fault in dtls1_newMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell