Would it be good to have interface for getting buffer size for different algos in this new interface? ... Similar as 'gcry_md_get_algo_dlen' for digest results.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jul 8 2019
Jun 21 2019
Jun 20 2019
Jun 8 2019
Have you considered working on bulk CFB-decryption and OCB-enc/dec? Those are the block cipher modes used by GnuPG (OCB is new AEAD mode to be used starting with 2.3).
Jun 6 2019
I've added few new CTR test vectors to tests/basic.c for checking 32-bit and 64-bit carry overflow cases, rC971d372f512ff6805d5b8b54e9ac1446f3f66643
Jun 5 2019
ECB is not bulk optimized in libgcrypt. I've send patches to add this in past but this was rejected on grounds that ECB is insecure and should not be used.
May 24 2019
Consider using tests/bench-slope to get cycles/byte results so they can be compared with https://github.com/dot-asm/cryptogams/blob/master/ppc/aesp8-ppc.pl#L34
May 19 2019
May 16 2019
May 14 2019
I've prepared patch for statically defining mpiutil contants, but I can leave it out and not push to master.
May 12 2019
That type of variadic macro is GCC extension, see https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html
May 11 2019
Maybe cleaner option for mpi/mpiutil.c would be to statically allocate the constants
May 10 2019
May 7 2019
SPARC T4 has crypto instruction set for AES, GCM, SHA1, SHA256, SHA512, Camellia and DES, that can be used from user-space too.
May 6 2019
May 1 2019
This change has been pushed to repository.
This change has been pushed to repository.
Apr 28 2019
Email did not get through (should use plain old text email), so I prepared patch myself. See D477, https://dev.gnupg.org/D477
Apr 22 2019
Apr 17 2019
I'm not actually sure how workflow should be on the 'patches' interface at dev.gnupg.org.
Apr 14 2019
Apr 9 2019
Apr 8 2019
_gcry_fast_wipememory2 should be changed to always just use explicit_memset when available:
Apr 7 2019
Apr 3 2019
This is largely solved.
Apr 1 2019
I think commit https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=commit;h=09c27280cc09798d15369b3a143036b7ab5ddd69 should be backported to 1.8 branch of libgcrypt.
Mar 31 2019
Mar 30 2019
Mar 24 2019
This looks duplicate of https://dev.gnupg.org/T4317