summaryrefslogtreecommitdiff
path: root/crypto/evp/e_camellia.c
Commit message (Collapse)AuthorAgeFilesLines
* RT4247: Add missing patchRich Salz2016-01-171-3/+3
| | | | | | Missed the camellia EVP update. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-28/+49
| | | | | | | | They all stop including evp_locl.h, so we also take care of their adaptation to opaque EVP_CIPHER_CTX, as was promised in an earlier commit. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-181-1/+1
| | | | | | | Since we don't use the eay style any more, there's no point tryint to tell emacs to use it. Reviewed-by: Matt Caswell <matt@openssl.org>
* Add Camellia CTR mode.Andy Polyakov2015-02-111-6/+3
| | | | Reviewed-by: Rich Salz <rsalz@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-290/+275
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov2013-12-181-1/+1
| | | | It worked because it was never called.
* 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
| | | | leave comment about CTR mode.
* Remove unused static function.Ben Laurie2012-11-051-0/+2
|
* Add SPARC T4 Camellia support.Andy Polyakov2012-10-111-31/+307
| | | | Submitted by: David Miller
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-1/+1
| | | | | | | | | | | | | | Set EVP_CIPH_FLAG_FIPS on approved ciphers. Support "default ASN1" flag which avoids need for ASN1 dependencies in FIPS code. Include some defines to redirect operations to a "tiny EVP" implementation in some FIPS source files. Change m_sha1.c to use EVP_PKEY_NULL_method: the EVP_MD sign/verify functions are not used in OpenSSL 1.0 and later for SHA1 and SHA2 ciphers: the EVP_PKEY API is used instead.
* Fix C++ style comments, change assert to OPENSSL_assert, stop warning withDr. Stephen Henson2006-08-311-0/+6
| | | | pedantic mode.
* Camellia cipher, contributed by NTTBodo Möller2006-06-111-0/+125
Submitted by: Masashi Fujita Reviewed by: Bodo Moeller