summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-08-19RT2848: Remove extra NULL checkMartin Olsson
2014-08-19RT2724: Remove extra declarationJohn Fitzgibbon
2014-08-18RT1815: More const'ness improvementsJustin Blanchard
2014-08-15Add support for Camellia HMAC-Based cipher suites from RFC6367Hubert Kario
2014-08-15Fixed out-of-bounds read errors in ssl3_get_key_exchange.Matt Caswell
2014-08-15RT3023: Redundant logical expressionsHans Wennborg
2014-08-15Revision of custom extension code.Dr. Stephen Henson
2014-08-15Include error messages on extension check failure.Dr. Stephen Henson
2014-08-14make dependEmilia Kasper
2014-08-09Fix SRP authentication ciphersuites.Dr. Stephen Henson
2014-08-09RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1Viktor Szakats
2014-08-08RT 1505: Use SSL3_AL_FATAL not "2"Matthieu Crapet
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-08-06Fix SRP ciphersuite DoS vulnerability.Dr. Stephen Henson
2014-08-06Fix race condition in ssl_parse_serverhello_tlsextGabor Tyukasz
2014-08-06Fix DTLS anonymous EC(DH) denial of serviceEmilia Käsper
2014-08-06Fix protocol downgrade bug in case of fragmented packetsDavid Benjamin
2014-08-06Remove some duplicate DTLS code.Adam Langley
2014-08-06Applying same fix as in dtls1_process_out_of_seq_message. A truncated DTLS fr...Matt Caswell
2014-08-06Fix return code for truncated DTLS fragment.Adam Langley
2014-08-06Fix memory leak from zero-length DTLS fragments.Adam Langley
2014-08-06Fix DTLS handshake message size checks.Matt Caswell
2014-08-06Added comment for the frag->reassembly == NULL case as per feedback from EmiliaMatt Caswell
2014-08-06Avoid double free when processing DTLS packets.Adam Langley
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-19Update heartbeat_test #includesMike Bland
2014-07-19Use testutil registry in heartbeat_testMike Bland
2014-07-15Fix DTLS certificate requesting code.Dr. Stephen Henson
2014-07-14Use more common name for GOST key exchange.Dr. Stephen Henson
2014-07-13Add names of GOST algorithms.Peter Mosmans
2014-07-08Please Clang's sanitizer.Andy Polyakov
2014-07-05s3_pkt.c: fix typo.Andy Polyakov
2014-07-05Reduce casting nastiness.Ben Laurie
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-02Make disabling last cipher work.Thijs Alkemade
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-07-01RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz
2014-07-01RT 1530; fix incorrect commentRich Salz
2014-07-01RT 1229; typo in comment "dont't"->"don't"Rich Salz
2014-07-01Fix warning.Dr. Stephen Henson
2014-06-30Make depend.Ben Laurie
2014-06-29More constification.Ben Laurie
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-28Don't disable state strings with no-ssl2Dr. Stephen Henson
2014-06-28Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar
2014-06-27Remove redundant check.Ken Ballou
2014-06-27Add SHA256 Camellia ciphersuites from RFC5932PK
2014-06-27Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz