summaryrefslogtreecommitdiffstats
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-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-16Provisional support for EC pkey method, supporting ECDH and ECDSA.Dr. Stephen Henson
2006-04-16SHA-1 for x86_64.Andy Polyakov
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
2006-04-15Fix from 0.9.7-stable branch.Dr. Stephen Henson
2006-04-15Revert to original...Dr. Stephen Henson
2006-04-15Oops...Dr. Stephen Henson
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
2006-04-14Got sick and tired of duplicating... Too error-prone (i.e. I forgetRichard Levitte
2006-04-14Update copyright notices on a few files where all original SSLeay code hasDr. Stephen Henson
2006-04-14Print out zero length string properly.Dr. Stephen Henson
2006-04-14Add functions to allow setting and adding external EVP_PKEY_METHOD.Dr. Stephen Henson
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-13Add key derivation support.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-13Typo.Dr. Stephen Henson
2006-04-12Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson
2006-04-12Fix leak.Dr. Stephen Henson
2006-04-12PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson
2006-04-12declare as in prototypeUlf Möller
2006-04-12Extend DH ASN1 method to support public key encode/decode and parameterDr. Stephen Henson
2006-04-12Compare parameters when comparing public keys.Dr. Stephen Henson
2006-04-12Add file dso_beos.c missing from original commit.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-04-11Add BeOS support.Ulf Möller
2006-04-11manual pages as HTMLUlf Möller
2006-04-11Use Dl_info only on systems where it is known to exist. It does notUlf Möller
2006-04-11uncomment; that one slipped throughUlf 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-11Add support for setting keybits and public exponent value for pkey RSA keygen.Dr. Stephen Henson
2006-04-11Initial keygen support.Dr. Stephen Henson
2006-04-10ctrls to set PSS salt length.Dr. Stephen Henson
2006-04-10Preliminary PSS support.Dr. Stephen Henson
2006-04-10Beginnings of PSS support.Dr. Stephen Henson
2006-04-10Synchronise with the Unix buildRichard Levitte
2006-04-10Change operation values so they can be used as a mask.Dr. Stephen Henson
2006-04-10Implementation of pkey_rsa_verify. Some constification.Dr. Stephen Henson
2006-04-10New utility function to reverse a buffer, either by copying or in-place.Dr. Stephen Henson
2006-04-09Store digests as EVP_MD instead of a NID.Dr. Stephen Henson
2006-04-09Constification.Dr. Stephen Henson
2006-04-09Bugfix X9.31 padding.Dr. Stephen Henson
2006-04-09Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson
2006-04-09Add checking to padding ctrl.Dr. Stephen Henson