summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Collapse)Author
2006-04-17If we include winsock2.h then FD_SET wants an unsigned type for an fd.Dr. Stephen Henson
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
value of the passed output buffer is NULL. The old method of using EVP_PKEY_size(pkey) isn't flexible enough to cover all cases where the output length may depend on the operation or the parameters associated with it.
2006-04-14Got sick and tired of duplicating... Too error-prone (i.e. I forgetRichard Levitte
to update both...)!
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-13Change the option setting command line switch to "-pkeyopt" to avoid confusionDr. Stephen Henson
with algorithm parameters.
2006-04-13Synchronise what what's happening with the Unix buildRichard Levitte
2006-04-12declare as in prototypeUlf Möller
Submitted by: Gisle Vanem
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
PR: 1312 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
PR: 1308 Submitted by: Oliver Tappe <zooey@hirschkaefer.de> Reviewed by: Ulf Moeller
2006-04-11Fix parameter error messages.Dr. Stephen Henson
2006-04-11Write parameters if -genparam option include.Dr. Stephen Henson
2006-04-11Add parameter generation option to genpkey.Dr. Stephen Henson
2006-04-11Initial keygen support.Dr. Stephen Henson
2006-04-10Synchronise with the Unix buildRichard Levitte
2006-04-09Add RSA ctrl for padding mode, add ctrl support in pkeyutl.Dr. Stephen Henson
2006-04-09Fix typo. Add EVP_PKEY_CTX control function for later use by command lineDr. Stephen Henson
utilities.
2006-04-08Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson
supports it (yet).
2006-04-08Update dependencies.Dr. Stephen Henson
2006-04-08Implement encrypt/decrypt using RSA.Dr. Stephen Henson
2006-04-07New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson
2006-04-04Add an explicit load_config() call so any added algorithms areDr. Stephen Henson
visible.
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
line option to print out info.
2006-03-30Synchronise with recent changesRichard Levitte
2006-03-30Change default curve (for compatibility with aBodo Möller
soon-to-be-widely-deployed implementation that doesn't support the previous default) Submitted by: Douglas Stebila
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson
defering freeing in OBJ_cleanup().
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
functions to support it.
2006-03-28New general public key utility 'pkey'.Dr. Stephen Henson
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-03-18check if con != NULL before using itNils Larsch
2006-03-15fix problems found by coverity: remove useless codeNils Larsch
2006-03-12use BIO_snprintf() instead of snprintf + use BIO_FP_TEXT for text outputNils Larsch
Submitted by: Gisle Vanem
2006-03-11fix signed vs. unsigned warningNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch
PR: 1191 Submitted by: Mika Kousa and Pasi Eronen of Nokia Corporation Reviewed by: Nils Larsch
2006-03-02Forgot the TSA application...Richard Levitte
2006-02-26TS bugfixes: Do not hardcode message digest algorithms; fix ASN1 decoding.Ulf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>
2006-02-26Synchronise with openss.cnfRichard Levitte
2006-02-13fix warning: add missing prototypeNils Larsch
2006-02-12make updateUlf Möller
2006-02-12RFC 3161 compliant time stamp request creation, response generationUlf Möller
and response verification. Submitted by: Zoltan Glozik <zglozik@opentsa.org> Reviewed by: Ulf Moeller
2006-01-11More TLS extension related changes.Bodo Möller
Submitted by: Peter Sylvester
2006-01-09Further TLS extension updatesBodo Möller
Submitted by: Peter Sylvester
2006-01-06Fixes for TLS server_name extensionBodo Möller
Submitted by: Peter Sylvester
2006-01-04Fix signed/unsigned char clashes.Richard Levitte
2006-01-03Various changes in the new TLS extension code, including the following:Bodo Möller
- fix indentation - rename some functions and macros - fix up confusion between SSL_ERROR_... and SSL_AD_... values
2006-01-02C style fix-upBodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
Submitted by: Peter Sylvester
2005-11-30Mention Whirlpool in dgst -help.Andy Polyakov
2005-11-30TypoDr. Stephen Henson