summaryrefslogtreecommitdiff
path: root/crypto/evp/e_des.c
Commit message (Expand)AuthorAgeFilesLines
* Use local IV storage in e_des.cBenjamin Kaduk2020-08-111-11/+11
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DES functions.Pauli2020-01-251-0/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Structure alignment macro.Pauli2019-05-011-2/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-04-031-1/+1
* Use the private RNG for data that is not publicKurt Roeckx2018-04-021-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-7/+1
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+1
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-1/+7
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+6
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-13/+17
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-121-13/+22
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2016-01-151-1/+1
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-26/+41
* Remove EVP_CHECK_DES_KEYEmilia Kasper2015-10-141-5/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-165/+161
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-4/+52
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+2
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-17/+64
* as we encrypt every bit separately we need to loop through the numberNils Larsch2006-04-201-1/+1
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-7/+31
* CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-271-2/+35
* Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte2003-03-201-1/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-1/+1
* Due to an increasing number of clashes between modern OpenSSL andRichard Levitte2001-10-241-9/+9
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-6/+7
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* EVP constification.Ben Laurie2000-06-031-10/+16
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+112