summaryrefslogtreecommitdiff
path: root/lib/libcrypto
AgeCommit message (Expand)Author
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-16Your operating system memory allocation functions are your friend. If theyBob Beck
2014-04-16dead fileTed Unangst
2014-04-16API compat fix. RAND_load_file can never fail now. discovered and ok beck.Ted Unangst
2014-04-16Remove non-posix support. Why is OPENSSL_isservice even here?Ted Unangst
2014-04-16Remove disabled code that wouldn't work now that cleanse_ptr wasMatthew Dempsky
2014-04-16you do not want to do the things this program doesTed Unangst
2014-04-15strip this to the boneTed Unangst
2014-04-15Three wrappers in this file: OPENSSL_strncasecmp, OPENSSL_strcasecmp,Theo de Raadt
2014-04-15use explicit_bzero instead of a bizarro "no compiler could ever be smartTed Unangst
2014-04-15remove md2, jpake, and seed clutter.Ted Unangst
2014-04-15Remove wraparounds for operating systems which lack issetugid().Theo de Raadt
2014-04-15 $infile="/home/eay/ssl/SSLeay/MINFO";Ted Unangst
2014-04-15The more you remove Chtulhu^WVMS tentacles, the more there areMiod Vallat
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-15Crank major for libcrypto and libssl; more symbol removals to occur during theMiod Vallat
2014-04-15The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow forMiod Vallat
2014-04-15Just like every web browser expands until it can read mail, every modularMiod Vallat
2014-04-15remove FIPS mode support. people who require FIPS can buy something thatTed Unangst
2014-04-15Go home, VMS, you're drunkMiod Vallat
2014-04-15In EC_POINT_invert(), actually check the correct function pointer for NULLMiod Vallat
2014-04-15No licence.Miod Vallat
2014-04-15Moved to regress/lib/libcrypto.Miod Vallat
2014-04-15Remove the GOST engine: It is not compiled or used and depends on theReyk Floeter
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternityBob Beck
2014-04-15Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.Joel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATHBob Beck
2014-04-15Remove VMS code.Joel Sing
2014-04-15Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping theMiod Vallat
2014-04-15remove a test directory. If anyone wants something this again, this isTheo de Raadt
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsBob Beck
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15First pass at applying KNF to the OpenSSL code, which almost makes itJoel Sing
2014-04-15remove pentium specific benchmark codeJonathan Gray
2014-04-15correct cases of code occuring directly after goto/break/returnJonathan Gray
2014-04-14revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsideStuart Henderson
2014-04-14Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); moveMiod Vallat
2014-04-14used for windows dll builds onlyMiod Vallat
2014-04-14unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was theMiod Vallat
2014-04-14So the OpenSSL codebase does "get the time, add it as a random seed"Theo de Raadt
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-14Remove the GMP engine: It was an experimental engine using libgmp asReyk Floeter
2014-04-14Remove the CAPI engine: It is a backend for the Windows CryptoAPI andReyk Floeter