summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/apps/engine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-494/+0
* whitespacederaadt2014-07-141-8/+8
* In openssl_startup(), call SSL_library_init() and SSL_load_error_strings().jsing2014-07-121-3/+1
* openssl(1) is only built as a single monolithic binary, so just calljsing2014-07-121-4/+1
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* Calling signal once to ignore SIGPIPE is sufficient - we do not need to dojsing2014-05-231-1/+0
* It is perfectly valid to call free(NULL), so stop checking for non-NULLjsing2014-05-191-8/+5
* Group and sort includes.jsing2014-05-181-3/+3
* bio_err is initialised in main, hence there is no need to initialise itjsing2014-05-181-3/+1
* When OPENSSL_C is not defined, apps_startup becomes ajsing2014-04-241-2/+2
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-6/+0
* Nuke the last of the windows related defines from the openssl apps.jsing2014-04-221-3/+0
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-2/+2
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-181-4/+2
* KaboomNFtedu2014-04-181-286/+259
* Mostly gut e_os.h:deraadt2014-04-171-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-9/+9
* spray the apps directory with anti-VMS napalm.tedu2014-04-161-6/+0
* resolve conflicts, fix local changesdjm2010-10-011-25/+32
* resolve conflictsdjm2009-04-061-2/+2
* resolve conflictsdjm2009-01-091-1/+1
* resolve conflictsdjm2008-09-061-6/+15
* resolve conflictsdjm2006-06-271-0/+4
* merge 0.9.7dmarkus2004-04-081-2/+2
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+10
* string cleaning; ok teduderaadt2003-04-261-2/+2
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+520