summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-15Refactor into clear_ciphers; RT3588Rich Salz
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson
2015-06-15Fix argument processing error from the option parsing change over.Tim Hudson
2015-06-13Encode b == NULL or blen == 0 as zero.Dr. Stephen Henson
2015-06-12Allow a zero length extension blockAdam Langley
2015-06-12Fix ABI break with HMACMatt Caswell
2015-06-11Update CHANGES and NEWSMatt Caswell
2015-06-11bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov
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-11More ssl_session_dup fixesMatt Caswell
2015-06-11e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...Andy Polyakov
2015-06-10gcm.c: address linker warning about OPENSSL_ia32cap_P size mismatch.Andy Polyakov
2015-06-10Tidy disabled algorithm handling.Dr. Stephen Henson
2015-06-10Restore GOST mac setup.Dr. Stephen Henson
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-10DTLS handshake message fragments musn't span packetsMatt Caswell
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt 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-10Change BIO_number_read and BIO_number_written() to be 64 bitMatt Caswell
2015-06-10Tighten extension handlingMatt Caswell
2015-06-10Fix memory leaks in BIO_dup_chain()Matt Caswell
2015-06-10Replace memset with OPENSSL_clear_free()Matt Caswell
2015-06-10Make sure test/gost2814789test.c can see configuration macrosRichard Levitte
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-09Fix -DZLIB build for opaque COMP typesRich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-09No fprintf in the txt_db componentRich Salz
2015-06-08Explicitly mention PKCS5_PBKDF2_HMAC in EVP doc.Jeffrey Walton
2015-06-09Only allow a temporary rsa key exchange when they key is larger than 512.Kurt Roeckx
2015-06-09Properly check certificate in case of export ciphers.Kurt Roeckx
2015-06-08return correct NID for undefined objectDr. Stephen Henson
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-06-06Increase buffer size for passwords in pkcs12 CLIRodger Combs
2015-06-06Update trace code.Dr. Stephen Henson
2015-06-06Check ASN1_INTEGER_get for errors.Dr. Stephen Henson
2015-06-04Set error code, no fprintf stderr, on errors.Rich Salz
2015-06-04GH293: Typo in CHANGES file.Github User
2015-06-04Allow all curves when the client doesn't send an supported elliptic curves ex...Kurt Roeckx
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz
2015-06-04Remove misleading commentMatt Caswell
2015-06-04Clean premaster_secret for GOSTMatt Caswell
2015-06-04Fix off-by-one error in BN_bn2hexMatt Caswell
2015-06-04Fix DTLS session resumptionMatt Caswell
2015-06-03make update.Dr. Stephen Henson
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich