summaryrefslogtreecommitdiff
path: root/src/visibility.h
Commit message (Expand)AuthorAgeFilesLines
* cipher: Support internal generation of IV for AEAD cipher mode.NIIBE Yutaka2022-08-251-0/+4
* kdf: Change new KDF API.NIIBE Yutaka2022-01-281-6/+2
* kdf: Improve new KDF API.NIIBE Yutaka2022-01-261-1/+1
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-261-0/+12
* cipher: Add sign+hash, verify+hash, and random-override API.NIIBE Yutaka2021-10-071-0/+6
* fips: Don't use gcry_check_version for integrity check any more.NIIBE Yutaka2021-08-191-5/+0
* fips: Fix check_binary_integrity.NIIBE Yutaka2021-08-061-0/+5
* ecc: Improve new ECDH API.NIIBE Yutaka2019-06-211-0/+2
* ecc: Add an API for X25519 function as gcry_ecc_mul_point.NIIBE Yutaka2019-06-201-0/+2
* api: New function gcry_mpi_get_ui.Werner Koch2017-10-171-0/+2
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-181-0/+2
* api: New function gcry_get_config.Werner Koch2017-06-211-0/+2
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-281-0/+2
* md: add variable length output interfaceJussi Kivilinna2015-10-281-0/+2
* mpi: Add gcry_mpi_ec_sub.Markus Teich2014-10-081-0/+2
* Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov2014-01-131-0/+2
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-121-60/+31
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-548/+397
* Add new MAC API, initially with HMACJussi Kivilinna2013-11-161-0/+42
* mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch2013-11-051-2/+3
* Add API to support AEAD cipher modesJussi Kivilinna2013-10-221-0/+9
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-1/+12
* Remove last remains of the former module system.Werner Koch2013-10-021-1/+0
* Add logging functions to the API.Werner Koch2013-09-301-0/+6
* md: Add function gcry_md_hash_buffers.Werner Koch2013-09-101-0/+3
* mpi: Add gcry_mpi_ec_curve_point.Werner Koch2013-09-071-0/+1
* mpi: Add functions to manipulate the sign.Werner Koch2013-09-071-0/+3
* sexp: Add function gcry_sexp_nth_buffer.Werner Koch2013-07-191-3/+6
* Make gpg-error replacement defines more robust.Werner Koch2013-06-261-2/+2
* Add macros to return pre-defined MPIs.Werner Koch2013-04-151-0/+4
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-0/+1
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-151-3/+5
* mpi: Add an API for EC math.Werner Koch2013-03-081-0/+12
* mpi: Add an API for EC point operations.Werner Koch2013-03-081-1/+19
* mpi: Add mpi_snatch and change an internal typedef.Werner Koch2013-03-071-0/+3
* Removed the module registration interfaceWerner Koch2011-09-151-27/+1
* Removed the AC interface (gcry_ac_*)Werner Koch2011-09-151-217/+1
* New function gcry_kdf_deriveWerner Koch2011-03-091-0/+6
* Flag the _ac_ functions as deprecated.Werner Koch2011-02-171-0/+91
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-196/+196
* Add function gcry_pk_get_param.Werner Koch2011-02-011-0/+3
* Add gcry_pk_get_curve.Werner Koch2011-02-011-0/+3
* Adding gcry_mpi_lshift.libgcrypt-1.4.2rc1Werner Koch2008-08-191-0/+3
* A whole bunch of changes to eventually support Werner Koch2008-08-191-37/+28
* Reorganizatiosn to support the visibility attribute.Werner Koch2007-10-311-0/+710