summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2015-06-10Tighten extension handlingMatt Caswell
2015-06-09Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-06-06Update trace code.Dr. Stephen Henson
2015-06-04Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx
2015-06-04Remove misleading commentMatt Caswell
2015-06-04Clean premaster_secret for GOSTMatt Caswell
2015-06-04Fix DTLS session resumptionMatt Caswell
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-06-01Check the message type requested is the type received in DTLSMatt Caswell
2015-05-31Silence Clang warning about unit'd variableRich Salz
2015-05-30clear/cleanse cleanupRich Salz
2015-05-29Remove struct ccs_header_stMatt Caswell
2015-05-28Change return type of the new accessorsMatt Caswell
2015-05-28Change the new functions to use size_tMatt Caswell
2015-05-28Add new functions to extract {client,server}_random, master_keyNick Mathewson
2015-05-28Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson
2015-05-26Don't check for a negative SRP extension sizeMatt Caswell
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-24Set first_packet for TLS clientsMatt Caswell
2015-05-22Fix typo setting up certificate masksMatt Caswell
2015-05-22Remove export static DH ciphersuitesMatt Caswell
2015-05-22Add CHANGES entry for OPENSSL_NO_TLSEXT removalMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte
2015-05-22Lost alert in DTLSLubom
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-20Correctly check for export size limitKurt Roeckx
2015-05-20Only support >= 256-bit elliptic curves with ecdh_auto (server) or by default...Emilia Kasper
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson
2015-05-18CERT tidyDr. Stephen Henson
2015-05-16Further version negotiation updatesMatt Caswell
2015-05-16Move SSLv3_*method() functionsMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-15Use #error in openssl/srp.hRich Salz
2015-05-14make dependRichard Levitte
2015-05-14Identify and move OpenSSL internal header filesRichard Levitte
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-13Don't allow a CCS when expecting a CertificateVerifyMatt Caswell
2015-05-12Fix cipherlist order.Dr. Stephen Henson
2015-05-12Make COMP_CTX and COMP_METHOD opaqueRich Salz
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-11Check sk_SSL_CIPHER_new_null return valueMatt Caswell
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson