aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_des3.c
Commit message (Expand)AuthorAgeFilesLines
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-2/+3
* Fix Coverity 1201740 & 1201712: uninitialised valuesPauli2022-05-081-1/+2
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-151-3/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-16/+16
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-6/+5
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-0/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_is_partially_overlapping symbolShane Lontis2021-03-181-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Use local IV storage in e_des3.cBenjamin Kaduk2020-08-111-21/+16
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level DES functions.Pauli2020-01-251-0/+6
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Coverity CID 1444956: Integer handling issuesPauli2019-05-081-3/+5
* 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-11/+2
* 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-2/+11
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-0/+7
* RT2867: des_ede3_cfb1 ignored "size in bits" flagRich Salz2016-06-231-0/+2
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* evp/e_des[3].c: address compiler warnings, fix formatting.Andy Polyakov2016-02-121-12/+19
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* RT4247: Fix EVP_CIPHER_CTX opaque on sparcRich Salz2016-01-151-2/+2
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-34/+47
* Remove EVP_CHECK_DES_KEYEmilia Kasper2015-10-141-13/+0
* Typo.Dr. Stephen Henson2015-10-111-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-28/+0
* RAND_bytes updatesMatt Caswell2015-03-251-1/+2
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-3/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-356/+355
* Fix strange formatting by indentMatt Caswell2015-01-221-2/+2
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-10/+12
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/evpDr. Stephen Henson2014-12-081-3/+3
* evp/e_des3.c: fix typo with potential integer overflow on 32-bit platforms.Andy Polyakov2013-10-031-3/+3
* Algorithm parameter support.Dr. Stephen Henson2013-08-051-1/+2
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-171-0/+107
* Add support for SPARC T4 DES opcode.Andy Polyakov2013-03-311-21/+87
* Extensive reorganisation of PRNG handling in FIPS module: all callsDr. Stephen Henson2011-04-051-0/+2
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-15/+11
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-1/+2
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+3
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-101-3/+3
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-11/+52