summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Check if assembler is compatible with AMD64 assembly implementationscipher-amd64-optimizationsJussi Kivilinna2013-06-2015-16/+50
* Optimize _gcry_burn_stack for 32-bit and 64-bit architecturesJussi Kivilinna2013-06-091-0/+26
* Add Camellia AES-NI/AVX2 implementationJussi Kivilinna2013-06-094-4/+1395
* Add Serpent AVX2 implementationJussi Kivilinna2013-06-094-4/+1028
* Add detection for Intel AVX2 instruction setJussi Kivilinna2013-06-094-3/+58
* twofish: add amd64 assembly implementationJussi Kivilinna2013-06-096-1/+1036
* rinjdael: add amd64 assembly implementationJussi Kivilinna2013-05-294-1/+1456
* blowfish: add amd64 assembly implementationJussi Kivilinna2013-05-296-1/+832
* ecc: Simplify the compliant point generation.Werner Koch2013-05-241-28/+17
* ecc: Fix a minor flaw in the generation of K.Werner Koch2013-05-245-104/+117
* cast5: add amd64 assembly implementationJussi Kivilinna2013-05-246-9/+885
* cipher-selftest: make selftest work with any block-sizeJussi Kivilinna2013-05-245-79/+85
* serpent: add parallel processing for CFB decryptionJussi Kivilinna2013-05-234-0/+158
* camellia: add parallel processing for CFB decryptionJussi Kivilinna2013-05-234-0/+143
* rinjdael: add parallel processing for CFB decryption with AES-NIJussi Kivilinna2013-05-233-1/+299
* Avoid compiler warning due to the global symbol setkey.Werner Koch2013-05-231-4/+6
* serpent: add SSE2 accelerated amd64 implementationJussi Kivilinna2013-05-236-3/+1066
* Serpent: faster S-box implementationJussi Kivilinna2013-05-231-350/+250
* w32: Fix installing of .def file.Werner Koch2013-05-221-0/+1
* Register a DCO.Werner Koch2013-05-221-0/+3
* Add control commands to disable mlock and setuid dropping.Werner Koch2013-05-226-9/+59
* Fix libtool 2.4.2 to correctly detect .def files.Werner Koch2013-05-222-5/+9
* Add AES bulk CBC decryption selftestJussi Kivilinna2013-05-221-0/+18
* Change AES bulk CTR encryption selftest use new selftest helper functionJussi Kivilinna2013-05-221-86/+7
* Convert bulk CTR and CBC selftest functions in Camellia to generic selftest h...Jussi Kivilinna2013-05-224-157/+357
* camellia: add bulk CBC decryption selftestJussi Kivilinna2013-05-221-0/+83
* camellia: Rename camellia_aesni_avx_x86-64.S to camellia-aesni-avx-amd64.SJussi Kivilinna2013-05-223-4/+4
* Fix indentation and save on string space.Werner Koch2013-05-212-33/+46
* mpi_sub( r, a, b ) expects r to be initialized; other minor cleanup in ecc ge...Andrey2013-05-191-6/+10
* Generate ECC keys Q=(x,y) as compliant keys, enabling their compact represent...compliant-ecc-keygenAndrey2013-05-091-4/+49
* cipher: Fix regression in Padlock support.Werner Koch2013-04-182-7/+3
* mpi: Yet another fix to get option flag munging right.Werner Koch2013-04-181-1/+1
* mpi: Make using gcc's -Ofast easier.Werner Koch2013-04-181-1/+1
* Fix alignment problem in idea.c.Werner Koch2013-04-181-27/+27
* Add some const attributes.Vladimir Serbinenko2013-04-183-3/+6
* Fix alignment problem in serpent.c.Vladimir Serbinenko2013-04-182-56/+36
* Fix multiply by zero in gcry_mpi_ec_mul.Werner Koch2013-04-162-5/+32
* Add macros to return pre-defined MPIs.Werner Koch2013-04-157-1/+47
* Fix addition of EC points.Werner Koch2013-04-151-1/+1
* Add hack to allow using an "ecc" key for "ecdsa" or "ecdh".Werner Koch2013-04-123-128/+360
* Add gcry_pubkey_get_sexp.Werner Koch2013-04-1118-13/+367
* Remove obsolete warning note from gcry_pk_keygrip.Werner Koch2013-04-111-2/+2
* Remove unused code.Werner Koch2013-04-112-96/+0
* Clarify DCO for Werner KochWerner Koch2013-04-051-1/+1
* Make the Q parameter optional for ECC signing.Werner Koch2013-04-054-26/+112
* Add test case for SCRYPT and rework the code.Werner Koch2013-04-0512-544/+393
* Add the SCRYPT KDF functionChristian Grothoff2013-04-048-2/+710
* Doc fix.Werner Koch2013-03-261-1/+2
* Add DCO by Christian GrothoffWerner Koch2013-03-221-7/+21
* Replace deprecated AM_CONFIG_HEADER macro.Werner Koch2013-03-221-2/+2