GH367 follow-up, for more clarity
[openssl.git] / crypto /
2015-08-31 Ben KadukGH367 follow-up, for more clarity
2015-08-31 Emilia KasperBN_mod_exp_mont_consttime: check for zero modulus.
2015-08-31 Emilia Kasperbntest: don't dereference the |d| array for a zero...
2015-08-28 Ismo PuustinenGH367: Fix dsa keygen for too-short seed
2015-08-26 David BrodskiFixed problem with multiple load-unload of comp zlib
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-08-12 Dr. Stephen HensonFix memory leak if setup fails.
2015-08-12 Dr. Stephen HensonErr isn't always malloc failure.
2015-08-11 Matt CaswellCheck for 0 modulus in BN_MONT_CTX_set
2015-08-04 Matt CaswellFix warning when compiling with no-ec2m
2015-07-31 Loganaden VelvindronClear BN-mont values when free'ing it.
2015-07-30 Dr. Stephen Hensonuse X9.31 keygen by default in FIPS mode
2015-07-30 Martin VejnarRT3774: double-free in DSA
2015-07-13 Richard LevitteConversion to UTF-8 where needed
2015-07-09 Matt CaswellPrepare for 1.0.1q-dev
2015-07-09 Matt CaswellPrepare for 1.0.1p release OpenSSL_1_0_1p
2015-07-07 Matt CaswellFix alt chains bug
2015-07-07 Matt CaswellReject calls to X509_verify_cert that have not been...
2015-07-07 Matt CaswellAdd test for CVE-2015-1793
2015-07-07 Matt CaswellFix alternate chains certificate forgery issue
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-25 Dr. Stephen HensonDon't output bogus errors in PKCS12_parse
2015-06-21 Richard LevitteCleanup mttest.c : because we no longer use stdio here...
2015-06-21 Richard LevitteAdd -ldl to the build of mttest.c
2015-06-21 Richard LevitteCleanup mttest.c : do not try to output reference count...
2015-06-21 Richard LevitteCleanup mttest.c : better error reporting when certs...
2015-06-21 Richard LevitteCleanup mttest.c : make ssl_method a pointer to const
2015-06-21 Richard LevitteCleanup mttest.c : more output changes
2015-06-21 Richard LevitteCleanup mttest.c : modernise output
2015-06-21 Richard LevitteCleanup mttest.c : modernise the threads setup
2015-06-21 Richard LevitteCleanup mttest.c : remove MS_CALLBACK
2015-06-16 Richard LevitteMake preprocessor error into real preprocessor error
2015-06-16 Richard LevitteRemove one extraneous parenthesis
2015-06-12 Matt CaswellPrepare for 1.0.1p-dev
2015-06-12 Matt CaswellPrepare for 1.0.1o release OpenSSL_1_0_1o
2015-06-12 Matt CaswellFix ABI break with HMAC
2015-06-11 Matt CaswellPrepare for 1.0.1o-dev
2015-06-11 Matt CaswellPrepare for 1.0.1n release OpenSSL_1_0_1n
2015-06-11 Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-06-11 Emilia KasperPKCS#7: Fix NULL dereference with missing EncryptedContent.
2015-06-11 Emilia KasperFix length checks in X509_cmp_time to avoid out-of...
2015-06-11 Dr. Stephen HensonFix infinite loop in CMS
2015-06-10 Matt CaswellFix leak in HMAC error path
2015-06-10 Matt CaswellEC_POINT_is_on_curve does not return a boolean
2015-06-10 Matt CaswellFix memory leaks in BIO_dup_chain()
2015-06-10 Matt CaswellReplace memset with OPENSSL_cleanse()
2015-06-08 Dr. Stephen Hensonreturn correct NID for undefined object
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-04 Matt CaswellFix off-by-one error in BN_bn2hex
2015-06-02 Annie YousarRT3230: Better test for C identifier
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-26 Matt CaswellHandle unsigned struct timeval members
2015-05-26 Billy Brumleyfix copy paste error in ec_GF2m function prototypes
2015-05-26 Andy Polyakovbn/bn_lcl.h: fix MIPS-specific gcc version check.
2015-05-26 Andy Polyakovmd32_common.h: backport ICC fix.
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-22 Matt CaswellFix off-by-one in BN_rand
2015-05-22 Matt CaswellReject negative shifts for BN_rshift and BN_lshift
2015-05-20 Matt CaswellAdd flag to inhibit checking for alternate certificate...
2015-05-20 Matt CaswellIn certain situations the server provided certificate...
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-05-13 Rich SalzAdd NULL checks from master
2015-05-13 Hanno BöckCall of memcmp with null pointers in obj_cmp()
2015-05-11 Kurt CancemiAdd missing NULL check in X509V3_parse_list()
2015-05-02 Gilles KhouzamRT3820: Don't call GetDesktopWindow()
2015-04-30 Matt CaswellFix buffer overrun in RSA signing
2015-04-30 Matt CaswellAdd sanity check to print_bin function
2015-04-30 Matt CaswellClarify logic in BIO_*printf functions
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-30 Matt CaswellSanity check DES_enc_write buffer length
2015-04-22 Loganaden VelvindronFix CRYPTO_strdup
2015-04-18 Dr. Stephen HensonFix encoding bug in i2c_ASN1_INTEGER
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-16 Andy PolyakovPlease Clang's sanitizer, addendum.
2015-04-16 Dr. Stephen HensonLimit depth of nested sequences when generating ASN.1
2015-04-16 Dr. Stephen HensonReject empty generation strings.
2015-04-11 Kurt Roeckxdo_dirname: Don't change gen on failures
2015-04-11 Kurt RoeckxX509_VERIFY_PARAM_free: Check param for NULL
2015-04-10 Dr. Stephen HensonDon't set *pval to NULL in ASN1_item_ex_new.
2015-03-31 Douglas E EngertEnsure EC private keys retain leading zeros
2015-03-25 Emilia KasperFix uninitialized variable warning
2015-03-25 Matt CaswellFix HMAC to pass invalid key len test
2015-03-25 Matt CaswellAdd HMAC test for invalid key len
2015-03-25 Matt CaswellEnsure that both the MD and key have been initialised...
2015-03-25 Matt CaswellAdd more HMAC tests
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-24 Dr. Stephen HensonMake OCSP response verification more flexible.
2015-03-24 Mike FrysingerFix malloc define typo
2015-03-19 Matt CaswellPrepare for 1.0.1n-dev
2015-03-19 Matt CaswellPrepare for 1.0.1m release OpenSSL_1_0_1m
2015-03-19 Matt Caswellmake update
2015-03-19 Matt CaswellFix a failure to NULL a pointer freed on error.
2015-03-19 Emilia KasperPKCS#7: avoid NULL pointer dereferences with missing...
2015-03-19 Dr. Stephen HensonFix ASN1_TYPE_cmp
2015-03-18 Dr. Stephen HensonFree up ADB and CHOICE if already initialised.
2015-03-17 Matt CaswellRemove dead code from crypto
2015-03-17 Matt CaswellFix memset call in stack.c
2015-03-14 Andy PolyakovAvoid reading an unused byte after the buffer
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
next