aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix problems found by coverity: remove useless codeNils Larsch2006-03-156-15/+2
* use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch2006-03-121-1/+1
* fix signed vs. unsigned warningNils Larsch2006-03-112-3/+3
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-102-0/+259
* Forgot the TSA application...Richard Levitte2006-03-021-2/+4
* TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller2006-02-261-10/+4
* Synchronise with openss.cnfRichard Levitte2006-02-261-5/+4
* fix warning: add missing prototypeNils Larsch2006-02-131-0/+1
* make updateUlf Möller2006-02-121-1/+18
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-126-7/+1423
* More TLS extension related changes.Bodo Möller2006-01-113-11/+27
* Further TLS extension updatesBodo Möller2006-01-092-8/+11
* Fixes for TLS server_name extensionBodo Möller2006-01-062-6/+5
* Fix signed/unsigned char clashes.Richard Levitte2006-01-041-1/+1
* Various changes in the new TLS extension code, including the following:Bodo Möller2006-01-032-12/+15
* C style fix-upBodo Möller2006-01-022-101/+115
* Support TLS extensions (specifically, HostName)Bodo Möller2006-01-022-29/+310
* Mention Whirlpool in dgst -help.Andy Polyakov2005-11-301-10/+16
* TypoDr. Stephen Henson2005-11-301-1/+1
* Make CA.pl script use CA extensions when creating a root CA.Dr. Stephen Henson2005-11-301-0/+1