aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix DTLS replay protectionMatt Caswell2016-08-194-14/+56
* Fix DTLS unprocessed records bugMatt Caswell2016-08-192-2/+21
* Indent ssl/Emilia Kasper2016-08-1838-1404/+1212
* Constify ssl_cert_type()Dr. Stephen Henson2016-08-172-2/+2
* Convert X509* functions to use const gettersDr. Stephen Henson2016-08-172-2/+2
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-173-0/+31
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* Ensure we unpad in constant time for read pipeliningMatt Caswell2016-08-161-3/+9
* Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse2016-08-162-68/+21
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-153-14/+6
* Send an alert if we get a non-initial record with the wrong versionMatt Caswell2016-08-151-3/+11
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-154-7/+13
* Improves CTLOG_STORE settersRob Percival2016-08-151-3/+3
* Fix no-ecDr. Stephen Henson2016-08-154-28/+40
* Modify TLS support for new X25519 API.Dr. Stephen Henson2016-08-135-43/+66
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-121-0/+5
* Fix test of first of 255 CBC padding bytes.Adam Langley2016-08-081-3/+3
* Fix CIPHER_DEBUGJimC2016-08-061-1/+1
* spelling fixes, just comments and readme.klemens2016-08-054-5/+5
* Remove OPENSSL_NO_STDIO guards around certain SSL cert/key functionsRichard Levitte2016-08-051-14/+0
* Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse2016-08-041-19/+42
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-045-5/+17
* Fix cipher support for DTLS1_BAD_VERDavid Woodhouse2016-08-041-88/+88
* Fix DTLS_VERSION_xx() comparison macros for DTLS1_BAD_VERDavid Woodhouse2016-08-041-4/+7
* Fix ossl_statem_client_max_message_size() for DTLS1_BAD_VERDavid Woodhouse2016-08-041-0/+2
* Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse2016-08-041-1/+1
* peer_tmp doesn't exist if no-ec no-dh.Ben Laurie2016-08-011-0/+2
* Fix crash as a result of MULTIBLOCKMatt Caswell2016-07-303-30/+29
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-291-15/+50
* Fix BIO_pop for SSL BIOsMatt Caswell2016-07-291-10/+2
* Fix BIO_push ref counting for SSL BIOMatt Caswell2016-07-291-1/+5
* Don't double free the write bioMatt Caswell2016-07-291-1/+1
* Make the checks for an SSLv2 style record stricterMatt Caswell2016-07-291-5/+11
* zero pad DHE public key in ServerKeyExchange message for interoprussor2016-07-251-0/+25
* Enforce and explicit some const castingFdaSilvaYY2016-07-252-3/+3
* Correct misspelt OPENSSL_NO_SRPRichard Levitte2016-07-231-1/+1
* Send alert for bad DH CKEDr. Stephen Henson2016-07-221-6/+1
* Have load_buildtin_compression in ssl/ssl_ciph.c return RUN_ONCE resultRichard Levitte2016-07-221-3/+8
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Never expose ssl->bbio in the public API.Matt Caswell2016-07-202-60/+58
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-209-139/+138
* Sanity check in ssl_get_algorithm2().Dr. Stephen Henson2016-07-201-1/+4
* Send alert on CKE error.Dr. Stephen Henson2016-07-201-6/+3
* Change all our uses of CRYPTO_THREAD_run_once to use RUN_ONCE insteadRichard Levitte2016-07-193-14/+19
* Fix two bugs in clienthello processingEmilia Kasper2016-07-193-54/+37
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-0/+2
* Update error codes following tls_process_key_exchange() refactorMatt Caswell2016-07-192-23/+28
* Tidy up tls_process_key_exchange()Matt Caswell2016-07-191-32/+41
* Split out ECDHE from tls_process_key_exchange()Matt Caswell2016-07-191-76/+86
* Split out DHE from tls_process_key_exchange()Matt Caswell2016-07-191-86/+99