aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-6/+3
* free null cleanup finaleRich Salz2015-05-011-6/+3
* In apps, malloc or dieRich Salz2015-04-301-3/+1
* CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz2015-04-271-2/+1
* Add readline (etc) supportRich Salz2015-04-261-2/+30
* Remove the special list-xxxx commandsRich Salz2015-04-261-77/+45
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-296/+435
* free NULL cleanupRich Salz2015-03-251-4/+2
* Fix memory leak reporting.Dr. Stephen Henson2015-02-091-4/+4
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-6/+1
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-2/+2
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-21/+21
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-537/+502
* RT3548: Remove unsupported platformsRich Salz2015-01-121-2/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Fix memory leak in the appsKurt Roeckx2014-12-301-2/+3
* Call RAND_cleanup in openssl application.Dr. Stephen Henson2013-03-281-0/+1
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-4/+1
* Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilDr. Stephen Henson2011-05-121-1/+4
* FIPS mode support for openssl utility: doesn't work properly yet dueDr. Stephen Henson2011-04-041-0/+16
* For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte2011-03-251-29/+35
* * apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte2011-03-201-28/+56
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte2011-03-191-0/+26
* Fix warnings about ignoring fgets return valueDr. Stephen Henson2009-10-041-1/+2
* Allow use of algorithm and cipher names for dgsts and enc utilities insteadDr. Stephen Henson2009-03-301-0/+15
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller2008-09-151-3/+15
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* Stop warning about extra ';' outside of function.Dr. Stephen Henson2008-05-311-2/+2
* LHASH revamp. make depend.Ben Laurie2008-05-261-28/+24
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+55
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-1/+9
* Add an explicit load_config() call so any added algorithms areDr. Stephen Henson2006-04-041-0/+4
* New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson2006-04-041-5/+48
* some const fixesNils Larsch2005-04-051-5/+6
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-141-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-181-4/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-11/+7
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-091-1/+1
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2001-10-211-1/+6
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-1/+1
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-0/+1
* Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe2001-09-101-9/+0
* restore previous revision -- memory leak should be fixed in mem.cBodo Möller2001-09-101-2/+2
* fix memory leakBodo Möller2001-09-101-2/+2
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-2/+7
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-4/+5