summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2016-10-14Degrade 3DES to MEDIUM in SSL2Vitezslav Cizek
2016-10-11Add missing error string for SSL_R_TOO_MANY_WARN_ALERTSKurt Cancemi
2016-09-22Fix build with no-nextprotonegDirk Feytons
2016-09-22Avoid KCI attack for GOSTDmitry Belyavsky
2016-09-22Fix a mem leak in NPN handlingMatt Caswell
2016-09-22Fix OCSP Status Request extension unbounded memory growthMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-21Make message buffer slightly larger than message.Dr. Stephen Henson
2016-09-21Use SSL3_HM_HEADER_LENGTH instead of 4.Dr. Stephen Henson
2016-09-21Remove unnecessary check.Dr. Stephen Henson
2016-09-21Fix small OOB reads.Dr. Stephen Henson
2016-09-15Revert "Abort on unrecognised warning alerts"Matt Caswell
2016-09-15Fix memory leak on realloc error.Dr. Stephen Henson
2016-09-15Fix memory leak on error.Dr. Stephen Henson
2016-09-13Abort on unrecognised warning alertsMatt Caswell
2016-08-30Ensure the CertStatus message adds a DTLS message header where neededMatt Caswell
2016-08-26Add basic test for Cisco DTLS1_BAD_VER and record replay handlingDavid Woodhouse
2016-08-26Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-26Fix SSL_export_keying_material() for DTLS1_BAD_VERDavid Woodhouse
2016-08-26Fix the no-tls1 optionMatt Caswell
2016-08-26Always use session_ctx when removing a sessionTodd Short
2016-08-24SWEET32 (CVE-2016-2183): Move DES from HIGH to MEDIUMRich Salz
2016-08-24Fix no-ecMatt Caswell
2016-08-23Sanity check ticket length.Dr. Stephen Henson
2016-08-22VMS: Use strict refdef extern model when building library object filesRichard Levitte
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-22Fix DTLS buffered message DoS attackMatt Caswell
2016-08-22Silence some "maybe used uninitialised" warningsMatt Caswell
2016-08-19Fix NULL-return checks in 1.0.2Rich Salz
2016-08-19Update function error codeMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-19Add DTLS replay protection testMatt Caswell
2016-08-19Fix DTLS unprocessed records bugMatt Caswell
2016-08-19Add a DTLS unprocesed records testMatt Caswell
2016-07-28Add missing casts.Rich Salz
2016-07-22Send alert for bad DH CKEDr. Stephen Henson
2016-07-20Sanity check in ssl_get_algorithm2().Dr. Stephen Henson
2016-07-19Send alert on CKE error.Dr. Stephen Henson
2016-07-01Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell
2016-06-27Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell
2016-06-01Avoid some undefined pointer arithmeticMatt Caswell
2016-05-26The ssl3_digest_cached_records() function does not handle errors properlyMatt Caswell
2016-05-19Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-19Fix a double free in tls1_setup_key_blockMatt Caswell
2016-05-17Fix SSL compression symbol exportingMatt Caswell
2016-05-09Don't send signature algorithms when client_version is below TLS 1.2.David Benjamin
2016-05-02Remove confusing comment.TJ Saunders
2016-05-02Issue #719:TJ Saunders
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin