Support setting SM2 ID
[openssl.git] / crypto / evp / e_des.c
2018-04-03 Matt CaswellUpdate copyright year
2018-04-02 Kurt RoeckxUse the private RNG for data that is not public
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-02-12 Andy Polyakovevp/e_des[3].c: address compiler warnings, fix formatting.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-16 Rich SalzRT4247: Fix EVP_CIPHER_CTX opaque on sparc
2016-01-12 Richard LevitteAdapt builtin cipher implementations to opaque EVP_CIPHER
2015-10-14 Emilia KasperRemove EVP_CHECK_DES_KEY
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-03-31 Andy PolyakovAdd support for SPARC T4 DES opcode.
2008-12-29 Andy PolyakovFix "possible loss of data" Win64 compiler warnings.
2008-10-31 Andy Polyakovsize_t-fy EVP_CIPHER. Note that being size_t-fied it...
2006-04-20 Nils Larschas we encrypt every bit separately we need to loop...
2004-03-28 Dr. Stephen HensonEnhance EVP code to generate random symmetric keys...
2004-01-27 Andy PolyakovCFB DES sync-up with FIPS branch.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_DES.
2002-02-16 Richard LevitteThe AES modes OFB and CFB are defined with 128 feedback...
2001-10-24 Richard LevitteDue to an increasing number of clashes between modern...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-06-03 Ben LaurieEVP constification.
2000-05-30 Dr. Stephen HensonFourth phase EVP revision.