aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge in DES changed from 0.9.7-stable.Richard Levitte2002-03-223-10/+10
|
* Fix bugs and typos.Bodo Möller2002-03-182-42/+77
| | | | | | | | | Add some WTLS curves. New function EC_GROUP_check() (this will probably be implemented differently soon). Submitted by: Nils Larsch Reviewed by: Bodo Moeller
* Initialize cipher context in KRB5Dr. Stephen Henson2002-03-141-4/+4
| | | | | | ("D. Russell" <russelld@aol.net>) Allow HMAC functions to use an alternative ENGINE.
* Fixes for 'no-hw' combined with 'no-SOME_CIPHER'.Bodo Möller2002-03-144-7/+7
| | | | | | Fix dsaparam usage output. Submitted by: Nils Larsch
* Fix the Win32_rename() function so it correctlyDr. Stephen Henson2002-03-082-10/+11
| | | | | | | | | returns an error code. Use the same code in Win9X and NT. Fix some ca.c options so they work under Win32: unlink/rename wont work under Win32 unless the file is closed.
* EC curve stuffBodo Möller2002-03-081-37/+75
| | | | Submitted by: Nils Larsch
* ENGINE module additions.Dr. Stephen Henson2002-03-062-5/+5
| | | | | | | | | | | | | | | Add "init" command to control ENGINE initialization. Call ENGINE_finish on initialized ENGINEs on exit. Reorder shutdown in apps.c: modules should be shut down first. Add test private key loader to openssl ENGINE: this just loads a private key in PEM format. Fix print format for dh length parameter.
* add SECG OIDsBodo Möller2002-03-061-0/+30
| | | | Submitted by: Nils Larsch
* fix 'ecdsaparam -C'Bodo Möller2002-03-051-17/+21
|
* fix printf callBodo Möller2002-03-051-1/+1
|
* fix 'ecdsaparam -C' outputBodo Möller2002-03-051-31/+22
| | | | Submitted by: Nils Larsch
* Increase internal security when using strncpy, by making sure the resulting ↵Richard Levitte2002-02-281-0/+8
| | | | string is NUL-terminated
* make update, after moving around symbols in libeay.num to matchRichard Levitte2002-02-261-334/+386
| | | | 0.9.7-stable.
* Fix new -aes command argument handlingDr. Stephen Henson2002-02-262-6/+6
|
* non-Monolith fixes.Dr. Stephen Henson2002-02-222-1/+3
| | | | Submitted by Andrew W. Gray <agray@iconsinc.com>
* Config code updates.Dr. Stephen Henson2002-02-2232-1/+112
| | | | | | | | | | | | | | | | | | | CONF_modules_unload() now calls CONF_modules_finish() automatically. Default use of section openssl_conf moved to CONF_modules_load() Load config file in several openssl utilities. Most utilities now load modules from the config file, though in a few (such as version) this isn't done because it couldn't be used for anything. In the case of ca and req the config file used is the same as the utility itself: that is the -config command line option can be used to specify an alternative file.
* Add AES support in the applications that support -des and -des3.Richard Levitte2002-02-207-4/+70
|
* gcc chokes on C++ comments in C code.Richard Levitte2002-02-161-1/+1
|
* Add the configuration target VxWorks.Richard Levitte2002-02-143-7/+41
|
* '-C' is still quite brokenBodo Möller2002-02-141-0/+7
|
* fix '-C'Bodo Möller2002-02-141-11/+5
|
* fix memory leakBodo Möller2002-02-141-1/+2
|
* EC_GROUP_get_group_by_name() is now called EC_GROUP_new_by_name()Bodo Möller2002-02-141-1/+1
|
* ECDSA supportBodo Möller2002-02-139-650/+1843
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2002-02-051-1/+4
|
* HP-UX 32bit:Lutz Jänicke2002-01-291-1/+7
| | | | | | | | | | | | | | | | | | | | * When linking against shared libraries, the absolute path is remembered. - When linking against -L.., '..' is remembered inside the executable, so it will fail after "make install" or when not called from inside the "apps/" subdirectory of the build tree. - When using the "+cdp" option of "ld", the ".." information can be exchanged against $(INSTALL_TOP)/lib. In this case the executable will however refuse to work before "make install" has been called. This makes testing the 'openssl' executable a problem. * Solution 1: Relink the "openssl" executable, when "make install" is called. This would however require significant changes to the toplevel Makefile and the apps/ Makefile. * Solution 2: Statically link against libssl and libcrypto, so that the "openssl" executable is no longer dependant on the openssl shared libraries. Select option 2 for HP-UX 32bit, as this requires the smallest change.
* Apply patch from Toomas Kiisk <vix@cyber.ee> and complete it.Richard Levitte2002-01-291-1/+1
|
* Apply the following changes by Toomas Kiisk <vix@cyber.ee>:Richard Levitte2002-01-253-58/+80
| | | | | | | | * make openssl rsa work with -engine chil * misc changes, including debug-linux-ppro Configure target and FORMAT_NETSCAPE-aware load_{,pub}key() This completes the application of his changes.
* I must learn to compile before I commit...Richard Levitte2002-01-251-1/+1
|
* Add -keyform. Document -engine.Richard Levitte2002-01-251-0/+6
|
* Prototype info function.Ben Laurie2002-01-122-2/+2
|
* make updateRichard Levitte2002-01-021-21/+22
|
* Implement speed measurement for AES.Richard Levitte2002-01-021-13/+117
| | | | | Submitted by Stephen Sprunk <stephen@sprunk.org> as part of his AES integration patch.
* RSA counter should only be defined of RSA is available.Richard Levitte2002-01-021-1/+2
|
* Change pkcs12 so the certificates coming from -in do not get tossed ifRichard Levitte2001-12-121-2/+8
| | | | -certfile is given as well.
* Improve back compatibility.Ben Laurie2001-12-091-3/+3
|
* fix warnings (one of them was clearly justified)Bodo Möller2001-12-071-3/+3
|
* Add -pubkey option to req command.Dr. Stephen Henson2001-12-011-10/+33
|
* check OPENSSL_NO_... before including header files that might beBodo Möller2001-11-221-5/+15
| | | | disabled
* In this particular error condition, the structural reference wasn't beingGeoff Thorpe2001-11-221-0/+1
| | | | released.
* Make it possible to give digest names as -evp arguments.Richard Levitte2001-11-151-27/+49
|
* If an engine isn't built in, try loading it as a shareable libraryRichard Levitte2001-11-151-2/+21
| | | | | instead. This also makes it possible for users to simply give said shareable library as argument for the -engine option.
* make updateRichard Levitte2001-11-151-26/+25
| | | | perl util/mkerr.pl -recurse -write -rebuild
* Change the order of events so the capabilities of loaded engines canRichard Levitte2001-11-141-6/+8
| | | | get listed as well.
* Implement STARTTLS for certain protocols, currently only supporting SMTP.Richard Levitte2001-11-141-2/+33
|
* more output for SSL 2.0 in our msg_callbackBodo Möller2001-11-101-0/+61
|
* Win32 fixes.Dr. Stephen Henson2001-11-061-8/+11
|
* Fix email address delete code.Dr. Stephen Henson2001-11-061-1/+1
|
* DOS and Windows do not like unistd.hRichard Levitte2001-11-052-0/+4
|
* If verify fails, say why.Ben Laurie2001-11-021-0/+1
|