aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch1-1/+1
2007-03-28Change to mitigate branch prediction attacksBodo Möller1-2/+2
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2-8/+5
2006-09-29Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox1-1/+1
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller3-1/+13
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson3-3/+3
2006-05-24New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson1-0/+14
2006-05-24Use size_t for new crypto size parameters.Dr. Stephen Henson1-1/+1
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson1-1/+1
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson1-1/+1
2006-04-13Complete key derivation support.Dr. Stephen Henson4-8/+41
2006-04-13Update dependencies.Dr. Stephen Henson1-0/+14
2006-04-13Add key derivation support.Dr. Stephen Henson1-0/+2
2006-04-13Typo.Dr. Stephen Henson3-1/+3
2006-04-12Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson5-8/+235
2006-04-12PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson3-2/+121
2006-04-12Extend DH ASN1 method to support public key encode/decode and parameterDr. Stephen Henson3-21/+237
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson1-1/+1
2006-03-28New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson4-47/+84
2006-03-23Add information and pem strings. Update dependencies.Dr. Stephen Henson2-0/+26
2006-03-22Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions toDr. Stephen Henson1-0/+1
2006-03-22Move algorithm specific print code from crypto/asn1/t_pkey.c to separateDr. Stephen Henson2-2/+126
2006-03-20DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?).Dr. Stephen Henson1-0/+92
2006-03-20Transfer parameter handling and key comparison to algorithm methods.Dr. Stephen Henson1-2/+4
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch1-2/+5
2006-02-04Update filenames in makefiles.Dr. Stephen Henson1-1/+1
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-2/+3
2005-08-21Make D-H safer, include well-known primes.Ben Laurie4-0/+36
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller1-0/+1
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov1-2/+1
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller3-4/+36
2005-05-15Fool-proofing MakefilesAndy Polyakov1-4/+1
2005-04-28Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov1-2/+2
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2-6/+4
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson1-10/+14
2005-04-26Fix various incorrect error function codes.Bodo Möller4-11/+13
2005-04-12Rebuild error codes.Dr. Stephen Henson1-12/+15
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte1-0/+2
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-11/+3
2005-03-30Blow away Makefile.ssl.Ben Laurie1-4/+3
2004-11-02Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte1-1/+1
2004-05-17After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe1-7/+7
2004-05-17Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe1-2/+3
2004-04-19make updateGeoff Thorpe1-15/+7
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe1-3/+6
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-11-28Netware-specific changes,Richard Levitte1-3/+3
2003-10-29Update any code that was using deprecated functions so that everything buildsGeoff Thorpe1-6/+10
2003-10-29When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or shouldGeoff Thorpe1-0/+4