summaryrefslogtreecommitdiffstats
path: root/crypto/dsa
AgeCommit message (Expand)Author
2008-05-02Indicate support for digest init ctrl.Dr. Stephen Henson
2008-03-28There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-03-12And so it begins...Dr. Stephen Henson
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-10-05Fix from fips branch.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-03-16Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson
2007-03-02size_t -> intNils Larsch
2007-02-11avoid shifting inputNils Larsch
2007-02-07remove unused variableNils Larsch
2007-02-03add support for DSA with SHA2Nils Larsch
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-11-16Initial, incomplete support for typesafe macros without using functionDr. Stephen Henson
2006-11-08Fix various warnings.Ben Laurie
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson
2006-07-02dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson
2006-05-24New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson
2006-05-24Use size_t for new crypto size parameters.Dr. Stephen Henson
2006-05-15Correctly handle missing DSA parameters.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-17Allow public key ASN1 methods to set PKCS#7 SignerInfo structures.Dr. Stephen Henson
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
2006-04-14Update copyright notices on a few files where all original SSLeay code hasDr. Stephen Henson
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-13Add key derivation support.Dr. Stephen Henson
2006-04-12Fix leak.Dr. Stephen Henson
2006-04-12Compare parameters when comparing public keys.Dr. Stephen Henson
2006-04-12Support for DSA keygen, fix for genpkey.Dr. Stephen Henson
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson
2006-03-31Don't free up key in priv_decode.Dr. Stephen Henson
2006-03-31Initialize pval.Dr. Stephen Henson
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson
2006-03-23Add support for legacy PEM format private keys in EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-23Fix bug in DSA, EC methods.Dr. Stephen Henson
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson
2006-03-22Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson
2006-03-22Gather printing routines into EVP_PKEY_ASN1_METHOD.Dr. Stephen Henson
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2006-03-18remove unnecessary codeNils Larsch