summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* > As I walk through the valley of the shadow of deathtedu2014-04-1610-606/+4
* No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cmiod2014-04-161-2/+2
* No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allmiod2014-04-161-10/+1
* delete a few leftoverstedu2014-04-161-5/+1
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-162-2/+2
* whack the ifdef pinata:tedu2014-04-161-260/+5
* Zero-pad usec format to handle values less than 100,000 correctlyguenther2014-04-161-1/+1
* Mandatory Surgeon Guenther's Warning: This code could not possibly betedu2014-04-161-24/+24
* revert. the full horror has only now revealed itself.tedu2014-04-161-26/+21
* replace some bio_snprintf crazy with regular snprintf.tedu2014-04-161-21/+26
* More KNF.jsing2014-04-1610-104/+109
* Make this byzantine horror a shell of it's former self by stubbing thebeck2014-04-161-660/+17
* Some software expects RAND_status() to return 1 for success, so alwaysreyk2014-04-161-2/+10
* Clean up non-fatal error handling - we know which error numbers we havejsing2014-04-163-105/+0
* unbreak install; /usr/share/man/man3/EVP_PKEY_print_private.3 should link tosthen2014-04-161-2/+2
* Sync the list of man pages for libcrypto, explicity rename conflictingmpi2014-04-1610-56/+1576
* 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