aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-12Prepare for 1.0.2c releaseOpenSSL_1_0_2cMatt Caswell4-6/+6
2015-06-12Updated CHANGES and NEWS entries for new releaseMatt Caswell2-2/+4
2015-06-12Allow a zero length extension blockAdam Langley1-6/+6
2015-06-12Fix ABI break with HMACMatt Caswell3-14/+13
2015-06-11Prepare for 1.0.2c-devMatt Caswell5-5/+13
2015-06-11Prepare for 1.0.2b releaseOpenSSL_1_0_2bMatt Caswell4-6/+6
2015-06-11make updateMatt Caswell1-1/+0
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov1-5/+10
2015-06-11Update CHANGES and NEWSMatt Caswell2-1/+71
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-06-11Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper1-10/+47
2015-06-11Fix infinite loop in CMSDr. Stephen Henson1-1/+1
2015-06-11make updateRichard Levitte1-0/+22
2015-06-11Correction of make depend merge errorRichard Levitte1-1/+1
2015-06-11More ssl_session_dup fixesMatt Caswell1-36/+37
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2-2/+2
2015-06-11Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx1-1/+8
2015-06-11Properly check certificate in case of export ciphers.Kurt Roeckx1-11/+41
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov1-1/+1
2015-06-10DTLS handshake message fragments musn't span packetsMatt Caswell1-8/+18
2015-06-10Fix leak in HMAC error pathMatt Caswell1-0/+1
2015-06-10EC_POINT_is_on_curve does not return a booleanMatt Caswell6-16/+23
2015-06-10Tighten extension handlingMatt Caswell1-94/+64
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell1-3/+5
2015-06-10Replace memset with OPENSSL_cleanse()Matt Caswell1-1/+1
2015-06-10Fix Kerberos issue in ssl_session_dupMatt Caswell1-1/+1
2015-06-10When making libcrypto from apps or test, make sure to include enginesRichard Levitte2-4/+4
2015-06-10Add and rearrange building of librariesRichard Levitte1-2/+5
2015-06-08Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.Jeffrey Walton1-2/+2
2015-06-08return correct NID for undefined objectDr. Stephen Henson1-0/+3
2015-06-08Use CRYPTO_memcmp in s3_cbc.cEmilia Kasper1-1/+1
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper4-5/+8
2015-06-05Use cc instead of gcc so either clang or gcc is used as appropriate. Add clangBen Laurie1-2/+22
2015-06-04Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx1-0/+14
2015-06-04Remove misleading commentMatt Caswell1-2/+0
2015-06-04Clean premaster_secret for GOSTMatt Caswell1-0/+1
2015-06-04Clean Kerberos pre-master secretMatt Caswell1-5/+16
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell1-1/+6
2015-06-04Fix DTLS session resumptionMatt Caswell1-1/+1
2015-06-03make updateDr. Stephen Henson3-42/+13
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich2-0/+31
2015-06-02Fix compilation failure for some tool chainsMatt Caswell1-1/+1
2015-06-02RT3230: Better test for C identifierAnnie Yousar2-5/+5
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte1-1/+7
2015-06-02GH249: Fix bad regexp in arg parsing.Olaf Johansson1-3/+3
2015-06-02Fix IP_MTU_DISCOVER typoPer Allansson1-1/+1
2015-06-02Fix race condition in NewSessionTicketMatt Caswell5-0/+158
2015-06-01Check the message type requested is the type received in DTLSMatt Caswell1-0/+6
2015-05-28check for error when creating PKCS#8 structureDr. Stephen Henson1-0/+2
2015-05-28PEM doc fixesDr. Stephen Henson1-2/+25