summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-257-47/+0
* ssl3_free(): Return if it wasn't createdPascal Cuoq2015-11-241-1/+1
* Use EVP_md5_sha1() to process client verifyDr. Stephen Henson2015-11-241-130/+44
* Use EVP_md5_sha1() to generate client verifyDr. Stephen Henson2015-11-243-141/+39
* Remove RSA exception when generating server key exchange.Dr. Stephen Henson2015-11-241-37/+0
* Remove RSA exception when processing server key exchange.Dr. Stephen Henson2015-11-241-66/+20
* Use MD5+SHA1 for default digest if appropriate.Dr. Stephen Henson2015-11-241-2/+5
* Fix a few missed "if (!ptr)" cleanupsRich Salz2015-11-231-1/+1
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-239-78/+343
* Good hygiene with size_t output argument.Viktor Dukhovni2015-11-211-1/+1
* Rename start_async_job to ssl_start_async_jobMatt Caswell2015-11-212-8/+8
* Clean up libssl async callsMatt Caswell2015-11-212-109/+90
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-211-1/+1
* Remove ASYNC_in_job()Matt Caswell2015-11-211-3/+3
* Initial Async notify code changesMatt Caswell2015-11-211-0/+8
* Async clean upsMatt Caswell2015-11-211-3/+3
* Make libssl async awareMatt Caswell2015-11-214-637/+798
* Fix uninitialised variableMatt Caswell2015-11-211-0/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-2012-155/+269
* Make GOST ciphersuites require TLSv1Dr. Stephen Henson2015-11-191-2/+2
* Add comment explaining why we don't check a return valueMatt Caswell2015-11-171-0/+6
* Remove an NULL ptr deref in an error pathMatt Caswell2015-11-171-1/+2
* Add "TLSv1.0" cipher alias.Dr. Stephen Henson2015-11-141-0/+1
* Don't alow TLS v1.0 ciphersuites for SSLv3Dr. Stephen Henson2015-11-145-2/+13
* Use SSL_TLSV1 only if at least TLS v1.0 is needed.Dr. Stephen Henson2015-11-142-87/+87
* absent identity hint should be NULLDr. Stephen Henson2015-11-131-1/+4
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-113-6/+37
* Remove redundant check from tls1_get_curvelistMatt Caswell2015-11-101-1/+1
* Standardise our style for checking malloc failuresMatt Caswell2015-11-0913-37/+56
* Remove redundant check from SSL_shutdownMatt Caswell2015-11-091-1/+1
* Replace L suffix with UDr. Stephen Henson2015-11-081-62/+62
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-085-82/+75
* Fix compilation problems with SCTPMatt Caswell2015-11-062-4/+4
* Remove some redundant assignmentsMatt Caswell2015-11-061-3/+0
* Don't finish the handshake twiceMatt Caswell2015-11-063-15/+1
* Rebuild error source files.Dr. Stephen Henson2015-11-051-42/+70
* Ensure the dtls1_get_*_methods work with DTLS_ANY_VERSIONMatt Caswell2015-11-051-12/+18
* Remove a reachable assert from ssl3_write_bytesMatt Caswell2015-11-021-15/+15
* Remove an OPENSSL_assert which could failMatt Caswell2015-11-021-1/+2
* Remove a trivially true OPENSSL_assertMatt Caswell2015-11-022-12/+0
* Remove some SSLv2 referencesMatt Caswell2015-10-302-3/+2
* Add SRP and PSK to disallowed CertificateRequest ciphersuitesMatt Caswell2015-10-302-3/+4
* Remove the inline keywordMatt Caswell2015-10-301-2/+2
* Remove superfluous checkMatt Caswell2015-10-301-1/+1
* Change SSL_state_string return strings to start with a TMatt Caswell2015-10-301-23/+23
* Change snprintf to memcpyMatt Caswell2015-10-302-9/+8
* Add ossl_statem prefix to various functionsMatt Caswell2015-10-304-52/+52
* Convert enums to typedefsMatt Caswell2015-10-307-94/+83
* Make dtls1_link_min_mtu staticMatt Caswell2015-10-302-2/+2
* Fix a bogus clang warningMatt Caswell2015-10-301-1/+1