| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialise ctx to NULL to avoid uninitialized free, noticed by | Mark J. Cox | 2006-09-29 | 1 | -1/+1 |
* | Introduce limits to prevent malicious keys being able to | Bodo Möller | 2006-09-28 | 3 | -1/+13 |
* | Fix various error codes to match functions. | Dr. Stephen Henson | 2006-07-17 | 3 | -3/+3 |
* | New function to dup EVP_PKEY_CTX. This will be needed to make new signing | Dr. Stephen Henson | 2006-05-25 | 1 | -0/+14 |
* | Use size_t for new crypto size parameters. | Dr. Stephen Henson | 2006-05-24 | 1 | -1/+1 |
* | Fix (most) WIN32 warnings and errors. | Dr. Stephen Henson | 2006-04-17 | 1 | -1/+1 |
* | Use more flexible method of determining output length, by setting &outlen | Dr. Stephen Henson | 2006-04-15 | 1 | -1/+1 |
* | Complete key derivation support. | Dr. Stephen Henson | 2006-04-13 | 4 | -8/+41 |
* | Update dependencies. | Dr. Stephen Henson | 2006-04-13 | 1 | -0/+14 |
* | Add key derivation support. | Dr. Stephen Henson | 2006-04-13 | 1 | -0/+2 |
* | Typo. | Dr. Stephen Henson | 2006-04-13 | 3 | -1/+3 |
* | Extend DH ASN1 method, add DH EVP_PKEY_METHOD. | Dr. Stephen Henson | 2006-04-13 | 5 | -8/+235 |
* | PKCS#3 DH PKCS#8 ASN1 support. | Dr. Stephen Henson | 2006-04-13 | 3 | -2/+121 |
* | Extend DH ASN1 method to support public key encode/decode and parameter | Dr. Stephen Henson | 2006-04-12 | 3 | -21/+237 |
* | New function to retrieve ASN1 info on public key algorithms. New command | Dr. Stephen Henson | 2006-04-04 | 1 | -1/+1 |
* | New utility pkeyparam. Enhance and bugfix algorithm specific parameter | Dr. Stephen Henson | 2006-03-28 | 4 | -47/+84 |
* | Add information and pem strings. Update dependencies. | Dr. Stephen Henson | 2006-03-23 | 2 | -0/+26 |
* | Make EVP_PKEY_ASN1_METHOD opaque. Add application level functions to | Dr. Stephen Henson | 2006-03-22 | 1 | -0/+1 |
* | Move algorithm specific print code from crypto/asn1/t_pkey.c to separate | Dr. Stephen Henson | 2006-03-22 | 2 | -2/+126 |
* | DH EVP_PKEY_ASN1_METHOD, doesn't do much (yet?). | Dr. Stephen Henson | 2006-03-20 | 1 | -0/+92 |
* | Transfer parameter handling and key comparison to algorithm methods. | Dr. Stephen Henson | 2006-03-20 | 1 | -2/+4 |
* | fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end() | Nils Larsch | 2006-03-14 | 1 | -2/+5 |
* | Update filenames in makefiles. | Dr. Stephen Henson | 2006-02-04 | 1 | -1/+1 |
* | Extend callback function to support print customization. | Dr. Stephen Henson | 2005-09-01 | 1 | -2/+3 |
* | Make D-H safer, include well-known primes. | Ben Laurie | 2005-08-21 | 4 | -0/+36 |
* | Use BN_with_flags() in a cleaner way. | Bodo Möller | 2005-05-27 | 1 | -0/+1 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | Implement fixed-window exponentiation to mitigate hyper-threading | Bodo Möller | 2005-05-16 | 3 | -4/+36 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
* | Pointer to BN_MONT_CTX could be used uninitialized. | Andy Polyakov | 2005-04-28 | 1 | -2/+2 |
* | Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove several | Dr. Stephen Henson | 2005-04-27 | 2 | -6/+4 |
* | Port BN_MONT_CTX_set_locked() from stable branch. | Dr. Stephen Henson | 2005-04-27 | 1 | -10/+14 |
* | Fix various incorrect error function codes. | Bodo Möller | 2005-04-26 | 4 | -11/+13 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -12/+15 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -11/+3 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -7/+7 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -2/+3 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -15/+7 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -3/+6 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -3/+3 |
* | Update any code that was using deprecated functions so that everything builds | Geoff Thorpe | 2003-10-29 | 1 | -6/+10 |
* | When OPENSSL_NO_DEPRECATED is defined, deprecated functions are (or should | Geoff Thorpe | 2003-10-29 | 1 | -0/+4 |
* | make update | Richard Levitte | 2003-05-01 | 1 | -5/+9 |
* | make update | Richard Levitte | 2003-04-10 | 1 | -9/+5 |
* | We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form | Richard Levitte | 2003-04-08 | 1 | -3/+0 |
* | Make sure we get the definition of OPENSSL_NO_DH. | Richard Levitte | 2003-03-21 | 1 | -0/+2 |