summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)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
2006-04-14Got sick and tired of duplicating... Too error-prone (i.e. I forgetRichard Levitte
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
2006-04-13Synchronise what what's happening with the Unix buildRichard Levitte
2006-04-12declare as in prototypeUlf Möller
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson
2006-04-11Add BeOS support.Ulf Möller
2006-04-11improve make dclean to remove files generated during buildUlf Möller
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
2006-04-08Reformat pkeyutl.c, add support for verify operation but nothing actuallyDr. Stephen Henson
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
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
2006-03-30Synchronise with recent changesRichard Levitte
2006-03-30Change default curve (for compatibility with aBodo Möller
2006-03-28Fix bug where freed OIDs could be accessed in EVP_cleanup() byDr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
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
2006-03-11fix signed vs. unsigned warningNils Larsch
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils 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
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
2006-01-11More TLS extension related changes.Bodo Möller
2006-01-09Further TLS extension updatesBodo Möller
2006-01-06Fixes for TLS server_name extensionBodo Möller
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
2006-01-02C style fix-upBodo Möller
2006-01-02Support TLS extensions (specifically, HostName)Bodo Möller
2005-11-30Mention Whirlpool in dgst -help.Andy Polyakov
2005-11-30TypoDr. Stephen Henson