index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
rsa-pkcs1pad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-31
crypto: rsa-pkcs1pad - use clearer variable names
Eric Biggers
1
-15
/
+16
2022-01-31
crypto: rsa-pkcs1pad - fix buffer overread in pkcs1pad_verify_complete()
Eric Biggers
1
-0
/
+2
2022-01-31
crypto: rsa-pkcs1pad - restore signature length check
Eric Biggers
1
-1
/
+1
2022-01-31
crypto: rsa-pkcs1pad - correctly get hash from source scatterlist
Eric Biggers
1
-1
/
+1
2022-01-31
crypto: rsa-pkcs1pad - only allow with rsa
Eric Biggers
1
-0
/
+5
2020-08-20
crypto: algapi - Remove skbuff.h inclusion
Herbert Xu
1
-0
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-3
/
+3
2020-07-16
crypto: algapi - use common mechanism for inheriting flags
Eric Biggers
1
-10
/
+3
2020-03-06
crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()
Eric Biggers
1
-39
/
+20
2020-01-09
crypto: akcipher - pass instance to crypto_grab_akcipher()
Eric Biggers
1
-3
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-18
crypto: akcipher - new verify API for public key algorithms
Vitaly Chikunov
1
-10
/
+19
2019-04-18
crypto: rsa - unimplement sign/verify for raw RSA backends
Vitaly Chikunov
1
-2
/
+2
2019-01-18
crypto: rsa-pkcs1pad - include <crypto/internal/rsa.h>
Eric Biggers
1
-0
/
+1
2018-10-26
crypto: rsa-pkcs1pad: Allow hash to be optional [ver #2]
Denis Kenzior
1
-18
/
+41
2018-09-28
crypto: fix a memory leak in rsa-kcs1pad's encryption mode
Dan Aloni
1
-9
/
+0
2018-02-15
crypto: rsa-pkcs1pad - Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt...
Jia-Ju Bai
1
-1
/
+1
2017-11-03
crypto: remove redundant backlog checks on EBUSY
Gilad Ben-Yossef
1
-12
/
+4
2017-06-20
crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
Jason A. Donenfeld
1
-1
/
+1
2017-06-10
crypto: pkcs1pad - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-8
/
+2
2016-09-22
crypto: rsa-pkcs1pad - Handle leading zero for decryption
Herbert Xu
1
-17
/
+24
2016-07-19
crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request struct
Tadeusz Struk
1
-2
/
+1
2016-07-03
crypto: rsa-pkcs1pad - Fix regression from leading zeros
Herbert Xu
1
-16
/
+22
2016-07-01
crypto: rsa-pkcs1pad - Avoid copying output when possible
Herbert Xu
1
-67
/
+45
2016-07-01
crypto: rsa-pkcs1pad - Move key size check to setkey
Herbert Xu
1
-30
/
+26
2016-07-01
crypto: rsa-pkcs1pad - Always use GFP_KERNEL
Herbert Xu
1
-16
/
+6
2016-07-01
crypto: rsa-pkcs1pad - Remove bogus page splitting
Herbert Xu
1
-14
/
+5
2016-07-01
crypto: rsa-pkcs1pad - Require hash to be present
Herbert Xu
1
-53
/
+30
2016-04-15
crypto: rsa-pkcs1pad - fix dst len
Tadeusz Struk
1
-6
/
+6
2016-03-03
crypto: Add hash param to pkcs1pad
Tadeusz Struk
1
-26
/
+156
2015-12-22
crypto: rsa-pkcs1pad - don't allocate buffer on stack
Andrzej Zaborowski
1
-8
/
+19
2015-12-09
crypto: rsa - RSA padding algorithm
Andrzej Zaborowski
1
-0
/
+617