aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/pmeth_gn.c
Commit message (Collapse)AuthorAgeFilesLines
* free NULL cleanupRich Salz2015-03-281-2/+1
| | | | | | | | | EVP_.*free; this gets: EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-1/+1
| | | | | | Move EVP internals to evp_int.h, remove -Ievp hack from crypto/Makefile Reviewed-by: Matt Caswell <matt@openssl.org>
* New macro to set mac key.Dr. Stephen Henson2015-02-131-3/+1
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-137/+131
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Implement internally opaque bn access from evpMatt Caswell2014-12-081-2/+2
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* 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
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* New -mac and -macopt options to dgst utility. Reimplement -hmac option inDr. Stephen Henson2007-04-111-0/+21
| | | | terms of new API.
* 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