summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2015-06-15RT2547: Tighten perms on generated privkey filesRich Salz
2015-06-09Use bio_err not stderr in apps.Rich Salz
2015-06-02RT3848: Call SSL_COMP_free_compression_methodsGunnar Kudrjavets
2015-05-29Restore module loadingRichard Levitte
2015-05-28RT3876: Only load config when neededRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-27CRYPTO_mem_leaks should ignore it's BIO argument.Rich Salz
2015-04-26Add readline (etc) supportRich Salz
2015-04-26Remove the special list-xxxx commandsRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-02-09Fix memory leak reporting.Dr. Stephen Henson
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-30Fix memory leak in the appsKurt Roeckx
2013-03-28Call RAND_cleanup in openssl application.Dr. Stephen Henson
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson
2011-05-12Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilDr. Stephen Henson
2011-04-04FIPS mode support for openssl utility: doesn't work properly yet dueDr. Stephen Henson
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-20* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-03-30Allow use of algorithm and cipher names for dgsts and enc utilities insteadDr. Stephen Henson
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-04-04Add an explicit load_config() call so any added algorithms areDr. Stephen Henson
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
2005-04-05some const fixesNils Larsch
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller