summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)Author
2015-02-26Import RSAEphemeralKey tests from master.David Benjamin
2015-02-26Only allow ephemeral RSA keys in export ciphersuites.Adam Langley
2014-11-04Remove KSSL_DEBUG.Adam Langley
2014-11-04Test renegotiation with BoringSSL as the client.Adam Langley
2014-11-04Make SSL_MODE_AUTO_RETRY the default.Adam Langley
2014-11-04DTLS1_AD_MISSING_HANDSHAKE_MESSAGE does not exist.David Benjamin
2014-11-04Remove remnant of MS SGC second ClientHello.David Benjamin
2014-11-03Test server-side renegotiation.Adam Langley
2014-10-31Remove remnant of SRP.David Benjamin
2014-10-31Port ssl3_{get,send}_server_key_exchange to EVP_Digest{Verify,Sign}*.David Benjamin
2014-10-29Fix double-frees on malloc failure in ssl3_get_client_key_exchange.David Benjamin
2014-10-29Refactor ssl3_send_client_key_exchange slightly.David Benjamin
2014-10-29Add tests for ECDHE_PSK.David Benjamin
2014-10-29Fix ECDHE_PSK key exchange.David Benjamin
2014-10-29Add tests for PSK cipher suites.David Benjamin
2014-10-28Add SSL_SESSION_to_bytes to replace i2d_SSL_SESSION.David Benjamin
2014-10-27Fix build (broken by removal of key_arg from SSL_SESSION parsing).Piotr Sikora
2014-10-27Fix build on Windows.David Benjamin
2014-10-27Add less dangerous versions of SRTP functions.David Benjamin
2014-10-27Don't bother accepting key_arg when parsing SSL_SESSION.David Benjamin
2014-10-24Extended master secret support.Adam Langley
2014-10-24Reimplement i2d_SSL_SESSION using CBB.David Benjamin
2014-10-24Reimplement d2i_SSL_SESSION with CBS.David Benjamin
2014-10-24Remove T** parameter to ssl_bytes_to_cipher_list.David Benjamin
2014-10-21Add SSL_SESSION serialization and deserialization tests.David Benjamin
2014-10-21Remove key_arg and key_arg_length from SSL_SESSION.David Benjamin
2014-10-21Move ECC extensions out of SSL_SESSION.David Benjamin
2014-10-20Remove obsolete TODODavid Benjamin
2014-10-20Fix pqueue_test.c memory leak.David Benjamin
2014-10-20Fix memory leak when decoding corrupt tickets.Adam Langley
2014-10-20Fix switching between AEAD and non-AEAD in a renegotiation.Adam Langley
2014-10-01Remove SSL_get_shared_ciphers.David Benjamin
2014-10-01Don't compare signed vs. unsigned.David Benjamin
2014-09-30Remove OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL.David Benjamin
2014-09-30Merge the get_ssl_method hooks between TLS and SSLv3.David Benjamin
2014-09-30Fix ServerHello EC point format extension check.David Benjamin
2014-09-30Split tls1_check_ec_key.David Benjamin
2014-09-30Merge IMPLEMENT_tls_meth_func and IMPLEMENT_ssl3_meth_func.David Benjamin
2014-09-30Clean up ssl_cipher_list_to_bytes a little.David Benjamin
2014-09-30Missing includes for FreeBSD.Ben Laurie
2014-09-26Also clean the last byte of the PSK identity.Adam Langley
2014-09-25Add tests for client version negotiation and session resumption.David Benjamin
2014-09-25Handle session resumption in SSLv23_client_method.David Benjamin
2014-09-24runner: don't resume sessions if SessionTicketsDisabled is true.David Benjamin
2014-09-24Remove OPENSSL_NO_TLS1_2_CLIENT and OPENSSL_NO_DTLS1.David Benjamin
2014-09-22Disallow all special operators once groups are used.David Benjamin
2014-09-22Remove redundant check in cipher rule parsing.David Benjamin
2014-09-22Add a set of tests for cipher string parsing.David Benjamin
2014-09-22Switch the reason code check to a compile-time assert.David Benjamin
2014-09-17Add missing errors codes for alerts.David Benjamin