summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/req.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-1602/+0
* whitespacederaadt2014-07-141-17/+17
* unifdef a whole bunch of NO RSA/DSA/ECDH defines i deleted from libssltedu2014-07-091-11/+1
* Use strtonum() instead of atoi(), and then impose what are we thinkderaadt2014-06-281-5/+21
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* Stop pretending that openssl(1) applications support the -rand option.jsing2014-06-021-9/+0
* 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-2/+1
* Group and sort includes.jsing2014-05-181-9/+13
* bio_err is initialised in main, hence there is no need to initialise itjsing2014-05-181-4/+0
* unifdef -U LINTjsing2014-04-241-3/+0
* When OPENSSL_C is not defined, apps_startup becomes ajsing2014-04-241-2/+2
* Nuke the last of the windows related defines from the openssl apps.jsing2014-04-221-3/+0
* truncation check some snprintf calls (over-cautiously in case)deraadt2014-04-191-12/+47
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-6/+6
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-8/+8
* $HOME/.rnd will never be a good source of entropy. ok becktedu2014-04-181-14/+0
* whitespace normalizationtedu2014-04-181-24/+22
* Remove MAIN and PROG defines now that we do not compile non-monolithic.jsing2014-04-181-4/+2
* KaboomNFtedu2014-04-181-1069/+876
* Make MONOLITH the default and only optionmatthew2014-04-171-23/+0
* oops, exit vs return; spotted by matthewderaadt2014-04-171-1/+1
* since we're replacing LIST_SEPARATOR_CHAR with ':', no point using %csthen2014-04-171-1/+1
* Mostly gut e_os.h:deraadt2014-04-171-2/+2
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-4/+4
* spray the apps directory with anti-VMS napalm.tedu2014-04-161-12/+0
* remove BIO_snprintf usage - convert to snprintf.beck2014-04-151-7/+8
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-14/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-4/+4
* remove more cases of MS_STATIC, MS_CALLBACK, and MS_FAR. Did youderaadt2014-04-131-1/+1
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-6/+7
* resolve conflictsdjm2012-10-131-4/+82
* resolve conflicts, fix local changesdjm2010-10-011-215/+288
* resolve conflictsdjm2008-09-061-51/+172
* resolve conflictsdjm2005-04-291-6/+18
* merge 0.9.7dmarkus2004-04-081-17/+17
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-17/+40
* more strcpy & sprintf murder; ho okderaadt2003-04-041-19/+19
* merge with openssl-0.9.7-stable-SNAP-20020911,markus2002-09-141-5/+11
* Merge openssl-0.9.7-stable-SNAP-20020519beck2002-05-211-108/+6
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-207/+498
* openssl-engine-0.9.6a mergebeck2001-06-221-5/+4
* openssl-engine-0.9.6 mergebeck2000-12-151-36/+91
* OpenSSL 0.9.5a mergebeck2000-04-151-2/+2
* OpenSSL 0.9.5 mergebeck2000-03-191-164/+247
* OpenSSL 0.9.4 mergebeck1999-09-291-131/+191
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+1137