aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RT2547: Tighten perms on generated privkey filesRich Salz2015-06-1522-63/+184
* Refactor into clear_ciphers; RT3588Rich Salz2015-06-151-18/+12
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-2/+6
* Fix argument processing error from the option parsing change over.Tim Hudson2015-06-151-0/+1
* Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson2015-06-131-2/+2
* Allow a zero length extension blockAdam Langley2015-06-121-6/+6
* Fix ABI break with HMACMatt Caswell2015-06-123-14/+14
* Update CHANGES and NEWSMatt Caswell2015-06-112-1/+75
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* 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
* More ssl_session_dup fixesMatt Caswell2015-06-111-34/+38
* e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov2015-06-112-2/+2
* gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov2015-06-101-1/+1
* Tidy disabled algorithm handling.Dr. Stephen Henson2015-06-101-96/+73
* Restore GOST mac setup.Dr. Stephen Henson2015-06-101-0/+4
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-106-31/+9
* DTLS handshake message fragments musn't span packetsMatt Caswell2015-06-101-8/+18
* Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2015-06-102-2/+2
* 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
* Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell2015-06-104-10/+17
* Tighten extension handlingMatt Caswell2015-06-101-94/+64
* Fix memory leaks in BIO_dup_chain()Matt Caswell2015-06-101-2/+5
* Replace memset with OPENSSL_clear_free()Matt Caswell2015-06-101-2/+1
* Make sure test/gost2814789test.c can see configuration macrosRichard Levitte2015-06-101-0/+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
* Fix -DZLIB build for opaque COMP typesRich Salz2015-06-092-42/+10
* Use bio_err not stderr in apps.Rich Salz2015-06-097-34/+32
* No fprintf in the txt_db componentRich Salz2015-06-094-111/+6
* Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.Jeffrey Walton2015-06-081-2/+2
* Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx2015-06-091-1/+8
* Properly check certificate in case of export ciphers.Kurt Roeckx2015-06-0910-32/+82
* return correct NID for undefined objectDr. Stephen Henson2015-06-081-0/+3
* Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper2015-06-081-2/+1
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-084-5/+8
* Increase buffer size for passwords in pkcs12 CLIRodger Combs2015-06-061-1/+1
* Update trace code.Dr. Stephen Henson2015-06-061-0/+130
* Check ASN1_INTEGER_get for errors.Dr. Stephen Henson2015-06-061-1/+7
* Set error code, no fprintf stderr, on errors.Rich Salz2015-06-043-6/+26
* GH293: Typo in CHANGES file.Github User2015-06-041-1/+1
* Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx2015-06-041-0/+14
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-044-138/+121
* Remove misleading commentMatt Caswell2015-06-041-2/+0
* Clean premaster_secret for GOSTMatt Caswell2015-06-041-0/+1
* Fix off-by-one error in BN_bn2hexMatt Caswell2015-06-041-1/+6
* Fix DTLS session resumptionMatt Caswell2015-06-041-1/+1
* make update.Dr. Stephen Henson2015-06-032-3/+3
* Add funtions to set item_sign and item_verifySergey Agievich2015-06-032-0/+31