summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Improve parsing of the GIT revision number.Werner Koch2012-11-161-2/+3
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-1/+1
* Fix extern inline use for gcc > 4.3 in c99 modeWerner Koch2012-11-081-1/+8
* Fix memory leak in gcry_pk_testkey for ECC.Werner Koch2012-11-071-13/+18
* PBKDF2: Allow empty passphrase.Milan Broz2012-11-052-2/+10
* Avoid dereferencing pointer right after the endWerner Koch2012-11-051-1/+1
* Add alignment tests for the cipher tests.Werner Koch2012-04-251-32/+106
* Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz2012-04-045-7/+39
* Ignore more filesWerner Koch2011-09-091-0/+3
* Typo fixes.Werner Koch2011-09-081-2/+2
* Let GCRYPT_NO_DEPRECATED also cover gcry_ac structures.Werner Koch2011-09-082-0/+6
* Fix a problem with select and high fds.Werner Koch2011-09-083-21/+37
* Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch2011-06-294-17/+42
* Add a comment to not update the SO number.Werner Koch2011-06-291-0/+2
* Post release updatesWerner Koch2011-06-292-2/+5
* Prepare for the 1.5.0 release.libgcrypt-1.5.0Werner Koch2011-06-297-32/+51
* Update config.{sub,guess}Werner Koch2011-06-292-299/+426
* Implement the --debug option for the keygrip test.Werner Koch2011-06-291-0/+3
* Suggest to use GCRYMPI_FMT_USG with gcry_sexp_nth_mpi.Werner Koch2011-06-131-5/+7
* Fixed a pkcs#1 v1.5 flaw regarding leading zero bytesWerner Koch2011-06-134-43/+118
* Add a full set of pkcs#1 v2 test vectorsWerner Koch2011-06-139-1726/+9714
* Fixed leading zero problems in PSS and OAEP.ueno-pssWerner Koch2011-06-109-122/+279
* Add the PSS test vectorsWerner Koch2011-06-091-2/+1062
* Add OAEP regression test.Werner Koch2011-06-095-2/+1079
* 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-095-11/+126
* Expect mHash as input to the PSS functions.Werner Koch2011-06-092-38/+50
* Merge branch 'master' into ueno-pssWerner Koch2011-06-094-163/+442
|\
| * 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
| * Add option --die to ease debuggingWerner Koch2011-06-032-0/+12
| * 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-274-8/+41
* | 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-254-5/+354
* | Tell check_pubkey_* which PK algo is used.Daiki Ueno2011-05-242-9/+35
* | Cleanup pk_encoding_ctx code.Daiki Ueno2011-05-245-49/+88
* | 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
|/
* Add $(GPG_ERROR_LIBS) to gcryptrnd_LDADD for gpg_strerror.Daiki Ueno2011-05-192-1/+6
* Support PKCS#1 un-padding.Daiki Ueno2011-05-187-119/+241
* Minor updates to the OAEP code.Werner Koch2011-05-112-30/+53