aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move in_handshake into STATEMMatt Caswell2015-10-301-1/+1
* Fix DTLSv1_listen following state machine changesMatt Caswell2015-10-301-2/+5
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-1/+1
* Reorganise state machine filesMatt Caswell2015-10-301-2/+239
* Convert DTLSv1_listen to use new state machine codeMatt Caswell2015-10-301-5/+2
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-3/+3
* Sanity check cookie_lenMatt Caswell2015-09-231-1/+2
* DTLSv1_listen rewriteMatt Caswell2015-09-231-7/+378
* Add and use OPENSSL_zallocRich Salz2015-09-021-2/+1
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-1/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-6/+6
* Use safer sizeof variant in mallocRich Salz2015-05-041-2/+2
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* Remove redundant includes from dtls1.hMatt Caswell2015-04-301-0/+6
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-261-19/+1
* Fix seg fault in dtls1_newMatt Caswell2015-03-261-6/+4
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-261-34/+1
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-261-2/+0
* Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell2015-03-261-0/+10
* Fix SSL_clear unused returnMatt Caswell2015-03-231-1/+2
* ssl3_set_handshake_header returnsMatt Caswell2015-03-231-7/+7
* Fix missing return value checksMatt Caswell2015-03-231-1/+5
* Fix Seg fault in DTLSv1_listenMatt Caswell2015-03-191-0/+3