summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-112-7/+5
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-103-6/+11
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-6/+6
* remove unused, private version strings except SSL_version_strbcook2014-07-092-69/+1
* Remove undocumented _des_crypt() interface and its companion header file,miod2014-07-082-231/+0
* tags as requested by miod and teduderaadt2014-06-1229-29/+30
* Remove the _shadow_ indirection, which is unnecessary in a world withoutjsing2014-05-243-7/+4
* Expand the OPENSSL_.*GLOBAL.* macros and stop including e_os2.h.jsing2014-05-243-8/+7
* Explicitly include <openssl/openssl.conf>. des.h still needs e_os2.h (atjsing2014-05-241-2/+3
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-2/+3
* Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids thejsing2014-05-223-7/+5
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-282-12/+0
* Unifdef -U OPENSSL_BUILD_SHLIBCRYPTO, since all it causes under Unix is tomiod2014-04-273-20/+1
* unifdef MSDOSgiovanni2014-04-241-12/+1
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-1/+1
* Remove files which look like actual code compiled in libcrypto, but isn't.miod2014-04-221-99/+0
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-225-1157/+0
* clean up files we don't needtedu2014-04-2119-1352/+0
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* tone down some XXXXX to not appear in greptedu2014-04-181-1/+1
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-5/+6
* Put the final pieces from e_os.h in the required places, and remove it.deraadt2014-04-182-2/+0
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-3/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-4/+4
* OPENSSL_DECLARE_EXIT serves no purpose.deraadt2014-04-171-1/+0
* unistd.h is always in the same place; no need to #include the result ofderaadt2014-04-173-11/+3
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-14/+0
* Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2014-04-162-144/+0
* dead filetedu2014-04-161-521/+0
* you do not want to do the things this program doestedu2014-04-161-932/+0
* we don't use these files for buildingtedu2014-04-151-108/+0
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-155-812/+3
* imake died in a fire a long time agotedu2014-04-151-35/+0
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-152-10/+0
* Moved to regress/lib/libcrypto.miod2014-04-151-952/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-46/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-1/+1
* remove pentium specific benchmark codejsg2014-04-152-134/+0
* unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod2014-04-141-4/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-171/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-2/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-135-1015/+7
* resolve conflictsdjm2012-10-132-0/+12
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-2/+3
|\
| * import OpenSSL-1.0.1cdjm2012-10-131-2/+3
* | resolve conflicts, fix local changesdjm2010-10-0116-767/+356
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-2/+4
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-0111-75/+320
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-37/+18
|\ \ \ | | |/ | |/|
| * | import OpenSSL-1.0.0adjm2010-10-013-71/+54