summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des
AgeCommit message (Expand)Author
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.Brent Cook
2019-01-21lenght -> lengthJonathan Gray
2017-02-09DES keys are not 7 days long. ok jsing@Darren Tucker
2016-12-26Typo, "more then" -> "more than"Jeremie Courreges-Anglas
2016-12-21Explicitly export a list of symbols from libcrypto.Joel Sing
2016-03-20" the the " -> " the ", or in a couple of cases replace the superfluousKenneth R Westerback
2015-12-24More adress -> addressMichael McConville
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-10Correct spelling of OPENSSL_cleanse.Joel Sing
2015-02-12If you do not support POSIX I/O then you're not tall enough to ride...Joel Sing
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2014-10-28deregister; no binary changeJonathan Gray
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-12Remove useless comments in DES_is_weak_key(). Do we really care that thisMiod Vallat
2014-08-18replace more ROTATE macros with plain-old C code.Brent Cook
2014-07-22In DES_random_key(), force the generated key to the odd parity before checkingMiod Vallat
2014-07-11Only import cryptlib.h in the four source files that actually need it.Joel Sing
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesJoel Sing
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-07-09remove unused, private version strings except SSL_version_strBrent Cook
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-24Remove the _shadow_ indirection, which is unnecessary in a world withoutJoel Sing
2014-05-24Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.Joel Sing
2014-05-24Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atJoel Sing
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byJoel Sing
2014-05-22Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids theJoel Sing
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-27Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is toMiod Vallat
2014-04-24unifdef MSDOSGiovanni Bechis
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-22Remove files which look like actual code compiled in libcrypto, but isn't.Miod Vallat
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valueMiod Vallat
2014-04-21clean up files we don't needTed Unangst
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-18tone down some XXXXX to not appear in grepTed Unangst
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,Miod Vallat
2014-04-18Put the final pieces from e_os.h in the required places, and remove it.Theo de Raadt
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.Miod Vallat
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-17OPENSSL_DECLARE_EXIT serves no purpose.Theo de Raadt
2014-04-17unistd.h is always in the same place; no need to #include the result ofTheo de Raadt
2014-04-16Remove _CRAY references. Note that this pleads for the use of <stdint.h>Miod Vallat
2014-04-16Remove DES_read_password and DES_read_2passwords which are `modern' flavoursMiod Vallat
2014-04-16dead fileTed Unangst
2014-04-16you do not want to do the things this program doesTed Unangst
2014-04-15we don't use these files for buildingTed Unangst
2014-04-1512 years ago, old_des.h was used to provide compatibility with libdes.Ted Unangst
2014-04-1512 years ago, old_des.h was used to provide compatibility with libdes.Ted Unangst