summaryrefslogtreecommitdiff
path: root/lib/libcrypto/des
AgeCommit message (Expand)Author
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
2014-04-15imake died in a fire a long time agoTed Unangst
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Moved to regress/lib/libcrypto.Miod Vallat
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-15remove pentium specific benchmark codeJonathan Gray
2014-04-14unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was theMiod Vallat
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.Miod Vallat
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-09-01Oracle has re-licensed sunrpc under a three-clause BSD license.Todd C. Miller
2009-10-31s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).Igor Sobrado
2009-01-09resolve conflictsDamien Miller
2009-01-09import openssl-0.9.8jDamien Miller
2008-09-06remerge local tweaks, update per-arch configuration headers, updateDamien Miller
2008-09-06resolve conflictsDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2006-06-27resolve conflictsDamien Miller
2005-04-29resolve conflictsDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2005-03-29belive -> believeMiod Vallat
2004-04-08merge 0.9.7dMarkus Friedl
2003-11-18use bn_asm_vax.S (from netbsd); test + ok by miodMarkus Friedl
2003-11-13remove obsolete filesMarkus Friedl
2003-11-11merge 0.9.7c; minor bugsfixes;Markus Friedl
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptoMarkus Friedl
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@Hakan Olsson
2003-04-03Remove crypt macro, it conflicts with unistd.hHans Insulander