summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_dtls.c
AgeCommit message (Expand)Author
2018-03-27Update copyright yearMatt Caswell
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2017-04-25Don't attempt to send fragments > max_send_fragment in DTLSMatt Caswell
2016-09-21Excessive allocation of memory in dtls1_preprocess_fragment()Matt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-20Never expose ssl->bbio in the public API.Matt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-04RT3895: Remove fprintf's from SSL library.Rich Salz
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-05GH356: Change assert to normal errorSergio Garcia Murillo
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-17Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-12-12Allow ChaCha20-Poly1305 in DTLStjmao
2015-12-12Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz
2015-12-11Allow ChaCha20-Poly1305 in DTLSRich Salz
2015-12-10Ensure |rwstate| is set correctly on BIO_flushMatt Caswell
2015-12-10Fix DTLS handshake fragment retriesMatt Caswell
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30More state machine reorgMatt Caswell
2015-10-30Reorganise state machine filesMatt Caswell