index
:
delta/libgcrypt.git
ECC-INTEGRATION-1-5
LIBGCRYPT-1-2-BRANCH
LIBGCRYPT-1-4-BRANCH
LIBGCRYPT-1-5-BRANCH
LIBGCRYPT-1-6-BRANCH
LIBGCRYPT-1-7-BRANCH
LIBGCRYPT-1.10-BRANCH
LIBGCRYPT-1.8-BRANCH
LIBGCRYPT-1.9-BRANCH
LIBGCRYPT-2.0-MO
OS2-BRANCH
STABLE-BRANCH-1-0
baserock/gnome
baserock/libgcrypt-1.5.5
baserock/morph
cipher-amd64-optimizations
cipher-s390x-optimizations
compliant-ecc-keygen
dkg/ecc-debug-cleanup
dkg/fix-T3894
ePit-1-0
gniibe-T3358
gniibe-curve25519
gniibe-mpi-pow-2017-06
gniibe/4293
gniibe/cmac-selftest
gniibe/const-invm
gniibe/fips-from-redhat
gniibe/jitterent
gniibe/new-pk-api
gniibe/t5797
gniibe/x448
http-to-https
justus/fix-error-handling
master
mo
padlock-test
t4873
ueno-pss
dev.gnupg.org: source/libgcrypt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cipher
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework selftest in idea.c.
Ulrich Müller
2012-02-17
1
-25
/
+19
*
Add support for the IDEA cipher.
Ulrich Müller
2012-02-16
3
-144
/
+57
*
Include an IDEA implementation.
Werner Koch
2012-01-09
1
-0
/
+476
*
Generate the ChangeLog from commit logs.
Werner Koch
2011-12-01
1
-1
/
+12
*
Completed switch to a simpler thread model.
Werner Koch
2011-12-01
5
-9
/
+37
*
Factor cipher mode code out to separate files.
Werner Koch
2011-09-15
9
-810
/
+1050
|
\
|
*
Factor cipher mode code out to separate files.
Werner Koch
2011-08-03
8
-810
/
+854
*
|
Removed the module registration interface
Werner Koch
2011-09-15
4
-67
/
+8
*
|
Removed the AC interface (gcry_ac_*)
Werner Koch
2011-09-15
3
-3302
/
+5
|
/
*
Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen
Werner Koch
2011-06-29
2
-14
/
+10
*
Fixed a pkcs#1 v1.5 flaw regarding leading zero bytes
Werner Koch
2011-06-13
3
-42
/
+115
*
Fixed leading zero problems in PSS and OAEP.
ueno-pss
Werner Koch
2011-06-10
2
-77
/
+126
*
Add OAEP regression test.
Werner Koch
2011-06-09
2
-1
/
+3
*
Add a small comment.
Werner Koch
2011-06-09
1
-1
/
+1
*
Use octet_string_from_mpi in oaep_decode.
Werner Koch
2011-06-09
2
-82
/
+64
*
Add random-override parameter to the PK functions to allow better regression ...
Werner Koch
2011-06-09
2
-8
/
+102
*
Expect mHash as input to the PSS functions.
Werner Koch
2011-06-09
2
-38
/
+50
*
Merge branch 'master' into ueno-pss
Werner Koch
2011-06-09
2
-157
/
+396
|
\
|
*
Restructure oaep_decode to match the description in rfc-3447.
Werner Koch
2011-06-03
2
-68
/
+153
|
*
Restructure oaep_encode to match the description in rfc-3447.
Werner Koch
2011-06-03
2
-41
/
+104
|
*
Add comments to the mgf1 function and speed it up.
Werner Koch
2011-06-03
2
-14
/
+25
|
*
Let gcry_pk_decrypt in non-raw mode return a verbatim buffer.
Werner Koch
2011-05-31
2
-37
/
+66
|
*
Fixed pkcs#1 unpadding
Werner Koch
2011-05-30
2
-15
/
+62
|
*
Fix double-free when un-padding invalid data.
Daiki Ueno
2011-05-27
2
-2
/
+7
*
|
Restructure pss_verify to match the description in rfc-3447.
Werner Koch
2011-06-09
2
-93
/
+158
*
|
Restructure pss_encode to match the description in rfc-3447.
Werner Koch
2011-06-08
2
-65
/
+106
*
|
Support PSS.
Daiki Ueno
2011-05-25
1
-3
/
+336
*
|
Cleanup pk_encoding_ctx code.
Daiki Ueno
2011-05-24
3
-49
/
+64
*
|
Simplify MGF1 by initializing MD handle at once.
Daiki Ueno
2011-05-24
2
-6
/
+7
|
/
*
Merge branch 'master'.
Werner Koch
2011-05-23
2
-4
/
+7
|
\
|
*
Fix memleak when decoding OAEP/PKCS#1 block type 2.
Daiki Ueno
2011-05-23
2
-2
/
+13
*
|
Add a few comments to the pkcs#1 code.
Werner Koch
2011-05-23
2
-14
/
+45
|
/
*
Support PKCS#1 un-padding.
Daiki Ueno
2011-05-18
2
-113
/
+212
*
Minor updates to the OAEP code.
Werner Koch
2011-05-11
2
-30
/
+53
*
Add missing ChangeLogs
Werner Koch
2011-05-11
1
-0
/
+14
*
Support RSA-OAEP padding for encryption.
Daiki Ueno
2011-05-11
1
-68
/
+436
*
Make sure to return correct error codes for secmem failures.
Werner Koch
2011-04-19
2
-1
/
+6
*
Fix double free in gcry_pk_get_keygrip.
Werner Koch
2011-04-11
2
-0
/
+3
*
CTR mode may now be used with arbitrary long data chunks.
Werner Koch
2011-04-11
2
-9
/
+38
*
Allow for truncation in CTR mode.
Werner Koch
2011-04-11
2
-6
/
+11
*
Add a few comments to explain the generation of k.
Werner Koch
2011-04-08
1
-2
/
+14
*
Fix a small memory leak in gcry_pk_get_keygrip.
Werner Koch
2011-04-04
3
-4
/
+11
*
Fixed a few warnings emitted by gcc 4.6.
Werner Koch
2011-03-28
4
-7
/
+12
*
New function gcry_kdf_derive
Werner Koch
2011-03-09
3
-1
/
+283
*
Use AES-NI insns for CTR mode.
Werner Koch
2011-02-22
3
-29
/
+378
*
Fix strict-aliasing problems in rijndael.c
Werner Koch
2011-02-18
2
-98
/
+112
*
Improved AES-CFB performance using AES-NI insn.
Werner Koch
2011-02-16
2
-15
/
+89
*
Add asm code to use aeskeygenassist.
Werner Koch
2011-02-15
2
-17
/
+71
*
Change more AES-NI code into plain asm
Werner Koch
2011-02-15
2
-102
/
+175
*
Use a better alignment.
Werner Koch
2011-02-14
2
-48
/
+83
[next]