summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz
2015-05-07Digest cached records if not sending a certificate.Dr. Stephen Henson
2015-05-06SSL_CONF table reorganisation.Dr. Stephen Henson
2015-05-06Initialize potentially uninitialized local variablesGunnar Kudrjavets
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-05Add more error state transitions (DTLS)Matt Caswell
2015-05-05Add more error state transitions (client)Matt Caswell
2015-05-05Add more error state transitionsMatt Caswell
2015-05-05Add Error stateMatt Caswell
2015-05-05make updateMatt Caswell
2015-05-05ssl/kssl.c: include missing header to complete SSL structure's defn.mancha security
2015-05-05ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1mancha security
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03ssl/s3_srvr.c: Fix typo introduced via 69f682374868b.mancha security
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01u_len may be unused.Ben Laurie
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30Add sanity check to ssl_get_prev_sessionMatt Caswell
2015-04-30Sanity check the return from final_finish_macMatt Caswell
2015-04-30Add sanity check in ssl3_cbc_digest_recordMatt Caswell
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30make updateMatt Caswell