summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-12-17Premaster secret handling fixesAdam Langley
2014-12-17Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within CIPHER_DEBUG code sectionsRichard Levitte
2014-12-16The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell
2014-12-16Don't set client_version to the ServerHello version.Adam Langley
2014-12-16Add more meaningful OPENSSL_NO_ECDH error message for suite b modeMatt Caswell
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-16Remove extraneous white space, and add some bracesMatt Caswell
2014-12-15DTLS fixes for signed/unsigned issuesMatt Caswell
2014-12-15Allow using -SSLv2 again when setting Protocol in the config.Kurt Roeckx
2014-12-13Fixed memory leak if BUF_MEM_grow failsMatt Caswell
2014-12-11make updateMatt Caswell
2014-12-10tls1_heartbeat: check for NULL after allocating bufJonas Maebe
2014-12-10tls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
2014-12-10SSL_set_session: check for NULL after allocating s->kssl_ctx->client_princJonas Maebe
2014-12-10serverinfo_process_buffer: check result of realloc(ctx->cert->key->serverinfo...Jonas Maebe
2014-12-10ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...Jonas Maebe
2014-12-10ssl3_get_certificate_request: check for NULL after allocating s->cert->ctypesJonas Maebe
2014-12-10SSL_COMP_add_compression_method: exit if allocating the new compression metho...Jonas Maebe
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2014-12-08Fixed memory leak in the event of a failure of BUF_MEM_growMatt Caswell
2014-12-08Fix memory leak in SSL_new if errors occur.Matt Caswell
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-12-05Clarify the return values for SSL_get_shared_curve.Emilia Kasper
2014-12-05Add extra checks for odd-length EC curve lists.Emilia Kasper
2014-12-05Reject elliptic curve lists of odd lengths.Emilia Kasper
2014-12-04ssl_create_cipher_list: check whether push onto cipherstack succeedsJonas Maebe
2014-12-04ssl_cert_dup: Fix memory leakJonas Maebe
2014-12-04dtls1_new: free s on error pathKurt Roeckx
2014-12-04dtls1_heartbeat: check for NULL after allocating s->cert->ctypesJonas Maebe
2014-12-04dtls1_process_heartbeat: check for NULL after allocating bufferJonas Maebe
2014-12-04Remove incorrect code inadvertently introduced through commit 59669b6ab.Matt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-03Remove "#if 0" codeMatt Caswell
2014-12-03Only use the fallback mtu after 2 unsuccessful retransmissions if it is lessMatt Caswell
2014-12-03If we really get a situation where the underlying mtu is less than the minimumMatt Caswell
2014-12-03Fix dtls_query_mtu so that it will always either complete with an mtu that isMatt Caswell
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-12-03The first call to query the mtu in dtls1_do_write correctly checks that theMatt Caswell
2014-12-03The SSL_OP_NO_QUERY_MTU option is supposed to stop the mtu from beingMatt Caswell
2014-12-03Verify that we have a sensible message len and fail if notMatt Caswell
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-28[PR3597] Advance to the next state variant when reusing messages.Richard Levitte
2014-11-27Fix warning in ssl2_encMatt Caswell
2014-11-27Remove more references to dtls1_encMatt Caswell
2014-11-27Check EVP_Cipher return values for SSL2Matt Caswell
2014-11-27Delete unused fileMatt Caswell
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell