summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/des
AgeCommit message (Expand)AuthorFilesLines
2019-01-21lenght -> lengthjsg1-1/+1
2017-02-09DES keys are not 7 days long. ok jsing@dtucker1-2/+2
2016-12-26Typo, "more then" -> "more than"jca1-2/+2
2016-12-21Explicitly export a list of symbols from libcrypto.jsing2-2/+11
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluouskrw1-1/+1
2015-12-24More adress -> addressmmcc1-1/+1
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.miod1-131/+0
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-3/+3
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...jsing2-10/+2
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod1-7/+1
2015-02-07Delete a lot of #if 0 code in libressl.doug4-78/+4
2014-10-28deregister; no binary changejsg18-94/+94
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().jsing2-8/+7
2014-10-12Remove useless comments in DES_is_weak_key(). Do we really care that thismiod1-14/+10
2014-08-18replace more ROTATE macros with plain-old C code.bcook1-15/+6
2014-07-22In DES_random_key(), force the generated key to the odd parity before checkingmiod1-8/+8
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing2-7/+5
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing3-6/+11
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod1-6/+6
2014-07-09remove unused, private version strings except SSL_version_strbcook2-69/+1
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,miod2-231/+0
2014-06-12tags as requested by miod and teduderaadt29-29/+30
2014-05-24Remove the _shadow_ indirection, which is unnecessary in a world withoutjsing3-7/+4
2014-05-24Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing3-8/+7
2014-05-24Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atjsing1-2/+3
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing1-2/+3
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing3-7/+5
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod2-12/+0
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod3-20/+1
2014-04-24unifdef MSDOSgiovanni1-12/+1
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@miod1-1/+1
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.miod1-99/+0
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valuemiod5-1157/+0
2014-04-21clean up files we don't needtedu19-1352/+0
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther1-1/+1
2014-04-18tone down some XXXXX to not appear in greptedu1-1/+1
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod1-5/+6
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.deraadt2-2/+0
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.miod1-3/+1
2014-04-17Change library to use intrinsic memory allocation functions instead ofbeck2-4/+4
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.deraadt1-1/+0
2014-04-17unistd.h is always in the same place; no need to #include the result ofderaadt3-11/+3
2014-04-16Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod1-14/+0
2014-04-16Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2-144/+0
2014-04-16dead filetedu1-521/+0
2014-04-16you do not want to do the things this program doestedu1-932/+0
2014-04-15we don't use these files for buildingtedu1-108/+0
2014-04-1512 years ago, old_des.h was used to provide compatibility with libdes.tedu5-812/+3
2014-04-15imake died in a fire a long time agotedu1-35/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu2-10/+0