aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't depend on SSL structure internalsMatt Caswell2015-10-301-2/+2
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-305-12/+12
* Fix some client side transition logicMatt Caswell2015-10-301-50/+76
* Minor documentation tweakMatt Caswell2015-10-301-1/+3
* Update CHANGESMatt Caswell2015-10-301-0/+12
* Remove a call to SSL_set_state from s_serverMatt Caswell2015-10-301-7/+19
* Fix a commentMatt Caswell2015-10-301-1/+1
* Remove some unused variablesMatt Caswell2015-10-301-4/+0
* Add a state machine READMEMatt Caswell2015-10-301-0/+63
* make updateMatt Caswell2015-10-301-0/+3
* More state machine reorgMatt Caswell2015-10-309-1448/+1535
* Reorganise state machine filesMatt Caswell2015-10-3018-1447/+1066
* Remove ssl_get_message from ssl_method_stMatt Caswell2015-10-301-5/+0
* Move PACKET creation into the state machineMatt Caswell2015-10-308-248/+199
* Remove the SSL state variableMatt Caswell2015-10-301-1/+0
* Remove the type variableMatt Caswell2015-10-305-14/+5
* Convert DTLSv1_listen to use new state machine codeMatt Caswell2015-10-301-5/+2
* Redefine old state valuesMatt Caswell2015-10-303-91/+98
* Remove redundant codeMatt Caswell2015-10-3014-2421/+279
* Move server side DTLS to new state machineMatt Caswell2015-10-306-45/+211
* Move server side TLS to new state machineMatt Caswell2015-10-304-27/+721
* Split TLS server functionsMatt Caswell2015-10-306-901/+1122
* Delete unused functionsMatt Caswell2015-10-303-998/+0
* Implement DTLS client move to new state machineMatt Caswell2015-10-308-54/+214
* dtls_get_message changes for state machine moveMatt Caswell2015-10-305-68/+154
* Client TLS state machine rewrite cleanupMatt Caswell2015-10-301-520/+0
* Implement Client TLS state machineMatt Caswell2015-10-307-34/+788
* Split client message reading and writing functionsMatt Caswell2015-10-305-1002/+1295
* Add initial state machine rewrite codeMatt Caswell2015-10-308-2/+893
* Split ssl3_get_messageMatt Caswell2015-10-304-113/+169
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Remove SSLeay history, etc., from docsRich Salz2015-10-28156-1110/+68
* Remove HAMC_cleanupRich Salz2015-10-272-8/+1
* Move crypto/threads to demo/threadsRich Salz2015-10-266-0/+987
* Probably fix travis (wine build).Ben Laurie2015-10-251-9/+9
* Improve make depend.Ben Laurie2015-10-244-18/+30
* Fix undeclared variable warnings.Ben Laurie2015-10-248-19/+24
* Remove useless codeAlessandro Ghedini2015-10-2319-120/+6
* Check memory allocationAlessandro Ghedini2015-10-231-4/+11
* Fix references to various RFCsAlessandro Ghedini2015-10-231-25/+12
* Fix typosAlessandro Ghedini2015-10-2311-13/+13
* Set salt length after the malloc has succeededAlessandro Ghedini2015-10-231-1/+1
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-239-22/+46
* Replace malloc+strlcpy with strdupAlessandro Ghedini2015-10-231-2/+1
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-1/+1
* Remove bugs/ and crypto/threads/Alessandro Ghedini2015-10-2318-1973/+0
* Clarify return values for EVP_DigestVerifyFinal.Adam Eijdenberg2015-10-221-4/+5
* Only include SRP headers when OPENSSL_NO_SRP is undefinedRichard Levitte2015-10-221-2/+3
* Make Configure die when unsupported options are givenRichard Levitte2015-10-221-1/+8
* Add an explicit list of options that can be disabled, enabled, ...Richard Levitte2015-10-221-0/+89