aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/pmeth_gn.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2017-11-20Support public key and param check in EVP interfacePaul Yang1-0/+46
2017-09-13Support key check in EVP interfacePaul Yang1-0/+24
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+5
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-2/+4
2015-09-10RT3754: check for NULL pointerEmilia Kasper1-2/+7
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-02-13New macro to set mac key.Dr. Stephen Henson1-3/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-137/+131
2014-12-08Implement internally opaque bn access from evpMatt Caswell1-2/+2
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell1-1/+1
2010-11-24constify EVP_PKEY_new_mac_key()Dr. Stephen Henson1-2/+3
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-0/+1
2007-04-11New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson1-0/+21
2006-05-31New pkey functions for keygen callbacks and retrieving operation type.Dr. Stephen Henson1-0/+5
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson1-1/+1
2006-04-11Initial keygen support.Dr. Stephen Henson1-0/+193