summaryrefslogtreecommitdiff
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* Implement FIPS_mode and FIPS_mode_setsteve2011-05-191-4/+1
* Enter FIPS mode by calling FIPS_module_mode_set in openssl.c untilsteve2011-05-121-1/+4
* FIPS mode support for openssl utility: doesn't work properly yet duesteve2011-04-041-0/+16
* For VMS, implement the possibility to choose 64-bit pointers withlevitte2011-03-251-29/+35
* * apps/openssl.c: For VMS, take care of copying argv if needed much earlier,levitte2011-03-201-28/+56
* After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSlevitte2011-03-191-0/+26
* Fix warnings about ignoring fgets return valuesteve2009-10-041-1/+2
* Allow use of algorithm and cipher names for dgsts and enc utilities insteadsteve2009-03-301-0/+15
* From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.bodo2008-09-151-3/+15
* Avoid warnings with -pedantic, specifically:steve2008-07-041-1/+1
* Stop warning about extra ';' outside of function.steve2008-05-311-2/+2
* LHASH revamp. make depend.ben2008-05-261-28/+24
* New functions to enumerate digests and ciphers.steve2006-07-091-0/+55
* Camellia cipher, contributed by NTTbodo2006-06-091-1/+9
* Add an explicit load_config() call so any added algorithms aresteve2006-04-041-0/+4
* New function to retrieve ASN1 info on public key algorithms. New commandsteve2006-04-041-5/+48
* some const fixesnils2005-04-051-5/+6
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allbodo2003-08-141-1/+1
* Add the possibility to build without the ENGINE framework.levitte2003-01-301-0/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* allocate bio_err before memory debugging is enabled to avoid memory leaksbodo2002-11-181-4/+4
* Security fixes brought forward from 0.9.7.ben2002-11-131-11/+7
* Make sure that the 'config' variable is correctly defined and declaredlevitte2002-10-091-1/+1
* Reorder inclusion of header files:jaenicke2002-07-101-1/+1
* Allow longer program names (VMS allows up to 39 characters).levitte2002-04-061-2/+2
* Stop spurious "unable to load config info" errors in reqsteve2001-10-211-1/+6
* New functions SSL[_CTX]_set_msg_callback().bodo2001-10-201-1/+1
* Reduce the header dependencies on engine.h in apps/.geoff2001-09-121-0/+1
* Put all "common" initialisation in the apps_startup() and apps_shutdown()geoff2001-09-101-9/+0
* restore previous revision -- memory leak should be fixed in mem.cbodo2001-09-101-2/+2
* fix memory leakbodo2001-09-101-2/+2
* Fix apps/openssl.c and ssl/ssltest.c so that they usebodo2001-09-101-2/+7
* Modify apps to use NCONF code instead of old CONF code.steve2001-06-281-4/+5
* apps_startup() needs a corresponding apps_shutdown().levitte2001-06-231-1/+2
* Fix UI leak in apps.steve2001-06-231-0/+1
* Clean up ENGINE before exiting.levitte2001-04-261-0/+2
* Forcibly enable memory leak checking during "make test"bodo2001-03-111-1/+7
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-3/+3
* Locking issues.bodo2000-12-151-0/+126
* Constification of the data of a hash table. This means the callbacklevitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.geoff2000-12-081-11/+17
* Fix warnings.ben2000-12-031-2/+2
* Use the new LHASH macros to declare type-safe wrapper functions that cangeoff2000-12-021-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andgeoff2000-12-011-1/+3
* Make all engines available in the openssl application.levitte2000-11-061-0/+1
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-201-2/+14
* Make it so we can dynamically enable memory allocation debugging through thelevitte2000-08-011-0/+2
* There have been a number of complaints from a number of sources that nameslevitte2000-06-011-1/+1
* Eliminate memory leaks in mem_dbg.c.bodo2000-03-181-1/+1
* e_os.h: don't do double work with status codes.levitte2000-03-181-1/+1