summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
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
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
2015-04-28remove malloc castsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson
2015-04-21Repair EAP-FAST session resumptionEmilia Kasper
2015-04-17Error out immediately on empty ciphers list.Emilia Kasper
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-14Fix ssl_get_prev_session overrunMatt Caswell
2015-04-14Check for ClientHello message overrunsMatt Caswell
2015-04-11free NULL cleanup 9Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-04-10The wrong ifdef is used to guard usage of PSK codeKurt Cancemi
2015-04-10Fix read_ahead issueMatt Caswell