summaryrefslogtreecommitdiff
path: root/crypto/des/ede_cbcm_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Make sure we get the definition of OPENSSL_EXTERN, OPENSSL_NO_DES,Richard Levitte2003-03-201-0/+2
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-11/+11
* Make EVPs allocate context memory, thus making them extensible. RationaliseBen Laurie2001-07-301-2/+2
* Since there has been reports of clashes between OpenSSL'sRichard Levitte2001-03-291-8/+8
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Change type of various DES function arguments from des_cblockBodo Möller1999-05-161-7/+8
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-10/+3
* Fix couple of ANSI declarations and prototypesDr. Stephen Henson1999-03-101-6/+10
* Add OAEP.Ben Laurie1999-02-171-0/+5
* Fix ghastly DES declarations, and all consequential warnings.Ben Laurie1999-02-131-10/+7
* Add support for 3DES CBCM mode.Ben Laurie1999-02-131-0/+195