summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove md2, jpake, and seed clutter.tedu2014-04-1516-2390/+0
* don't even pretend to build md2, seed, or jpaketedu2014-04-151-17/+3
* Remove wraparounds for operating systems which lack issetugid().deraadt2014-04-151-81/+15
* $infile="/home/eay/ssl/SSLeay/MINFO";tedu2014-04-1512-1854/+0
* The more you remove Chtulhu^WVMS tentacles, the more there aremiod2014-04-1526-52/+0
* we don't use these files for buildingtedu2014-04-1556-4817/+0
* 12 years ago, old_des.h was used to provide compatibility with libdes.tedu2014-04-156-815/+5
* imake died in a fire a long time agotedu2014-04-151-35/+0
* Crank major for libcrypto and libssl; more symbol removals to occur during themiod2014-04-152-4/+4
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-1511-810/+2
* Just like every web browser expands until it can read mail, every modularmiod2014-04-158-2151/+4
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-1566-979/+9
* Go home, VMS, you're drunkmiod2014-04-153-6559/+0
* In EC_POINT_invert(), actually check the correct function pointer for NULLmiod2014-04-151-1/+1
* No licence.miod2014-04-155-963/+0
* Moved to regress/lib/libcrypto.miod2014-04-1523-9461/+0
* Remove the GOST engine: It is not compiled or used and depends on thereyk2014-04-154-8/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-1534-683/+5
* Toss a `unifdef -U OPENSSL_SYS_WINDOWS' bomb into crypto/bio.jsing2014-04-155-169/+3
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-153-700/+739
* As we now remove it permanently, we no longer need NO_WINDOWS_BRAINDEATHbeck2014-04-152-6/+2
* Remove VMS code.jsing2014-04-151-320/+0
* Replace the old OpenSSL PRNG by direct use of arc4random_buf(), keeping themiod2014-04-1511-1626/+66
* remove a test directory. If anyone wants something this again, this isderaadt2014-04-1511-1826/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1522-4669/+4676
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-1525-69/+69
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1511-1970/+1994
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-1525-1789/+1834
* remove pentium specific benchmark codejsg2014-04-159-652/+0
* correct cases of code occuring directly after goto/break/returnjsg2014-04-151-1/+0
* revert 1.2 and define OPENSSL_NO_EC_NISTP_64_GCC_128 again, it has a downsidesthen2014-04-142-0/+6
* Remove eng_cryptodev.c (merged into old-name hw_cryptodev.c); movemiod2014-04-144-1460/+38
* used for windows dll builds onlymiod2014-04-142-4634/+0
* unifdef -U OPENBSD_DEV_CRYPTO and OPENSSL_OPENBSD_DEV_CRYPTO. This code was themiod2014-04-143-459/+0
* So the OpenSSL codebase does "get the time, add it as a random seed"deraadt2014-04-141-3/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-1456-5934/+0
* Remove the GMP engine: It was an experimental engine using libgmp asreyk2014-04-143-9/+0
* Remove the CAPI engine: It is a backend for the Windows CryptoAPI andreyk2014-04-142-4/+0
* replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,sthen2014-04-144-54/+33
* Remove the nuron engine. The static engine is not standalone and thereyk2014-04-143-5/+0
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-144-26/+0
* Don't bother compiling files which end up containingmiod2014-04-145-1293/+2
* two SHUTDOWN2 got away; noticed by beckderaadt2014-04-142-2/+4
* Use shutdown(s, SHUT_RDWR) instead of shutdown(s, 2).matthew2014-04-132-2/+2
* Cope with the removal of openssl/symhacks.hderaadt2014-04-1314-22/+1
* Remove various horrible socket syscall wrappers, especially SHUTDOWN*deraadt2014-04-138-67/+67
* Flense a variety of windows support stuff, and a strange gettimeofday function.beck2014-04-131-12/+0
* symhacks for vms are no longer neededbeck2014-04-131-481/+0
* Remove vms support stuff.beck2014-04-133-153/+1
* Remove some stuff that isn't needed.beck2014-04-136-35/+35