aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem_dtls.c
Commit message (Expand)AuthorAgeFilesLines
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-5/+3
* Copyright consolidation 01/10Rich Salz2016-05-171-110/+5
* GH356: Change assert to normal errorSergio Garcia Murillo2016-05-051-2/+3
* Remove unused parameters from internal functionsRich Salz2016-02-221-7/+6
* Finish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005David Woodhouse2016-02-171-1/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move pqueue into sslRich Salz2016-01-241-1/+1
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-2/+2
* Allow ChaCha20-Poly1305 in DTLStjmao2015-12-121-2/+2
* Revert "Allow ChaCha20-Poly1305 in DTLS"Rich Salz2015-12-121-2/+2
* Allow ChaCha20-Poly1305 in DTLSRich Salz2015-12-111-2/+2
* Ensure |rwstate| is set correctly on BIO_flushMatt Caswell2015-12-101-1/+5
* Fix DTLS handshake fragment retriesMatt Caswell2015-12-101-20/+44
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+1
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-1/+1
* Convert enums to typedefsMatt Caswell2015-10-301-1/+1
* More state machine reorgMatt Caswell2015-10-301-0/+1
* Reorganise state machine filesMatt Caswell2015-10-301-0/+1283