summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Disable AES-NI support if as does not support SSSE3.Werner Koch2013-03-221-13/+44
* Fix make dependency regression.Werner Koch2013-03-211-1/+1
* Use finer grained on-the-fly helper computations for EC.Werner Koch2013-03-202-25/+43
* Allow building with w64-mingw32Werner Koch2013-03-201-3/+3
* Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch2013-03-205-13/+33
* Fix a memory leak in the new EC code.Werner Koch2013-03-201-1/+1
* Extend the new EC interface and fix two bugs.Werner Koch2013-03-196-20/+163
* mpi: Add functions to manipulate an EC context.Werner Koch2013-03-1514-119/+963
* Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch2013-03-139-60/+202
* Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch2013-03-137-45/+164
* Document the new point and EC functionsWerner Koch2013-03-111-4/+148
* mpi: Add an API for EC math.Werner Koch2013-03-0813-31/+493
* mpi: Add an API for EC point operations.Werner Koch2013-03-089-3/+394
* mpi: Add mpi_snatch and change an internal typedef.Werner Koch2013-03-0711-89/+137
* Add Christian to the list of authors.Werner Koch2013-03-071-0/+1
* Pretty print the configure feedback.Werner Koch2013-03-072-19/+50
* Fix building of hwf-x86.cWerner Koch2013-02-201-0/+2
* Remove build hacks for FreeBSD.Werner Koch2013-02-201-6/+0
* Rinjdael: Fix use of SSE2 outside USE_AESNI/ctx->use_aesniJussi Kivilinna2013-02-191-2/+10
* Add AES-NI/AVX accelerated Camellia implementationJussi Kivilinna2013-02-198-6/+1272
* camellia.c: Prepare for AES-NI/AVX implementationJussi Kivilinna2013-02-192-96/+52
* Camellia, prepare glue code for AES-NI/AVX implementationJussi Kivilinna2013-02-193-12/+206
* Prepare for hardware feature detection on other platforms.Werner Koch2012-12-217-183/+362
* Clean up i386/x86-64 cpuid usage in hwfeatures.cJussi Kivilinna2012-12-211-218/+122
* Add support for using DRNG random number generatorDmitry Kasatkin2012-12-185-0/+113
* doc: Add Dmitry to AUTHORSWerner Koch2012-12-181-0/+1
* Update AUTHORS file.Werner Koch2012-12-051-5/+8
* random: Add a RNG selection interface and system RNG wrapper.Werner Koch2012-12-0311-19/+764
* Update the copyright years.Werner Koch2012-12-034-22/+25
* tests: Allow use of random.c under Windows.Werner Koch2012-12-032-9/+35
* Make random-fips.c work multi-threaded.Werner Koch2012-12-031-1/+1
* Move nonce creation from csprng backend to random main module.Werner Koch2012-12-035-121/+105
* Fix building with CC="gcc -std=c90".Jussi Kivilinna2012-12-031-0/+25
* Try to use inttypes.h if stdint.h is not available.Werner Koch2012-12-031-0/+2
* Optimize buffer xoring.Jussi Kivilinna2012-12-038-136/+294
* Optimize AES-NI CTR mode.Jussi Kivilinna2012-11-291-51/+39
* Make a cpp conditional in rijndael.c better readable.Werner Koch2012-11-281-3/+5
* Fix building with Clang on x86-64 and i386Jussi Kivilinna2012-11-281-13/+13
* Optimize wipememory2 for i386 and x86-64Jussi Kivilinna2012-11-261-1/+42
* Fix missing 64bit carry handling in AES-NI CTR modeJussi Kivilinna2012-11-261-18/+171
* Add parallelized AES-NI CBC decryptionJussi Kivilinna2012-11-261-9/+152
* Clear xmm5 after use in AES-NI CTR modeJussi Kivilinna2012-11-261-4/+5
* Optimize AES-NI CBC encryptionJussi Kivilinna2012-11-261-10/+37
* Improve parallelizability of CBC decryption for AES-NIJussi Kivilinna2012-11-261-22/+75
* Extend test of chained modes for 128bit ciphersJussi Kivilinna2012-11-261-17/+28
* Fix for strict aliasing rules.Werner Koch2012-11-211-18/+18
* Do not detect AES-NI support if disabled by configure.Werner Koch2012-11-211-4/+10
* Add Jussi Kivilinna to the AUTHORS.Werner Koch2012-11-211-0/+1
* Fix too large burn_stack in camellia-glue.cJussi Kivilinna2012-11-211-2/+2
* Add x86_64 support for AES-NIJussi Kivilinna2012-11-212-106/+96