summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-03-23Fix integer overflow in evp_EncryptDecryptUpdateHugo Landau
2022-03-15Update copyright yearMatt Caswell
2022-01-13Fix a leak in EVP_DigestInit_ex()Matt Caswell
2021-12-14Update copyright yearMatt Caswell
2021-11-17evp: fix EVP_PKEY_get0_EC_KEY when EC_KEY is SM2zhaozg
2021-10-21Ensure pkey_set_type handles ENGINE references correctlyMatt Caswell
2021-10-07Fix some possible memory leaks in EVP_CipherInit_exBernd Edlinger
2021-08-24Update copyright yearMatt Caswell
2021-08-19sparc: fix cross compile buildPauli
2021-08-16s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki
2021-06-10s390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flagPatrick Steuer
2021-03-25Update copyright yearMatt Caswell
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2020-12-08Update copyright yearMatt Caswell
2020-11-27Update bio_ok.cihsinme
2020-09-22Update copyright yearMatt Caswell
2020-06-16EVP: allow empty strings to EVP_Decode* functionsRichard Levitte
2020-05-08Remove AES bitsliced S-box implementation from Boyar and PeraltaBernd Edlinger
2020-04-18Add AES consttime code for no-asm configurationsBernd Edlinger
2020-03-17Update copyright yearMatt Caswell
2020-02-06Avoid leak in error path of PKCS5_PBE_keyivgenkinichiro
2020-02-06Coverity CID 1444960: Error handling issuesPauli
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-12-16Ensure EVP_PKEY_set1_DH detects X9.42 keysMatt Caswell
2019-12-11Fix some typosVeres Lajos
2019-11-29EVP_*Update: ensure that input NULL with length 0 isn't passedMatt Caswell
2019-11-21EVP p_lib: Add NULL check to EVP_PKEY_missing_parameters.Pauli
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-11-17Add missing EVP_PKEY_METHOD accessors for digestsign and digestverifyAnthony Hu
2019-10-28Allow EVP_PKEY_get0_RSA for RSA-PSS keysTobias Nießen
2019-10-03Define AESNI_ASM if AESNI assembler is included, and use itRichard Levitte
2019-10-03Fix iOS simulator buildBernd Edlinger
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-10Update copyright yearMatt Caswell
2019-09-07Remove x86/x86_64 BSAES and AES_ASM supportBernd Edlinger
2019-08-18Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-05-28Update copyright yearRichard Levitte
2019-05-22s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer
2019-05-21Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"Matt Caswell
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2019-04-10EVP_*Update: ensure that input NULL with length 0 isn't passedRichard Levitte
2019-04-06Fix the allocation size in EVP_OpenInit and PEM_SignFinalBernd Edlinger
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell