aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Fix smime -pk7out.Dr. Stephen Henson2006-05-221-1/+1
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-65/+84
* Multiple signer support in smime application.Dr. Stephen Henson2006-05-181-6/+92
* Reformat smime.c utility.Dr. Stephen Henson2006-05-181-124/+57
* New option to pkcs12 utility to set alternative MAC digest algorithm.Dr. Stephen Henson2006-05-171-1/+18
* Don't try to print PBE information if it can't be decoded.Dr. Stephen Henson2006-05-171-2/+4
* Oops...Dr. Stephen Henson2006-05-171-8/+18
* HMAC OIDs from RFC4231.Dr. Stephen Henson2006-05-171-18/+8
* Gather keygen options in req and only use them after all other options haveDr. Stephen Henson2006-05-161-19/+33
* Bugfix: the NONE string for PBE algorithms wasn't working.Dr. Stephen Henson2006-05-151-23/+23
* In interactive mode only config OpenSSL once.Dr. Stephen Henson2006-05-121-0/+4
* make updateRichard Levitte2006-05-121-1/+1
* Typo.Dr. Stephen Henson2006-05-121-1/+1
* Update 'req' command to use new keygen API.Dr. Stephen Henson2006-05-111-179/+220
* Add support for default public key digest type ctrl.Dr. Stephen Henson2006-05-074-67/+21
* Bug fix.Ulf Möller2006-05-011-2/+2
* Fix from stable branch.Dr. Stephen Henson2006-04-281-0/+3
* Fix usage message for pkeyutl.Dr. Stephen Henson2006-04-261-4/+7
* Remove link between digests and signature algorithms.Dr. Stephen Henson2006-04-193-0/+6
* If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson2006-04-174-9/+16
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-31/+51
* Got sick and tired of duplicating... Too error-prone (i.e. I forgetRichard Levitte2006-04-141-8/+10
* Complete key derivation support.Dr. Stephen Henson2006-04-131-32/+93
* Update dependencies.Dr. Stephen Henson2006-04-131-0/+15
* Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson2006-04-132-2/+2
* Synchronise what what's happening with the Unix buildRichard Levitte2006-04-131-1/+1
* declare as in prototypeUlf Möller2006-04-121-1/+1
* Support for DSA keygen, fix for genpkey.Dr. Stephen Henson2006-04-121-3/+1
* Add BeOS support.Ulf Möller2006-04-112-6/+49
* improve make dclean to remove files generated during buildUlf Möller2006-04-111-0/+1
* Fix parameter error messages.Dr. Stephen Henson2006-04-111-1/+3
* Write parameters if -genparam option include.Dr. Stephen Henson2006-04-111-1/+3
* Add parameter generation option to genpkey.Dr. Stephen Henson2006-04-111-5/+35
* Initial keygen support.Dr. Stephen Henson2006-04-114-4/+381
* Synchronise with the Unix buildRichard Levitte2006-04-101-7/+4
* Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson2006-04-093-4/+24
* Fix typo. Add EVP_PKEY_CTX control function for later use by command lineDr. Stephen Henson2006-04-092-1/+19
* Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson2006-04-083-29/+132
* Update dependencies.Dr. Stephen Henson2006-04-081-0/+44
* Implement encrypt/decrypt using RSA.Dr. Stephen Henson2006-04-081-2/+2
* New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson2006-04-073-3/+404
* 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-043-5/+50
* Synchronise with recent changesRichard Levitte2006-03-301-4/+4
* Change default curve (for compatibility with aBodo Möller2006-03-301-3/+3
* Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson2006-03-282-6/+3
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-284-12/+211
* New general public key utility 'pkey'.Dr. Stephen Henson2006-03-283-5/+291
* ensure the pointer is valid before using itNils Larsch2006-03-181-0/+2
* check if con != NULL before using itNils Larsch2006-03-182-6/+13