summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecc: Fix ec_mulm_25519.gniibe-T3358NIIBE Yutaka2017-08-231-5/+2
* ecc: Use 25519 method also for ed25519.NIIBE Yutaka2017-08-233-71/+102
* ecc: Clean up curve specific method support.NIIBE Yutaka2017-08-232-12/+1
* ecc: Relax condition for 25519 computations.NIIBE Yutaka2017-08-231-3/+3
* ecc: Fix ec_mulm_25519.NIIBE Yutaka2017-08-231-0/+5
* ecc: field specific routines for 25519.NIIBE Yutaka2017-08-231-13/+211
* ecc: Add field specific computation methods.NIIBE Yutaka2017-08-212-18/+33
* cipher: Add OID for SHA384WithECDSA.Marcus Brinkmann2017-08-071-0/+3
* tests: Fix a printf glitch for a Windows test.Werner Koch2017-08-022-5/+9
* tests: Add benchmarking option to tests/random.Werner Koch2017-08-022-6/+153
* random: Add more bytes to the pool in addition to the seed file.Werner Koch2017-08-021-8/+12
* Add script to run basic tests with all supported HWF combinationsJussi Kivilinna2017-08-012-1/+112
* Fix return value type for _gcry_md_extractJussi Kivilinna2017-07-291-3/+3
* Fix building AArch32 CE implementations when target is ARMv6 archJussi Kivilinna2017-07-295-0/+5
* sexp: Add fall through annotation.NIIBE Yutaka2017-07-251-0/+1
* random: Fix the command line munging for jitterbase.Werner Koch2017-07-241-1/+1
* doc: Typo fix.Werner Koch2017-07-201-1/+1
* Remove byte order mark.NIIBE Yutaka2017-07-192-2/+2
* Post release updatesWerner Koch2017-07-182-1/+5
* Release 1.8.0libgcrypt-1.8.0Werner Koch2017-07-188-20/+43
* build: Remove the configure run notice on EGD.Werner Koch2017-07-181-19/+0
* mac: Add selftests for HMAC-SHA3-xxx.Werner Koch2017-07-181-19/+436
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-1810-1/+56
* build: Bump LT version to C22/A2/R0.Werner Koch2017-07-171-3/+4
* random: Minor fix for getting the rndjent version.Werner Koch2017-07-172-0/+19
* mpi: Minor fix of mpi_pow.NIIBE Yutaka2017-07-071-2/+2
* mpi: Fix mpi_pow alternative implementation.NIIBE Yutaka2017-07-071-5/+11
* Fix mpi_pow alternative implementation.NIIBE Yutaka2017-07-071-2/+2
* Update NEWSWerner Koch2017-07-061-0/+5
* rsa: Use modern MPI allocation function.Werner Koch2017-07-061-1/+1
* build: Minor API fixes to fix build problems on AIX.Werner Koch2017-07-052-3/+3
* tools: Add left shift to mpicalc.Werner Koch2017-07-051-1/+15
* mpi: Fix mpi_set_secure.NIIBE Yutaka2017-07-041-1/+1
* rsa: Add exponent blinding.NIIBE Yutaka2017-06-291-5/+26
* Same computation for square and multiply.NIIBE Yutaka2017-06-281-21/+29
* rsa: Minor refactoring.Werner Koch2017-06-241-32/+56
* random: Add missing dependency.Werner Koch2017-06-231-3/+3
* random: Update jitterentropy to 2.1.0.Werner Koch2017-06-235-789/+711
* api: New function gcry_get_config.Werner Koch2017-06-2111-74/+248
* random: Allow building rndjent on non-x86.Werner Koch2017-06-213-11/+108
* rijndael-padlock: change asm operands from read-only to read/writeJussi Kivilinna2017-06-181-6/+8
* random: Make rndjent.c NTG.1 compliant.Werner Koch2017-06-161-5/+9
* md: Optimize gcry_md_hash_buffers for SHA-256 and SHA-512.Werner Koch2017-06-164-3/+100
* random: Allow building rndjent.c with stats collecting enabled.Werner Koch2017-06-162-13/+127
* New global config option "only-urandom".Werner Koch2017-06-165-4/+44
* Implement global config file /etc/gcrypt/random.confWerner Koch2017-06-167-6/+131
* random: Add jitter RND based entropy collector.Werner Koch2017-06-147-6/+274
* cipher: New helper function rol64.Werner Koch2017-06-141-0/+5
* New hardware feature flag HWF_INTEL_RDTSC.Werner Koch2017-06-144-3/+12
* random: Changes to original Jitter RNG implementationWerner Koch2017-06-142-72/+79