summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_err.c
AgeCommit message (Expand)Author
2011-09-05make updateBodo Möller
2011-04-15Add length limitation from SP800-38E.Dr. Stephen Henson
2011-03-24make updateRichard Levitte
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson
2011-02-03Fix error codes.Bodo Möller
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson
2009-08-06Fix error code.Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-06-02Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Add key derivation support.Dr. Stephen Henson
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson
2006-04-11Initial keygen support.Dr. Stephen Henson
2006-04-09Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson
2006-04-07New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson
2006-04-07Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson
2006-04-06Updated to EVP_PKEY_METHOD code... still doesn't do much.Dr. Stephen Henson
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-04-12Rebuild error codes.Dr. Stephen Henson
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller
2002-02-13ECDSA supportBodo Möller
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte
2000-05-30More EVP cipher revision.Dr. Stephen Henson
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-10-25More multibyte character support.Dr. Stephen Henson
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller