index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2018-02-03
crypto: af_alg - whitelist mask and type
Stephan Mueller
2018-02-03
crypto: sha3-generic - fixes for alignment and big endian operation
Ard Biesheuvel
2018-02-03
crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
Hauke Mehrtens
2018-01-17
crypto: algapi - fix NULL dereference in crypto_remove_spawns()
Eric Biggers
2018-01-10
crypto: pcrypt - fix freeing pcrypt instances
Eric Biggers
2018-01-10
crypto: chacha20poly1305 - validate the digest size
Eric Biggers
2017-12-29
crypto: mcryptd - protect the per-CPU queue with a lock
Sebastian Andrzej Siewior
2017-12-20
crypto: tcrypt - fix buffer lengths in test_aead_speed()
Robert Baronescu
2017-12-20
crypto: salsa20 - fix blkcipher_walk API usage
Eric Biggers
2017-12-20
crypto: hmac - require that the underlying hash algorithm is unkeyed
Eric Biggers
2017-12-20
crypto: rsa - fix buffer overread when stripping leading zeroes
Eric Biggers
2017-12-14
X.509: fix comparisons of ->pkey_algo
Eric Biggers
2017-12-14
X.509: reject invalid BIT STRING for subjectPublicKey
Eric Biggers
2017-11-24
crypto: dh - Fix double free of ctx->p
Eric Biggers
2017-11-24
crypto: dh - fix memleak in setkey
Tudor-Dan Ambarus
2017-11-21
crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
Eric Biggers
2017-11-21
crypto: dh - Don't permit 'p' to be 0
Eric Biggers
2017-11-21
Revert "crypto: xts - Add ECB dependency"
Sasha Levin
2017-11-15
crypto: ccm - preserve the IV buffer
Romain Izard
2017-10-27
pkcs7: Prevent NULL pointer dereference, since sinfo is not always set.
Eric Sesterhenn
2017-10-21
crypto: xts - Add ECB dependency
Milan Broz
2017-10-18
crypto: shash - Fix zero-length shash ahash digest crash
Herbert Xu
2017-10-05
crypto: drbg - fix freeing of resources
Stephan Mueller
2017-09-27
crypto: AF_ALG - remove SGL terminator indicator when chaining
Stephan Mueller
2017-09-07
crypto: algif_skcipher - only call put_page on referenced and used pages
Stephan Mueller
2017-08-06
crypto: authencesn - Fix digest_null crash
Herbert Xu
2017-07-15
crypto: rsa-pkcs1pad - use constant time memory comparison for MACs
Jason A. Donenfeld
2017-07-12
crypto: drbg - Fixes panic in wait_for_completion call
Stephan Mueller
2017-06-14
crypto: gcm - wait for crypto op not signal safe
Gilad Ben-Yossef
2017-06-14
crypto: drbg - wait for crypto op not signal safe
Gilad Ben-Yossef
2017-06-14
crypto: asymmetric_keys - handle EBUSY due to backlog correctly
Gilad Ben-Yossef
2017-06-07
crypto: skcipher - Add missing API setkey checks
Herbert Xu
2017-05-20
crypto: algif_aead - Require setkey before accept(2)
Stephan Mueller
2017-04-21
crypto: ahash - Fix EINPROGRESS notification callback
Herbert Xu
2017-04-21
crypto: algif_aead - Fix bogus request dereference in completion function
Herbert Xu
2017-03-30
crypto: algif_hash - avoid zero-sized array
Jiri Slaby
2017-03-18
crypto: improve gcc optimization flags for serpent and wp512
Arnd Bergmann
2017-03-12
crypto: testmgr - Pad aes_ccm_enc_tv_template vector
Laura Abbott
2017-02-14
crypto: algif_aead - Fix kernel panic on list_del
Harsh Jain
2017-02-09
crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an alg
Salvatore Benedetto
2016-12-10
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-12-08
crypto: algif_aead - fix uninitialized variable warning
Stephan Mueller
2016-12-07
crypto: mcryptd - Check mcryptd algorithm compatibility
tim
2016-12-07
crypto: algif_aead - fix AEAD tag memory handling
Stephan Mueller
2016-12-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2016-11-30
crypto: rsa - Add Makefile dependencies to fix parallel builds
David Michael
2016-11-30
crypto: drbg - prevent invalid SG mappings
Stephan Mueller
2016-11-25
X.509: Fix double free in x509_cert_parse() [ver #3]
Andrey Ryabinin
2016-11-22
crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copy
Herbert Xu
2016-11-22
crypto: algif_hash - Fix result clobbering in recvmsg
Herbert Xu
[next]