aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_err.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1-1/+7
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson1-1/+1
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson1-1/+1
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1-55/+57
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-1/+1
1999-04-19Fix typos in error codes.Ulf Möller1-1/+1
1999-03-28Further PKCS#12 integration, PBE, PKCS#8 additions.Dr. Stephen Henson1-2/+18
1999-01-31Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.Mark J. Cox1-0/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-2/+4