summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing ChangeLogsWerner Koch2011-05-114-0/+31
* Support RSA-OAEP padding for encryption.Daiki Ueno2011-05-114-71/+606
* Make sure to return correct error codes for secmem failures.Werner Koch2011-04-195-6/+32
* 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-115-11/+90
* Allow for truncation in CTR mode.Werner Koch2011-04-114-35/+124
* Add a few comments to explain the generation of k.Werner Koch2011-04-081-2/+14
* Move an AC_SUBST to avoid an Emacs warningWerner Koch2011-04-062-5/+10
* Fix a small memory leak in gcry_pk_get_keygrip.Werner Koch2011-04-043-4/+11
* Add a test option to help finding memory leaks.Werner Koch2011-04-042-10/+53
* Make sure that gcry_realloc (NULL, n) works on all platforms.Werner Koch2011-04-012-0/+14
* Add a version string to the binaryWerner Koch2011-03-302-1/+5
* Fixed a few warnings emitted by gcc 4.6.Werner Koch2011-03-2810-12/+33
* New function gcry_kdf_deriveWerner Koch2011-03-0913-3/+1378
* Shorten BUILD_REVISION macroWerner Koch2011-03-082-1/+6
* Add option host to libgcrypt-config.Werner Koch2011-02-235-2/+39
* Updated gpg-error.m4 (bug#1261)Werner Koch2011-02-235-61/+92
* Use AES-NI insns for CTR mode.Werner Koch2011-02-226-35/+390
* Final changes for 1.5.0-beta1libgcrypt-1.5.0-beta1Werner Koch2011-02-2112-48/+63
* Allow --alignment option for md_benchWerner Koch2011-02-212-26/+41
* Fix strict-aliasing problems in rijndael.cWerner Koch2011-02-184-109/+118
* Flag the _ac_ functions as deprecated.Werner Koch2011-02-176-68/+222
* Fix AES-NI detection.Werner Koch2011-02-172-1/+6