summaryrefslogtreecommitdiff
path: root/cipher
Commit message (Expand)AuthorAgeFilesLines
* ecc: Fix for chosen cipher text attacks.NIIBE Yutaka2016-02-101-2/+9
* cipher: Use ciphertext blinding for Elgamal decryption.Werner Koch2015-02-231-5/+44
* mpi: Yet another fix to get option flag munging right.Werner Koch2013-04-181-1/+1
* cipher: Fix regression in Padlock support.Werner Koch2013-04-181-7/+2
* 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-181-56/+31
* Rework selftest in idea.c.Ulrich Müller2013-03-201-25/+19
* Add support for the IDEA cipher.Ulrich Müller2013-03-203-144/+57
* Include an IDEA implementation.Werner Koch2013-03-201-0/+476
* Generate the ChangeLog from commit logs.Werner Koch2013-03-181-1/+8
* mpi: Make using gcc's -Ofast easier.Werner Koch2013-03-181-1/+1
* libgcrypt-1.5: rinjdael: Fix use of SSE2 outside USE_AESNI/ctx->use_aesniJussi Kivilinna2013-02-191-4/+20
* Fix segv with AES-NI on some platforms.Werner Koch2012-11-211-1/+1
* Fix memory leak in gcry_pk_testkey for ECC.Werner Koch2012-11-071-13/+18
* PBKDF2: Allow empty passphrase.Milan Broz2012-11-051-1/+1
* Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch2011-06-292-14/+10
* Fixed a pkcs#1 v1.5 flaw regarding leading zero bytesWerner Koch2011-06-133-42/+115
* Fixed leading zero problems in PSS and OAEP.ueno-pssWerner Koch2011-06-102-77/+126
* Add OAEP regression test.Werner Koch2011-06-092-1/+3
* Add a small comment.Werner Koch2011-06-091-1/+1
* Use octet_string_from_mpi in oaep_decode.Werner Koch2011-06-092-82/+64
* Add random-override parameter to the PK functions to allow better regression ...Werner Koch2011-06-092-8/+102
* Expect mHash as input to the PSS functions.Werner Koch2011-06-092-38/+50
* Merge branch 'master' into ueno-pssWerner Koch2011-06-092-157/+396
|\
| * Restructure oaep_decode to match the description in rfc-3447.Werner Koch2011-06-032-68/+153
| * Restructure oaep_encode to match the description in rfc-3447.Werner Koch2011-06-032-41/+104
| * Add comments to the mgf1 function and speed it up.Werner Koch2011-06-032-14/+25
| * Let gcry_pk_decrypt in non-raw mode return a verbatim buffer.Werner Koch2011-05-312-37/+66
| * Fixed pkcs#1 unpaddingWerner Koch2011-05-302-15/+62
| * Fix double-free when un-padding invalid data.Daiki Ueno2011-05-272-2/+7
* | Restructure pss_verify to match the description in rfc-3447.Werner Koch2011-06-092-93/+158
* | Restructure pss_encode to match the description in rfc-3447.Werner Koch2011-06-082-65/+106
* | Support PSS.Daiki Ueno2011-05-251-3/+336
* | Cleanup pk_encoding_ctx code.Daiki Ueno2011-05-243-49/+64
* | Simplify MGF1 by initializing MD handle at once.Daiki Ueno2011-05-242-6/+7
|/
* Merge branch 'master'.Werner Koch2011-05-232-4/+7
|\
| * Fix memleak when decoding OAEP/PKCS#1 block type 2.Daiki Ueno2011-05-232-2/+13
* | Add a few comments to the pkcs#1 code.Werner Koch2011-05-232-14/+45
|/
* Support PKCS#1 un-padding.Daiki Ueno2011-05-182-113/+212
* Minor updates to the OAEP code.Werner Koch2011-05-112-30/+53
* Add missing ChangeLogsWerner Koch2011-05-111-0/+14
* Support RSA-OAEP padding for encryption.Daiki Ueno2011-05-111-68/+436
* Make sure to return correct error codes for secmem failures.Werner Koch2011-04-192-1/+6
* Fix double free in gcry_pk_get_keygrip.Werner Koch2011-04-112-0/+3
* CTR mode may now be used with arbitrary long data chunks.Werner Koch2011-04-112-9/+38
* Allow for truncation in CTR mode.Werner Koch2011-04-112-6/+11
* Add a few comments to explain the generation of k.Werner Koch2011-04-081-2/+14
* Fix a small memory leak in gcry_pk_get_keygrip.Werner Koch2011-04-043-4/+11
* Fixed a few warnings emitted by gcc 4.6.Werner Koch2011-03-284-7/+12