summaryrefslogtreecommitdiff
path: root/src/visibility.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-28ecc: New API function gcry_mpi_ec_decode_point.Werner Koch1-0/+9
2015-10-28md: add variable length output interfaceJussi Kivilinna1-0/+6
2015-10-14Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka1-1/+1
2015-10-13Fix declaration of return type.NIIBE Yutaka1-1/+1
2014-10-08mpi: Add gcry_mpi_ec_sub.Markus Teich1-0/+8
2014-01-13Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov1-0/+6
2013-12-05Remove macro hacks for internal vs. external functions. Part 1.Werner Koch1-47/+55
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-0/+106
2013-11-05mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch1-0/+6
2013-10-22Add API to support AEAD cipher modesJussi Kivilinna1-0/+27
2013-10-16sexp: Add function gcry_sexp_extract_param.Werner Koch1-0/+15
2013-09-30Add logging functions to the API.Werner Koch1-0/+36
2013-09-20sexp: Change internal versions to always use gpg_err_code_t.Werner Koch1-9/+15
2013-09-11Streamline the use of the internal mpi and hex debug functions.Werner Koch1-1/+1
2013-09-10md: Add function gcry_md_hash_buffers.Werner Koch1-0/+12
2013-09-07mpi: Add gcry_mpi_ec_curve_point.Werner Koch1-0/+7
2013-09-07mpi: Add functions to manipulate the sign.Werner Koch1-0/+18
2013-07-19sexp: Add function gcry_sexp_nth_buffer.Werner Koch1-0/+6
2013-04-15Add macros to return pre-defined MPIs.Werner Koch1-0/+14
2013-04-11Add gcry_pubkey_get_sexp.Werner Koch1-0/+11
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-3/+29
2013-03-08mpi: Add an API for EC math.Werner Koch1-2/+44
2013-03-08mpi: Add an API for EC point operations.Werner Koch1-0/+39
2013-03-07mpi: Add mpi_snatch and change an internal typedef.Werner Koch1-0/+7
2011-09-15Removed the module registration interfaceWerner Koch1-59/+0
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch1-281/+0
2011-03-09New function gcry_kdf_deriveWerner Koch1-0/+11
2011-02-04Nuked almost all trailing whitespace.Werner Koch1-28/+28
2011-02-01Add function gcry_pk_get_param.Werner Koch1-0/+11
2011-02-01Add gcry_pk_get_curve.Werner Koch1-1/+12
2008-08-19Adding gcry_mpi_lshift.Werner Koch1-0/+6
2008-08-19A whole bunch of changes to eventually support Werner Koch1-5/+165
2007-12-11Small build fixes from Tim Mooney.Werner Koch1-2/+2
2007-10-31Reorganizatiosn to support the visibility attribute.Werner Koch1-0/+1287