summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
Commit message (Expand)AuthorAgeFilesLines
* fips: Explicitly allow only some PK flags.Jakub Jelen2023-03-141-1/+2
* fips: Add explicit indicators for md and mac algorithms.Tobias Heider2023-03-081-1/+3
* Add ARIA block cipherJussi Kivilinna2023-01-061-2/+8
* Add GMAC-SM4 and Poly1305-SM4Jussi Kivilinna2023-01-041-1/+3
* cipher: Support internal generation of IV for AEAD cipher mode.NIIBE Yutaka2022-08-251-0/+16
* gcrypt.h: Fix function name in comment.Jakub Jelen2022-08-231-1/+2
* fips: Add function-name based FIPS indicator.Jakub Jelen2022-08-231-1/+2
* kdf: Add HKDF of RFC5869.NIIBE Yutaka2022-06-161-0/+1
* kdf: Add support for One-Step KDF with MAC.NIIBE Yutaka2022-06-081-2/+1
* kdf: Add One-Step KDF with hash.NIIBE Yutaka2022-06-071-1/+14
* Fix for struct gcry_thread_cbs.NIIBE Yutaka2022-06-071-1/+1
* Rename KDF job functions and function typesJussi Kivilinna2022-01-281-7/+7
* tests/t-kdf: few changes to pthread example and fix win32/win64 buildsJussi Kivilinna2022-01-281-3/+4
* kdf: Change new KDF API.NIIBE Yutaka2022-01-281-13/+13
* kdf: Improve new KDF API.NIIBE Yutaka2022-01-261-2/+14
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-261-5/+26
* fips: Remove GCRYCTL_FIPS_SERVICE_INDICATOR and renumber the enum.NIIBE Yutaka2022-01-171-3/+2
* fips: Add support for KDF FIPS indicatorsJakub Jelen2022-01-171-1/+3
* fips: Provide a mechanizm to put libgcrypt in non-FIPS mode.NIIBE Yutaka2022-01-111-1/+2
* cipher: Add support of Key wrap with padding (KWP).NIIBE Yutaka2022-01-031-1/+2
* Implement explicit FIPS indicators for cipher modesJakub Jelen2021-11-301-1/+2
* cipher: Add sign+hash, verify+hash, and random-override API.NIIBE Yutaka2021-10-071-0/+26
* build,gcrypt.h: Don't define gcry_socklen_t.NIIBE Yutaka2021-10-051-8/+1
* build,gcrypt.h: Remove INSERT_SYS_SELECT_H.NIIBE Yutaka2021-10-051-2/+0
* Add AES-GCM-SIV mode (RFC 8452)Jussi Kivilinna2021-08-261-3/+4
* Add SIV mode (RFC 5297)Jussi Kivilinna2021-08-261-2/+12
* api: Avoid use of C99 feature.NIIBE Yutaka2021-04-131-1/+1
* ecc: Change an error code of gcry_ecc_mul_point.Werner Koch2021-01-181-4/+4
* Add SM4 symmetric cipher algorithmTianjia Zhang2020-06-161-1/+3
* doc: Really minor fixes.Werner Koch2020-05-061-2/+1
* gost28147: implement special MAC mode called imitovstavka (IMIT)Dmitry Baryshkov2020-04-191-0/+1
* gost28147: add support for CryptoPro key meshing per RFC 4357Dmitry Baryshkov2020-03-201-1/+2
* Add gcry_cipher_ctl command to allow weak keys in testing use-casesJussi Kivilinna2020-02-021-1/+2
* ecc: Improve new ECDH API.NIIBE Yutaka2019-06-211-1/+4
* ecc: Add an API for X25519 function as gcry_ecc_mul_point.NIIBE Yutaka2019-06-201-0/+19
* Add SHA512/224 and SHA512/256 algorithmsJussi Kivilinna2019-04-051-0/+4
* sexp: Fix uninitialized use of a var in the error case.Werner Koch2018-10-231-1/+1
* Add NEWS from the 1.8 and 1.7 branches.Werner Koch2018-06-131-2/+2
* Add missing BLAKE2, SM3 and GOSTR3411_CP to MAC-HMAC interfaceJussi Kivilinna2018-04-101-0/+10
* Add EAX modeJussi Kivilinna2018-01-201-1/+2
* api: Add GCRYCTL_AUTO_EXPAND_SECMEM.Werner Koch2017-11-241-1/+2
* Add new constant GCRY_MD_SM3 for crypto hash SM3.NIIBE Yutaka2017-10-241-1/+2
* api: New function gcry_mpi_get_ui.Werner Koch2017-10-171-0/+4
* Release 1.8.0libgcrypt-1.8.0Werner Koch2017-07-181-2/+2
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-181-0/+4
* build: Minor API fixes to fix build problems on AIX.Werner Koch2017-07-051-1/+1
* api: New function gcry_get_config.Werner Koch2017-06-211-0/+1
* api: Deprecate gcry_md_infoWerner Koch2017-05-311-2/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)Jussi Kivilinna2017-02-271-1/+9