aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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-202-8/+8
* Clean up libssl async callsMatt Caswell2015-11-202-109/+90
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* Remove ASYNC_in_job()Matt Caswell2015-11-201-3/+3
* Initial Async notify code changesMatt Caswell2015-11-201-0/+8
* Async clean upsMatt Caswell2015-11-201-3/+3
* Make libssl async awareMatt Caswell2015-11-204-637/+798
* Fix uninitialised variableMatt Caswell2015-11-201-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-103-6/+37
* Remove redundant check from tls1_get_curvelistMatt Caswell2015-11-091-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
* Fix empty NewSessionTicket processingMatt Caswell2015-10-301-1/+1
* Fix uninitialised variableMatt Caswell2015-10-301-4/+6
* Fix various error codesMatt Caswell2015-10-302-38/+40
* Move in_handshake into STATEMMatt Caswell2015-10-3011-26/+43
* Fix unitialised variable problemMatt Caswell2015-10-301-2/+1
* Fix DTLSv1_listen following state machine changesMatt Caswell2015-10-303-2/+20
* Add a function to get the info_callbackMatt Caswell2015-10-301-12/+13