aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_err.c
Commit message (Collapse)AuthorAgeFilesLines
* FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson2011-01-261-1/+2
|
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-7/+4
|
* Introduce limits to prevent malicious keys being able toBodo Möller2006-09-281-0/+1
| | | | | cause a denial of service. (CVE-2006-2940) [Steve Henson, Bodo Moeller]
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-171-1/+1
|
* Complete key derivation support.Dr. Stephen Henson2006-04-131-0/+2
|
* Typo.Dr. Stephen Henson2006-04-131-0/+1
|
* Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-121-1/+1
|
* PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson2006-04-121-0/+4
|
* Extend DH ASN1 method to support public key encode/decode and parameterDr. Stephen Henson2006-04-121-0/+5
| | | | utilities.
* New utility pkeyparam. Enhance and bugfix algorithm specific parameterDr. Stephen Henson2006-03-281-1/+2
| | | | functions to support it.
* Make D-H safer, include well-known primes.Ben Laurie2005-08-211-0/+1
|
* Fix various incorrect error function codes.Bodo Möller2005-04-261-3/+4
| | | | ("perl util/ck_errf.pl */*.c */*/*.c" still reports many more.)
* Rebuild error codes.Dr. Stephen Henson2005-04-121-12/+15
|
* Make sure we get the definition of OPENSSL_NO_ERR.Richard Levitte2003-03-201-0/+1
|
* fix DH_generate_parameters for general 'generator'Bodo Möller2002-03-201-1/+2
|
* Make {RSA,DSA,DH}_new_method obtain and release an ENGINEDr. Stephen Henson2002-03-091-1/+1
| | | | functional reference in all cases.
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
| | | | | | | | | | | | sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
|
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-241-53/+55
| | | | | | | script, translates function codes better and doesn't need the K&R function prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are still needed by the DEF generator...). I also ran the script with the -rewrite option to update all the header and source files.
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
| | | | | | Submitted by: Reviewed by: PR:
* Change functions to ANSI C.Ulf Möller1999-04-191-1/+1
|
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-2/+2
|
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+8
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+90