summaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_gn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Support public key and param check in EVP interfacePaul Yang2017-11-201-0/+46
* Support key check in EVP interfacePaul Yang2017-09-131-0/+24
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+4
* RT3754: check for NULL pointerEmilia Kasper2015-09-101-2/+7
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanupRich Salz2015-03-281-2/+1
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
* New macro to set mac key.Dr. Stephen Henson2015-02-131-3/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-137/+131
* Implement internally opaque bn access from evpMatt Caswell2014-12-081-2/+2
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
* constify EVP_PKEY_new_mac_key()Dr. Stephen Henson2010-11-241-2/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+1
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-0/+21
* New pkey functions for keygen callbacks and retrieving operation type.Dr. Stephen Henson2006-05-311-0/+5
* Fix (most) WIN32 warnings and errors.Dr. Stephen Henson2006-04-171-1/+1
* Initial keygen support.Dr. Stephen Henson2006-04-111-0/+193