summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-166-40/+5
* Remove DES_read_password and DES_read_2passwords which are `modern' flavoursmiod2014-04-163-146/+1
* Your operating system memory allocation functions are your friend. If theybeck2014-04-163-443/+201
* dead filetedu2014-04-161-521/+0
* API compat fix. RAND_load_file can never fail now. discovered and ok beck.tedu2014-04-161-3/+7
* Remove non-posix support. Why is OPENSSL_isservice even here?tedu2014-04-161-229/+0
* Remove disabled code that wouldn't work now that cleanse_ptr wasmatthew2014-04-161-35/+18
* you do not want to do the things this program doestedu2014-04-161-932/+0
* strip this to the bonetedu2014-04-151-67/+3
* Three wrappers in this file: OPENSSL_strncasecmp, OPENSSL_strcasecmp,deraadt2014-04-151-93/+4
* use explicit_bzero instead of a bizarro "no compiler could ever be smarttedu2014-04-151-70/+3
* 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