aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_err.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-169/+180
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson1-1/+2
2012-11-05correct error function codeDr. Stephen Henson1-1/+2
2012-10-18fix error codeDr. Stephen Henson1-0/+1
2012-07-03PR: 2840Dr. Stephen Henson1-0/+8
2011-09-05make updateBodo Möller1-3/+5
2011-04-15Add length limitation from SP800-38E.Dr. Stephen Henson1-0/+2
2011-03-24make updateRichard Levitte1-0/+2
2011-02-15Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson1-0/+1
2011-02-03Fix error codes.Bodo Möller1-0/+4
2010-02-23Add AES counter mode to EVP.Andy Polyakov1-1/+2
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson1-0/+1
2009-12-17PR: 2127Dr. Stephen Henson1-0/+2
2009-11-25Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson1-0/+1
2009-08-06Fix error code.Dr. Stephen Henson1-2/+3
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-1/+3
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson1-1/+3
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson1-7/+4
2006-07-17Fix various error codes to match functions.Dr. Stephen Henson1-0/+1
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-0/+2
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson1-0/+2
2006-06-02Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson1-0/+2
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson1-3/+4
2006-04-13Complete key derivation support.Dr. Stephen Henson1-0/+3
2006-04-13Add key derivation support.Dr. Stephen Henson1-0/+2
2006-04-12Initial DSA EVP_PKEY_METHOD. Fixup some error codes.Dr. Stephen Henson1-4/+7
2006-04-11Initial keygen support.Dr. Stephen Henson1-0/+4
2006-04-09Support for digest signing and X931 in rsa_pkey_meth.Dr. Stephen Henson1-0/+1
2006-04-07New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson1-10/+10
2006-04-07Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson1-3/+13
2006-04-06Updated to EVP_PKEY_METHOD code... still doesn't do much.Dr. Stephen Henson1-0/+4
2006-03-20Initial support for pluggable public key ASN1 support. Process most publicDr. Stephen Henson1-0/+4
2005-05-11Fix more error codes.Bodo Möller1-8/+10
2005-04-12Rebuild error codes.Dr. Stephen Henson1-80/+84
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte1-1/+3
2002-08-07use a generic EC_KEY structure (EC keys are not ECDSA specific)Bodo Möller1-2/+5
2002-02-13ECDSA supportBodo Möller1-0/+4
2001-09-25This changes EVP's cipher and digest code to hook via the ENGINE support.Geoff Thorpe1-0/+2
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-2/+2
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson1-0/+2
2000-10-14The experimental Rijndael code moved to the main trunk.Richard Levitte1-0/+3
2000-05-30More EVP cipher revision.Dr. Stephen Henson1-0/+6
2000-05-28Third phase of EVP cipher overhaul.Dr. Stephen Henson1-0/+2
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson1-0/+2
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller1-1/+2
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson1-1/+1
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-3/+3
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
1999-11-23Support for authority information access extension.Dr. Stephen Henson1-3/+3
1999-10-25More multibyte character support.Dr. Stephen Henson1-0/+6