summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.0.1n releaseOpenSSL_1_0_1nMatt Caswell2015-06-114-6/+6
* 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
* Correction of make depend merge errorRichard Levitte2015-06-111-1/+1
* More ssl_session_dup fixesMatt Caswell2015-06-111-36/+37
* 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
* 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
* 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
* 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
* RT3230: Better test for C identifierAnnie Yousar2015-06-022-5/+5
* Add the macro OPENSSL_SYS_WIN64Richard Levitte2015-06-021-1/+7
* Fix race condition in NewSessionTicketMatt Caswell2015-06-025-0/+158
* Clear state in DTLSv1_listenMatt Caswell2015-06-021-0/+3
* 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
* Housekeeping 'make TABLE' update.Andy Polyakov2015-05-261-54/+54
* 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
* Configure: replace -mv8 with -mcpu=v8 in SPARC config lines.Andy Polyakov2015-05-261-5/+5
* fix copy paste error in ec_GF2m function prototypesBilly Brumley2015-05-261-8/+0
* bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov2015-05-261-1/+1
* md32_common.h: backport ICC fix.Andy Polyakov2015-05-261-1/+3
* Don't send an alert if we've just received oneMatt Caswell2015-05-251-1/+12
* Fix update and depend in engines/Richard Levitte2015-05-232-2/+3
* Missed a couple of spots in the update changeRichard Levitte2015-05-232-8/+6
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-2363-42/+156
* Fix off-by-one in BN_randMatt Caswell2015-05-224-3/+11
* Reject negative shifts for BN_rshift and BN_lshiftMatt Caswell2015-05-224-4/+20
* Lost alert in DTLSLubom2015-05-221-1/+1
* Add documentation for the -no_alt_chains option for various apps, as well as ...Matt Caswell2015-05-207-4/+53