summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.2b releaseOpenSSL_1_0_2bMatt Caswell2015-06-114-6/+6
* make updateMatt Caswell2015-06-111-1/+0
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* Update CHANGES and NEWSMatt Caswell2015-06-112-1/+71
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix length checks in X509_cmp_time to avoid out-of-bounds reads.Emilia Kasper2015-06-111-10/+47
* Fix infinite loop in CMSDr. Stephen Henson2015-06-111-1/+1
* make updateRichard Levitte2015-06-111-0/+22
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* More ssl_session_dup fixesMatt Caswell2015-06-111-36/+37
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx2015-06-111-1/+8
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-111-11/+41
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* DTLS handshake message fragments musn't span packetsMatt Caswell2015-06-101-8/+18
* Fix leak in HMAC error pathMatt Caswell2015-06-101-0/+1
* EC_POINT_is_on_curve does not return a booleanMatt Caswell2015-06-106-16/+23
* Tighten extension handlingMatt Caswell2015-06-101-94/+64
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-3/+5
* Replace memset with OPENSSL_cleanse()Matt Caswell2015-06-101-1/+1
* Fix Kerberos issue in ssl_session_dupMatt Caswell2015-06-101-1/+1
* When making libcrypto from apps or test, make sure to include enginesRichard Levitte2015-06-102-4/+4
* Add and rearrange building of librariesRichard Levitte2015-06-101-2/+5
* Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.Jeffrey Walton2015-06-081-2/+2
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Use CRYPTO_memcmp in s3_cbc.cEmilia Kasper2015-06-081-1/+1
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-084-5/+8
* Use cc instead of gcc so either clang or gcc is used as appropriate. Add clangBen Laurie2015-06-051-2/+22
* Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx2015-06-041-0/+14
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* Clean Kerberos pre-master secretMatt Caswell2015-06-041-5/+16
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* Fix DTLS session resumptionMatt Caswell2015-06-041-1/+1
* make updateDr. Stephen Henson2015-06-033-42/+13
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-032-0/+31
* Fix compilation failure for some tool chainsMatt Caswell2015-06-021-1/+1
* RT3230: Better test for C identifierAnnie Yousar2015-06-022-5/+5
* Add the macro OPENSSL_SYS_WIN64Richard Levitte2015-06-021-1/+7
* GH249: Fix bad regexp in arg parsing.Olaf Johansson2015-06-021-3/+3
* Fix IP_MTU_DISCOVER typoPer Allansson2015-06-021-1/+1
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+158
* Check the message type requested is the type received in DTLSMatt Caswell2015-06-011-0/+6
* check for error when creating PKCS#8 structureDr. Stephen Henson2015-05-281-0/+2
* PEM doc fixesDr. Stephen Henson2015-05-281-2/+25
* Fix ssltest to use 1024-bit DHE parametersEmilia Kasper2015-05-262-13/+45
* Don't check for a negative SRP extension sizeMatt Caswell2015-05-261-1/+1
* Fix error check in GOST engineMatt Caswell2015-05-261-2/+4
* Handle unsigned struct timeval membersMatt Caswell2015-05-261-6/+7
* Housekeeping 'make TABLE' update.Andy Polyakov2015-05-261-59/+59