index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-01
crypto: drbg - set freed buffers to NULL
Stephan Mueller
1
-0
/
+2
2018-04-13
X.509: Fix error code in x509_cert_parse()
Dan Carpenter
1
-0
/
+1
2018-04-13
async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()
Anup Patel
1
-3
/
+2
2018-04-08
crypto: ahash - Fix early termination in hash walk
Herbert Xu
1
-3
/
+4
2018-02-28
X.509: fix NULL dereference when restricting key with unsupported_sig
Eric Biggers
1
-2
/
+5
2018-02-28
PKCS#7: fix certificate chain verification
Eric Biggers
1
-1
/
+1
2018-02-28
X.509: fix BUG_ON() when hash algorithm is unsupported
Eric Biggers
1
-1
/
+3
2018-02-25
crypto: hash - prevent using keyed hashes without setting key
Eric Biggers
3
-50
/
+49
2018-02-25
crypto: hash - annotate algorithms taking optional key
Eric Biggers
4
-8
/
+8
2018-02-17
crypto: poly1305 - remove ->setkey() method
Eric Biggers
1
-12
/
+5
2018-02-17
crypto: mcryptd - pass through absence of ->setkey()
Eric Biggers
1
-1
/
+2
2018-02-17
crypto: cryptd - pass through absence of ->setkey()
Eric Biggers
1
-1
/
+2
2018-02-17
crypto: hash - introduce crypto_hash_alg_has_setkey()
Eric Biggers
1
-0
/
+11
2018-02-13
crypto: tcrypt - fix S/G table for test_aead_speed()
Robert Baronescu
1
-2
/
+4
2018-02-03
crypto: af_alg - whitelist mask and type
Stephan Mueller
1
-4
/
+6
2018-02-03
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
1
-2
/
+3
2018-02-03
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
Hauke Mehrtens
1
-1
/
+1
2018-01-17
crypto: algapi - fix NULL dereference in crypto_remove_spawns()
Eric Biggers
1
-0
/
+12
2018-01-10
crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers
1
-9
/
+10
2018-01-10
crypto: chacha20poly1305 - validate the digest size
Eric Biggers
1
-1
/
+5
2017-12-29
crypto: mcryptd - protect the per-CPU queue with a lock
Sebastian Andrzej Siewior
1
-13
/
+10
2017-12-20
crypto: tcrypt - fix buffer lengths in test_aead_speed()
Robert Baronescu
1
-2
/
+4
2017-12-20
crypto: salsa20 - fix blkcipher_walk API usage
Eric Biggers
1
-7
/
+0
2017-12-20
crypto: hmac - require that the underlying hash algorithm is unkeyed
Eric Biggers
2
-3
/
+8
2017-12-20
crypto: rsa - fix buffer overread when stripping leading zeroes
Eric Biggers
1
-1
/
+1
2017-12-14
X.509: fix comparisons of ->pkey_algo
Eric Biggers
2
-2
/
+2
2017-12-14
X.509: reject invalid BIT STRING for subjectPublicKey
Eric Biggers
1
-0
/
+2
2017-11-24
crypto: dh - Fix double free of ctx->p
Eric Biggers
1
-20
/
+13
2017-11-24
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
1
-0
/
+3
2017-11-21
crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
Eric Biggers
1
-0
/
+8
2017-11-21
crypto: dh - Don't permit 'p' to be 0
Eric Biggers
1
-0
/
+8
2017-11-21
Revert "crypto: xts - Add ECB dependency"
Sasha Levin
1
-1
/
+0
2017-11-15
crypto: ccm - preserve the IV buffer
Romain Izard
1
-1
/
+3
2017-10-27
pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
Eric Sesterhenn
1
-0
/
+3
2017-10-21
crypto: xts - Add ECB dependency
Milan Broz
1
-0
/
+1
2017-10-18
crypto: shash - Fix zero-length shash ahash digest crash
Herbert Xu
1
-3
/
+5
2017-10-05
crypto: drbg - fix freeing of resources
Stephan Mueller
1
-4
/
+4
2017-09-27
crypto: AF_ALG - remove SGL terminator indicator when chaining
Stephan Mueller
1
-1
/
+3
2017-09-07
crypto: algif_skcipher - only call put_page on referenced and used pages
Stephan Mueller
1
-2
/
+7
2017-08-06
crypto: authencesn - Fix digest_null crash
Herbert Xu
1
-0
/
+5
2017-07-15
crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
Jason A. Donenfeld
1
-1
/
+1
2017-07-12
crypto: drbg - Fixes panic in wait_for_completion call
Stephan Mueller
1
-0
/
+1
2017-06-14
crypto: gcm - wait for crypto op not signal safe
Gilad Ben-Yossef
1
-4
/
+2
2017-06-14
crypto: drbg - wait for crypto op not signal safe
Gilad Ben-Yossef
1
-3
/
+2
2017-06-14
crypto: asymmetric_keys - handle EBUSY due to backlog correctly
Gilad Ben-Yossef
1
-1
/
+1
2017-06-07
crypto: skcipher - Add missing API setkey checks
Herbert Xu
1
-1
/
+39
2017-05-20
crypto: algif_aead - Require setkey before accept(2)
Stephan Mueller
1
-8
/
+149
2017-04-21
crypto: ahash - Fix EINPROGRESS notification callback
Herbert Xu
1
-29
/
+50
2017-04-21
crypto: algif_aead - Fix bogus request dereference in completion function
Herbert Xu
1
-6
/
+6
2017-03-30
crypto: algif_hash - avoid zero-sized array
Jiri Slaby
1
-1
/
+1
[next]