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
/
rsa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fips,rsa: Prevent usage of X9.31 keygen in FIPS mode.
Jakub Jelen
2022-12-06
1
-0
/
+5
*
cipher: Do not run RSA encryption selftest by default
Jakub Jelen
2022-10-19
1
-4
/
+7
*
Revert "Do not allow PKCS #1.5 padding for encryption in FIPS"
Jakub Jelen
2022-10-19
1
-5
/
+0
*
Revert "fips: Disable RSA-OAEP padding in FIPS mode."
Jakub Jelen
2022-10-19
1
-2
/
+1
*
fips: Skip PCT if RSA keygen test-parms specified
Clemens Lang
2022-09-22
1
-1
/
+4
*
fips: Disable RSA-OAEP padding in FIPS mode.
Jakub Jelen
2022-08-23
1
-1
/
+2
*
Simplify the PCT for RSA and ECDSA
Jakub Jelen
2022-08-23
1
-35
/
+12
*
rsa: Run PCT in FIPS mode also with digest step.
Jakub Jelen
2022-08-23
1
-1
/
+68
*
fips: Run digest&sign self tests for RSA and ECC in FIPS mode.
Jakub Jelen
2022-08-23
1
-6
/
+102
*
cipher: Allow verification of small RSA signatures in FIPS mode
Jakub Jelen
2022-05-19
1
-2
/
+24
*
Do not allow PKCS #1.5 padding for encryption in FIPS
Jakub Jelen
2022-04-21
1
-0
/
+5
*
cipher: Change the bounds for RSA key generation round.
NIIBE Yutaka
2022-04-20
1
-4
/
+4
*
cipher: Fix rsa key generation.
NIIBE Yutaka
2022-04-18
1
-0
/
+2
*
rsa: Fix regression in not returning an error for prime generation.
Werner Koch
2022-01-31
1
-2
/
+5
*
Update documentation related to FIPS
Jakub Jelen
2022-01-17
1
-1
/
+1
*
rsa: Allow e=0 to select 65537 for keygeneration under X931.
NIIBE Yutaka
2021-12-03
1
-1
/
+3
*
rsa: Check keylen constraints for key operations.
Jakub Jelen
2021-11-08
1
-15
/
+43
*
cipher: Allow generation of RSA keys > 2k
Jakub Jelen
2021-10-14
1
-1
/
+1
*
Remove the forced fips mode
Jakub Jelen
2021-09-20
1
-1
/
+1
*
rsa: Do not allow 1024 RSA keys in FIPS mode
Jakub Jelen
2021-08-17
1
-9
/
+1
*
cipher: Extend RSA-PSS internal function for verify, too.
NIIBE Yutaka
2021-07-23
1
-1
/
+1
*
rsa: Use modern MPI allocation function.
Werner Koch
2017-07-06
1
-1
/
+1
*
rsa: Add exponent blinding.
NIIBE Yutaka
2017-06-29
1
-5
/
+26
*
rsa: Minor refactoring.
Werner Koch
2017-06-24
1
-32
/
+56
*
doc: Comment fixes
Werner Koch
2017-05-23
1
-1
/
+1
*
Spelling fixes in docs and comments.
NIIBE Yutaka
2017-04-28
1
-1
/
+1
*
Improve robustness and help lint.
Werner Koch
2016-06-25
1
-1
/
+1
*
rsa: Implement blinding also for signing.
Werner Koch
2016-06-08
1
-44
/
+48
*
rsa: Add FIPS 186-4 compliant RSA probable prime key generator.
Tomáš Mráz
2016-03-22
1
-3
/
+295
*
rsa: Use 2048 bit RSA keys for selftest.
Vitezslav Cizek
2016-03-18
1
-49
/
+118
*
rsa: Add verify after sign to avoid Lenstra's CRT attack.
Werner Koch
2015-08-31
1
-1
/
+18
*
rsa: Fix error in comments.
Peter Wu
2015-07-16
1
-1
/
+1
*
Fix RSA Blinding.
NIIBE Yutaka
2014-01-29
1
-5
/
+4
*
cipher: Normalize the MPIs used as input to secret key functions.
Werner Koch
2013-12-16
1
-0
/
+10
*
Remove macro hacks for internal vs. external functions. Part 2 and last.
Werner Koch
2013-12-12
1
-3
/
+3
*
Remove macro hacks for internal vs. external functions. Part 1.
Werner Koch
2013-12-05
1
-229
/
+221
*
sexp: Add function gcry_sexp_extract_param.
Werner Koch
2013-10-16
1
-13
/
+13
*
pubkey: Support flags list in gcry_pk_genkey.
Werner Koch
2013-10-14
1
-9
/
+22
*
pubkey: Move sexp parsing of remaining fucntions to the modules.
Werner Koch
2013-10-11
1
-21
/
+25
*
pubkey: Move sexp parsing for gcry_pk_decrypt to the modules.
Werner Koch
2013-10-11
1
-62
/
+104
*
pubkey: Move sexp parsing for gcry_pk_encrypt to the modules.
Werner Koch
2013-10-11
1
-16
/
+45
*
pubkey: Move sexp parsing for gcry_pk_sign to the modules.
Werner Koch
2013-10-11
1
-25
/
+62
*
pubkey: Move sexp parsing for gcry_pk_verify to the modules.
Werner Koch
2013-10-09
1
-33
/
+66
*
pubkey: Move sexp parsing for gcry_pk_get_nbits to the modules.
Werner Koch
2013-10-08
1
-3
/
+24
*
pubkey: Move sexp parsing for gcry_pk_getkey to the modules.
Werner Koch
2013-10-08
1
-5
/
+12
*
sexp: Change internal versions to always use gpg_err_code_t.
Werner Koch
2013-09-20
1
-31
/
+23
*
pk: Move s-exp creation for gcry_pk_decrypt to the modules.
Werner Koch
2013-09-20
1
-76
/
+69
*
pk: Move s-expr creation for genkey to the modules.
Werner Koch
2013-09-19
1
-34
/
+25
*
pk: Move s-expr creation for sign and encrypt to the modules.
Werner Koch
2013-09-19
1
-8
/
+54
*
pk: Simplify the public key dispatcher pubkey.c.
Werner Koch
2013-09-18
1
-1
/
+2
[next]