Check return value of OBJ_nid2obj in dsa_pub_encode.
[openssl.git] / crypto / evp /
2017-10-03 Dr. Stephen HensonEVP_PKEY_METHOD accessor functions.
2017-07-24 Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-19 Matt CaswellRemove some dead code
2017-07-19 Matt CaswellFix undefined behaviour in e_aes_cbc_hmac_sha256.c...
2017-07-05 Richard LevitteFix small UI issues
2017-05-02 Rich SalzRT2867: des_ede3_cfb1 ignored "size in bits" flag
2017-04-24 Rich Salzcheck length sanity before correcting in EVP_CTRL_AEAD_...
2017-03-25 Bernd EdlingerDon't access memory before checking the correct length...
2017-02-07 Bernd Edlingeraes_gcm_cleanup() should check that gctx != NULL before
2017-02-07 Bernd EdlingerFix a crash in EVP_CIPHER_CTX_cleanup due to cipher_dat...
2017-02-06 Bernd EdlingerCombined patch for the more or less obvious issues
2017-01-26 Andy Polyakovcrypto/evp: harden RC4_MD5 cipher.
2016-12-20 Richard LevitteReformat M_check_autoarg to match our coding style
2016-12-20 Richard LevitteM_check_autoarg: sanity check the key
2016-10-20 Cristian Stoicaremove redundant zero assignments
2016-10-18 Patrick SteuerFix strict-warnings build
2016-08-26 Richard LevitteImprove the definition of STITCHED_CALL in e_rc4_hmac_md5.c
2016-08-22 David BenjaminDon't check for malloc failure twice.
2016-08-19 Rich SalzFix NULL-return checks in 1.0.2
2016-08-19 Richard Levitteevp_test.c: avoid warning from having a pointer differe...
2016-07-26 Dr. Stephen HensonNote cipher BIO write errors too.
2016-07-26 Dr. Stephen HensonSet error if EVP_CipherUpdate fails.
2016-07-05 Cristian Stoicaremove double initialization of cryptodev engine
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-06-24 Matt CaswellEnsure HMAC key gets cleansed after use
2016-06-13 Rich SalzRT4560: Initialize variable to NULL
2016-06-03 Dirk FeytonsFix build with no-cmac
2016-05-31 Dr. Stephen HensonParameter copy sanity checks.
2016-05-26 Matt CaswellCheck for malloc failure in EVP_PKEY_keygen()
2016-05-08 Dr. Stephen HensonOnly call FIPS_update, FIPS_final in FIPS mode.
2016-05-05 Dr. Stephen HensonUse default ASN.1 for SEED.
2016-05-03 Matt Caswellmake update
2016-05-03 Kurt RoeckxCheck that we have enough padding characters.
2016-05-03 Matt CaswellEnsure EVP_EncodeUpdate handles an output length that...
2016-05-03 Matt CaswellAvoid overflow in EVP_EncodeUpdate
2016-05-03 Matt CaswellFix encrypt overflow
2016-03-18 Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-02-19 Andy Polyakovevp/e_des3.c: address compiler warning.
2016-02-13 Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-09 Matt CaswellFix missing malloc return value checks
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniCheck memory allocation
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-10-13 Dr. Stephen HensonRFC5753 compliance.
2015-10-10 Dr. Stephen HensonTypo.
2015-09-19 Viktor DukhovniFix indentation
2015-09-17 Emilia Kasperbase64 decode: check for high bit
2015-09-17 Emilia KasperRT3757: base64 encoding bugs
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-09-10 Emilia KasperRT3754: check for NULL pointer
2015-08-12 Dr. Stephen HensonReturn error for unsupported modes.
2015-07-06 Dr. Stephen HensonRelax CCM tag check.
2015-06-11 Andy Polyakove_aes_cbc_hmac_sha*.c: address linker warning about...
2015-06-08 Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-06-03 Sergey AgievichAdd funtions to set item_sign and item_verify
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-05-20 Kurt RoeckxCorrectly check for export size limit
2015-04-30 Matt CaswellSanity check EVP_EncodeUpdate buffer len
2015-04-30 Matt CaswellSanity check EVP_CTRL_AEAD_TLS_AAD
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-25 Matt CaswellFix RAND_(pseudo_)?_bytes returns
2015-03-12 Matt CaswellFix EVP_DigestInit_ex with NULL digest
2015-03-12 Andy Polyakovevp/e_aes.c: fix SPARC T4-specific problem:
2015-02-26 Matt CaswellFix evp_extra_test.c with no-ec
2015-02-25 Matt CaswellImport evp_test.c from BoringSSL. Unfortunately we...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-22 Matt CaswellFix strange formatting by indent
2015-01-22 Matt Caswellindent has problems with comments that are on the right...
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-06 Andy PolyakovRemove inconsistency in ARM support.
2014-12-17 Emilia KasperAdd a comment noting the padding oracle.
2014-12-17 Emilia KasperRevert "RT3425: constant-time evp_enc"
2014-12-17 Richard LevitteClear warnings/errors within KSSL_DEBUG code sections
2014-09-25 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Emilia KasperRT3425: constant-time evp_enc
2014-08-21 Emilia KasperFix build when BSAES_ASM is defined but VPAES_ASM is not
2014-08-20 Andy Polyakovcrypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler...
2014-07-20 Andy PolyakovInitial POWER8 support from development branch.
2014-07-17 Dr. Stephen HensonMake *Final work for key wrap again.
2014-07-17 Dr. Stephen HensonSanity check lengths for AES wrap algorithm.
2014-06-30 Dr. Stephen HensonFix copy for CCM, GCM and XTS.
2014-06-30 Dr. Stephen HensonMake EVP_Digest* work again.
2014-06-29 Dr. Stephen HensonMake CMAC work with EVP_PKEY.
2014-06-29 ZNVMake EVP_CIPHER_CTX_copy work in GCM mode.
2014-06-27 Dr. Stephen HensonFix for EVP_PBE_alg_add().
2014-06-17 Felix Laurie von... Fix signed/unsigned comparisons.
2014-06-17 Felix Laurie von... Fix shadow declaration.
2014-06-14 Andy Polyakovevp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
2014-06-10 Andy PolyakovEngage ARMv8 AES support [from HEAD].
2014-05-06 Geoff Thorpeevp: prevent underflow in base64 decoding
2014-05-06 Dr. Stephen HensonInitialize num properly.
2014-04-02 Eric YoungFix base64 decoding bug.
2014-03-02 Dr. Stephen HensonUse nid not cipher type as some ciphers don't have...
2014-03-02 Dr. Stephen HensonMake null cipher work in FIPS mode.
2014-03-01 Dr. Stephen HensonAdd additional FIPS digests.
2014-02-27 Dr. Stephen HensonFix fips flag handling.
next