summaryrefslogtreecommitdiffstats
path: root/crypto/evp/p_lib.c
AgeCommit message (Expand)Author
2018-03-20Update copyright yearMatt Caswell
2018-03-19Fix no-cmacMatt Caswell
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Make sure all errors go on the stack in the EVP_PKEY_new*() functionsMatt Caswell
2018-03-15Add the function EVP_PKEY_new_CMAC_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-15Add functions to create an EVP_PKEY from raw private/public key dataMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-08-30Move the REF_PRINT support from e_os.h to internal/refcount.h.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-09-07GH1537: Avoid double-free in the EVP_PKEY APIAlex Gaynor
2016-08-17Convert X509* functions to use const gettersDr. Stephen Henson
2016-08-13Add point ctrls to X25519Dr. Stephen Henson
2016-06-16Add EVP_PKEY_get0_hmac() functionNathaniel McCallum
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-03-20Remove #error from include files.Rich Salz
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-22GH678: Add a few more zallocFdaSilvaYY
2016-02-11Move to REF_DEBUG, for consistency.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-14Add EVP_PKEY_get0_* functions.Dr. Stephen Henson
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-09-10RT3754: check for NULL pointerEmilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-28remove malloc castsRich Salz
2015-03-30Remove unnecessary asn1_mac.h includes.Dr. Stephen Henson
2015-03-28free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2012-04-18recognise X9.42 DH certificates on serversDr. Stephen Henson
2010-11-30PR: 2385Dr. Stephen Henson
2009-11-12set engine to NULL after releasing itDr. Stephen Henson
2006-07-04Typos(?) in HEAD/crypto/evp/p_lib.c.Andy Polyakov
2006-07-02Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-05-11New functions to get key types without dereferncing EVP_PKEY.Dr. Stephen Henson
2006-05-07Add support for default public key digest type ctrl.Dr. Stephen Henson
2006-04-28Update EVP_PKEY_cmp() and X509_check_private() to return sensible values andDr. Stephen Henson
2006-04-05Last arg to EVP_PKEY_assign() should be void *.Dr. Stephen Henson