summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-12Prepare for 1.0.1o releaseOpenSSL_1_0_1oMatt Caswell
2015-06-12Updated CHANGES and NEWS entries for new releaseMatt Caswell
2015-06-12Allow a zero length extension blockAdam Langley
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11Prepare for 1.0.1o-devMatt Caswell
2015-06-11Prepare for 1.0.1n releaseOpenSSL_1_0_1nMatt Caswell
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov
2015-06-11Update CHANGES and NEWSMatt Caswell
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper
2015-06-11Fix infinite loop in CMSDr. Stephen Henson
2015-06-11Correction of make depend merge errorRichard Levitte
2015-06-11More ssl_session_dup fixesMatt Caswell
2015-06-11Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx
2015-06-11Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-10DTLS handshake message fragments musn't span packetsMatt Caswell
2015-06-10Fix leak in HMAC error pathMatt Caswell
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell
2015-06-10Tighten extension handlingMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-10Replace memset with OPENSSL_cleanse()Matt Caswell
2015-06-10Fix Kerberos issue in ssl_session_dupMatt Caswell
2015-06-10When making libcrypto from apps or test, make sure to include enginesRichard Levitte
2015-06-10Add and rearrange building of librariesRichard Levitte
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp in s3_cbc.cEmilia Kasper
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-04Remove misleading commentMatt Caswell
2015-06-04Clean premaster_secret for GOSTMatt Caswell
2015-06-04Clean Kerberos pre-master secretMatt Caswell
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-02RT3230: Better test for C identifierAnnie Yousar
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte
2015-06-02Fix race condition in NewSessionTicketMatt Caswell
2015-06-02Clear state in DTLSv1_listenMatt Caswell
2015-06-01Check the message type requested is the type received in DTLSMatt Caswell
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson
2015-05-28PEM doc fixesDr. Stephen Henson
2015-05-26Housekeeping 'make TABLE' update.Andy Polyakov
2015-05-26Fix ssltest to use 1024-bit DHE parametersEmilia Kasper
2015-05-26Don't check for a negative SRP extension sizeMatt Caswell
2015-05-26Fix error check in GOST engineMatt Caswell
2015-05-26Handle unsigned struct timeval membersMatt Caswell
2015-05-26Configure: replace -mv8 with -mcpu=v8 in SPARC config lines.Andy Polyakov
2015-05-26fix copy paste error in ec_GF2m function prototypesBilly Brumley
2015-05-26bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov
2015-05-26md32_common.h: backport ICC fix.Andy Polyakov
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-23Fix update and depend in engines/Richard Levitte
2015-05-23Missed a couple of spots in the update changeRichard Levitte