summaryrefslogtreecommitdiff
path: root/crypto/evp/e_camellia.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-2/+2
* Use local IV storage in e_camellia.cBenjamin Kaduk2020-08-111-20/+15
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use build.info, not ifdef for crypto modulesRich Salz2020-04-161-28/+24
* Deprecate Low Level Camellia APIsMatt Caswell2020-01-131-0/+6
* EVP & PROV: Fix all platform inclusionsRichard Levitte2019-12-191-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-28/+1
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-271-1/+1
* Fix some bugs with the cfb1 bitsize handlingBernd Edlinger2018-02-231-1/+3
* Copyright consolidation 04/10Rich Salz2016-05-171-51/+6
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+2
* Use NON_EMPTY_TRANSLATION_UNIT, consistently.Rich Salz2016-02-091-7/+4
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4247: Add missing patchRich Salz2016-01-171-3/+3
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-28/+49
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
* Add Camellia CTR mode.Andy Polyakov2015-02-111-6/+3
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-290/+275
* evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov2013-12-181-1/+1
* correct error function codeDr. Stephen Henson2012-11-051-1/+1
* e_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FLAG_FIPS, andAndy Polyakov2012-11-051-6/+6
* Remove unused static function.Ben Laurie2012-11-051-0/+2
* Add SPARC T4 Camellia support.Andy Polyakov2012-10-111-31/+307
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-1/+1
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-311-0/+6
* Camellia cipher, contributed by NTTBodo Möller2006-06-111-0/+125