aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell1-1/+2
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell2-12/+0
2015-11-02Fixed typo in rsautl.podSoheil Rashidi1-1/+1
2015-11-01PR1279: Clean up CONTRIBUTINGRich Salz1-18/+7
2015-11-01Various README updatesRich Salz1-78/+35
2015-11-01Remove des_ver.h; broke build.Rich Salz1-1/+1
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz55-651/+438
2015-10-30Remove some SSLv2 referencesMatt Caswell7-33/+12
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell2-3/+4
2015-10-30Remove the inline keywordMatt Caswell1-2/+2
2015-10-30Remove superfluous checkMatt Caswell1-1/+1
2015-10-30Change SSL_state_string return strings to start with a TMatt Caswell1-23/+23
2015-10-30Change snprintf to memcpyMatt Caswell2-9/+8
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell4-52/+52
2015-10-30Convert enums to typedefsMatt Caswell7-94/+83
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell2-2/+2
2015-10-30Fix a bogus clang warningMatt Caswell1-1/+1
2015-10-30Fix empty NewSessionTicket processingMatt Caswell1-1/+1
2015-10-30Fix uninitialised variableMatt Caswell1-4/+6
2015-10-30make updateMatt Caswell1-2/+3
2015-10-30Fix various error codesMatt Caswell3-40/+42
2015-10-30Move in_handshake into STATEMMatt Caswell11-26/+43
2015-10-30Fix unitialised variable problemMatt Caswell1-2/+1
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell3-2/+20
2015-10-30Add a function to get the info_callbackMatt Caswell1-12/+13
2015-10-30Remove the old state definesMatt Caswell3-121/+1
2015-10-30Change SUB_STATE_RETURN into a typedefMatt Caswell1-6/+6
2015-10-30Rename STATEM to OSSL_STATEMMatt Caswell5-26/+26
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell7-25/+16
2015-10-30Move |no_cert_verify| into state machineMatt Caswell5-11/+12
2015-10-30Remove extraneous parensMatt Caswell1-1/+1
2015-10-30Change statem prefix to ossl_statemMatt Caswell13-126/+130
2015-10-30Don't depend on SSL structure internalsMatt Caswell1-2/+2
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell5-12/+12
2015-10-30Fix some client side transition logicMatt Caswell1-50/+76
2015-10-30Minor documentation tweakMatt Caswell1-1/+3
2015-10-30Update CHANGESMatt Caswell1-0/+12
2015-10-30Remove a call to SSL_set_state from s_serverMatt Caswell1-7/+19
2015-10-30Fix a commentMatt Caswell1-1/+1
2015-10-30Remove some unused variablesMatt Caswell1-4/+0
2015-10-30Add a state machine READMEMatt Caswell1-0/+63
2015-10-30make updateMatt Caswell1-0/+3
2015-10-30More state machine reorgMatt Caswell9-1448/+1535
2015-10-30Reorganise state machine filesMatt Caswell18-1447/+1066
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell1-5/+0
2015-10-30Move PACKET creation into the state machineMatt Caswell8-248/+199
2015-10-30Remove the SSL state variableMatt Caswell1-1/+0
2015-10-30Remove the type variableMatt Caswell5-14/+5
2015-10-30Convert DTLSv1_listen to use new state machine codeMatt Caswell1-5/+2
2015-10-30Redefine old state valuesMatt Caswell3-91/+98