summaryrefslogtreecommitdiff
path: root/src/visibility.c
Commit message (Expand)AuthorAgeFilesLines
* visibility: Check FIPS operational status for MD+Sign operation.Jakub Jelen2023-03-071-0/+7
* hmac,hkdf: Check the HMAC key length in FIPS mode.Jakub Jelen2022-10-261-0/+4
* cipher: Support internal generation of IV for AEAD cipher mode.NIIBE Yutaka2022-08-251-0/+16
* visibility: add missing fips_is_operational check for gcry_md_extractJussi Kivilinna2022-07-201-1/+3
* hmac,hkdf: Allow use of shorter salt for HKDF.NIIBE Yutaka2022-06-241-0/+3
* kdf: Change new KDF API.NIIBE Yutaka2022-01-281-20/+2
* kdf: Improve new KDF API.NIIBE Yutaka2022-01-261-4/+6
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-261-1/+54
* cipher: Add sign+hash, verify+hash, and random-override API.NIIBE Yutaka2021-10-071-0/+20
* ecc: Fix the regression of gcry_mpi_ec_add.NIIBE Yutaka2021-03-301-5/+30
* Merge branch 'LIBGCRYPT-1.9-BRANCH'Werner Koch2021-01-211-4/+4
|\
| * ecc: Change an error code of gcry_ecc_mul_point.Werner Koch2021-01-181-4/+4
* | Check if FIPS is operational and error return if not.NIIBE Yutaka2021-01-191-0/+13
|/
* ecc: Improve new ECDH API.NIIBE Yutaka2019-06-211-2/+8
* ecc: Add an API for X25519 function as gcry_ecc_mul_point.NIIBE Yutaka2019-06-201-0/+7
* api: New function gcry_mpi_get_ui.Werner Koch2017-10-171-1/+1
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-181-0/+6
* build: Minor API fixes to fix build problems on AIX.Werner Koch2017-07-051-2/+2
* api: New function gcry_get_config.Werner Koch2017-06-211-0/+6
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-281-0/+9
* md: add variable length output interfaceJussi Kivilinna2015-10-281-0/+6
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-141-1/+1
* Fix declaration of return type.NIIBE Yutaka2015-10-131-1/+1
* mpi: Add gcry_mpi_ec_sub.Markus Teich2014-10-081-0/+8
* Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov2014-01-131-0/+6
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-051-47/+55
* Add new MAC API, initially with HMACJussi Kivilinna2013-11-161-0/+106
* mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch2013-11-051-0/+6
* Add API to support AEAD cipher modesJussi Kivilinna2013-10-221-0/+27
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-0/+15
* Add logging functions to the API.Werner Koch2013-09-301-0/+36
* sexp: Change internal versions to always use gpg_err_code_t.Werner Koch2013-09-201-9/+15
* Streamline the use of the internal mpi and hex debug functions.Werner Koch2013-09-111-1/+1
* md: Add function gcry_md_hash_buffers.Werner Koch2013-09-101-0/+12
* mpi: Add gcry_mpi_ec_curve_point.Werner Koch2013-09-071-0/+7
* mpi: Add functions to manipulate the sign.Werner Koch2013-09-071-0/+18
* sexp: Add function gcry_sexp_nth_buffer.Werner Koch2013-07-191-0/+6
* Add macros to return pre-defined MPIs.Werner Koch2013-04-151-0/+14
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-111-0/+11
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-151-3/+29
* mpi: Add an API for EC math.Werner Koch2013-03-081-2/+44
* mpi: Add an API for EC point operations.Werner Koch2013-03-081-0/+39
* mpi: Add mpi_snatch and change an internal typedef.Werner Koch2013-03-071-0/+7
* Removed the module registration interfaceWerner Koch2011-09-151-59/+0
* Removed the AC interface (gcry_ac_*)Werner Koch2011-09-151-281/+0
* New function gcry_kdf_deriveWerner Koch2011-03-091-0/+11
* Nuked almost all trailing whitespace.post-nuke-of-trailing-wsWerner Koch2011-02-041-28/+28
* Add function gcry_pk_get_param.Werner Koch2011-02-011-0/+11
* Add gcry_pk_get_curve.Werner Koch2011-02-011-1/+12
* Adding gcry_mpi_lshift.libgcrypt-1.4.2rc1Werner Koch2008-08-191-0/+6