aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2015-11-13absent identity hint should be NULLDr. Stephen Henson1-1/+4
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell3-6/+37
2015-11-09Remove redundant check from tls1_get_curvelistMatt Caswell1-1/+1
2015-11-09Standardise our style for checking malloc failuresMatt Caswell13-37/+56
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell1-1/+1
2015-11-08Replace L suffix with UDr. Stephen Henson1-62/+62
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson5-82/+75
2015-11-06Fix compilation problems with SCTPMatt Caswell2-4/+4
2015-11-06Remove some redundant assignmentsMatt Caswell1-3/+0
2015-11-06Don't finish the handshake twiceMatt Caswell3-15/+1
2015-11-05Rebuild error source files.Dr. Stephen Henson1-42/+70
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell1-12/+18
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell1-15/+15
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell1-1/+2
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell2-12/+0
2015-10-30Remove some SSLv2 referencesMatt Caswell2-3/+2
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-30Fix various error codesMatt Caswell2-38/+40
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-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 Caswell3-14/+5
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-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2-3/+3
2015-10-30Fix some client side transition logicMatt Caswell1-50/+76
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-30More state machine reorgMatt Caswell9-1448/+1535
2015-10-30Reorganise state machine filesMatt Caswell16-1444/+1061
2015-10-30Remove ssl_get_message from ssl_method_stMatt Caswell1-5/+0
2015-10-30Move PACKET creation into the state machineMatt Caswell7-248/+197
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