summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-11-23Fix a few missed "if (!ptr)" cleanupsRich Salz
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-21Good hygiene with size_t output argument.Viktor Dukhovni
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell
2015-11-20Clean up libssl async callsMatt Caswell
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Async clean upsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Fix uninitialised variableMatt Caswell
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-19Make GOST ciphersuites require TLSv1Dr. Stephen Henson
2015-11-17Add comment explaining why we don't check a return valueMatt Caswell
2015-11-17Remove an NULL ptr deref in an error pathMatt Caswell
2015-11-14Add "TLSv1.0" cipher alias.Dr. Stephen Henson
2015-11-14Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson
2015-11-14Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson
2015-11-13absent identity hint should be NULLDr. Stephen Henson
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-09Remove redundant check from tls1_get_curvelistMatt Caswell
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell
2015-11-08Replace L suffix with UDr. Stephen Henson
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-11-06Fix compilation problems with SCTPMatt Caswell
2015-11-06Remove some redundant assignmentsMatt Caswell
2015-11-06Don't finish the handshake twiceMatt Caswell
2015-11-05Rebuild error source files.Dr. Stephen Henson
2015-11-05Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell
2015-11-02Remove an OPENSSL_assert which could failMatt Caswell
2015-11-02Remove a trivially true OPENSSL_assertMatt Caswell
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell
2015-10-30Remove the inline keywordMatt Caswell
2015-10-30Remove superfluous checkMatt Caswell
2015-10-30Change SSL_state_string return strings to start with a TMatt Caswell
2015-10-30Change snprintf to memcpyMatt Caswell
2015-10-30Add ossl_statem prefix to various functionsMatt Caswell
2015-10-30Convert enums to typedefsMatt Caswell
2015-10-30Make dtls1_link_min_mtu staticMatt Caswell
2015-10-30Fix a bogus clang warningMatt Caswell
2015-10-30Fix empty NewSessionTicket processingMatt Caswell
2015-10-30Fix uninitialised variableMatt Caswell
2015-10-30Fix various error codesMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Fix unitialised variable problemMatt Caswell
2015-10-30Fix DTLSv1_listen following state machine changesMatt Caswell
2015-10-30Add a function to get the info_callbackMatt Caswell