summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_camellia.c
AgeCommit message (Expand)Author
2021-10-28fix some code with obvious wrong coding stylex2018
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-08-11Use local IV storage in e_camellia.cBenjamin Kaduk
2020-04-23Update copyright yearMatt Caswell
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-01-13Deprecate Low Level Camellia APIsMatt Caswell
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-02-27Update copyright yearMatt Caswell
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-02-09Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-17RT4247: Add missing patchRich Salz
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-02-11Add Camellia CTR mode.Andy Polyakov
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2013-12-18evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov
2012-11-05correct error function codeDr. Stephen Henson
2012-11-05e_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FLAG_FIPS, andAndy Polyakov
2012-11-05Remove unused static function.Ben Laurie
2012-10-11Add SPARC T4 Camellia support.Andy Polyakov
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson
2006-08-31Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson
2006-06-11Camellia cipher, contributed by NTTBodo Möller