summaryrefslogtreecommitdiff
path: root/modules/crypto
Commit message (Expand)AuthorAgeFilesLines
* md5: Clarify module to source relation.Bruno Haible2021-09-191-1/+5
* md4-buffer tests: New module.Bruno Haible2021-09-192-10/+10
* md4-buffer: New module.Bruno Haible2021-09-192-9/+31
* md2-buffer tests: New module.Bruno Haible2021-09-192-10/+10
* md2-buffer: New module.Bruno Haible2021-09-192-5/+27
* crypto: revert previous changePaul Eggert2021-09-074-4/+0
* crypto: add missing file af_alg.hPaul Eggert2021-09-064-0/+4
* gc-random: Fix link error in tests.Bruno Haible2021-01-202-1/+4
* gc-random: Replace implementation with call to getrandom.Simon Josefsson2021-01-202-6/+2
* Use module 'c99' when needed for variadic macros with '...' syntax.Bruno Haible2020-09-051-0/+1
* Use module 'c99' when needed for declaration-after-statement syntax.Bruno Haible2020-09-0512-0/+12
* crypto/gc-random: Fix typo in last commit.Bruno Haible2020-05-302-2/+2
* crypto/gc-random: Fix link error on MSVC.Bruno Haible2020-05-302-1/+4
* crypto/gc: Make more robust in multithreaded applications.Bruno Haible2020-05-281-0/+1
* crypto/af_alg, renameatu, same, term-style-control: Depend on fstat.Bruno Haible2020-03-091-0/+1
* crypto/hmac-*: Use 'restrict'.Bruno Haible2020-02-234-0/+4
* crypto/sha512-buffer: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/sha256-buffer: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/sha1-buffer: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/md5-buffer: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/md4: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/md2: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/rijndael: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/arctwo: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/arcfour: Use 'restrict'.Bruno Haible2020-02-231-0/+1
* crypto/gc-pbkdf2: New module.Simon Josefsson2020-01-153-2/+41
* crypto/gc-sha512: Add tests.Bruno Haible2019-08-241-0/+11
* crypto/gc-sha256: Add tests.Bruno Haible2019-08-241-0/+11
* crypto/gc-sha256, crypto/gc-sha512: New modules.Bruno Haible2019-08-242-0/+48
* crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.Bruno Haible2019-08-243-0/+3
* gc: Fix configuration with --with-libgcrypt.Bruno Haible2019-08-241-0/+1
* Remove incorrect 'Link' sections.Bruno Haible2019-01-044-8/+0
* hmac-*: refactor to remove repetitive codePádraig Brady2018-10-014-0/+4
* af_alg: Fix state of stream after sendfile() succeeds.Bruno Haible2018-06-251-0/+1
* af_alg tests: Add another test.Bruno Haible2018-06-254-0/+4
* crypto: use byteswapPaul Eggert2018-06-176-0/+6
* Port crypto/af_alg to GCC 4.8.4Paul Eggert2018-06-031-0/+1
* crypto: omit stream ops Emacs doesn’t needPaul Eggert2018-05-218-45/+137
* af_alg: recover better from crypto failuresPaul Eggert2018-05-091-2/+2
* crypto/{md5,sha1,sha256,sha512} tests: Add benchmarks.Bruno Haible2018-05-064-0/+28
* af_alg: Fix bug with streams that are not at position 0.Bruno Haible2018-05-061-0/+2
* Followup to 'af_alg: New module.'.Bruno Haible2018-05-064-8/+0
* af_alg: New module.Bruno Haible2018-05-055-24/+35
* sys-limits.h: new file for crypto and safe I/OPaul Eggert2018-05-054-0/+4
* crypto/{md5,sha1,sha256,sha512}: Fix compilation error (S_TYPEISTMO).Bruno Haible2018-05-054-0/+4
* crypto/{md5,sha1,sha256,sha512}: Fix module description.Bruno Haible2018-05-054-0/+4
* sha512: Add tests.Bruno Haible2018-05-051-0/+12
* sha256: Add tests.Bruno Haible2018-05-051-0/+12
* sha1 tests: Add test for sha1_stream.Bruno Haible2018-05-051-0/+1
* md5 tests: Add test for md5_stream.Bruno Haible2018-05-051-0/+1