OSDN Git Service

MIPS: VDSO: Prevent use of smp_processor_id()
[android-x86/kernel.git] / crypto /
2019-08-04 Eric Biggerscrypto: chacha20poly1305 - fix atomic sleep when using...
2019-08-04 Eric Biggerscrypto: ghash - fix unaligned memory access in ghash_se...
2019-08-04 Arnd Bergmanncrypto: asymmetric_keys - select CRYPTO_HASH where...
2019-07-10 Eric Biggerscrypto: user - prevent operating on larval algorithms
2019-05-21 Eric Biggerscrypto: salsa20 - don't access already-freed walk.iv
2019-05-21 Eric Biggerscrypto: gcm - fix incompatibility between "gcm" and...
2019-05-21 Wei Yongjuncrypto: gcm - Fix error return code in crypto_gcm_creat...
2019-05-21 Eric Biggerscrypto: crct10dif-generic - fix use via crypto_shash_di...
2019-05-21 Eric Biggerscrypto: chacha20poly1305 - set cra_name correctly
2019-04-27 Eric Biggerscrypto: x86/poly1305 - fix overflow during partial...
2019-03-23 Eric Biggerscrypto: pcbc - remove bogus memcpy()s with src == dest
2019-03-23 Eric Biggerscrypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey...
2019-03-23 Eric Biggerscrypto: ahash - fix another early termination in hash...
2019-01-23 Eric Biggerscrypto: authenc - fix parsing key with misaligned rta_len
2019-01-23 Harsh Jaincrypto: authencesn - Avoid twice completion call in...
2018-11-13 Horia Geantăcrypto: tcrypt - fix ghash-generic speed test
2018-11-13 Ondrej Mosnacekcrypto: lrw - Fix out-of bounds access on counter overflow
2018-11-10 Jia-Ju Baicrypto: shash - Fix a sleep-in-atomic bug in shash_setk...
2018-10-04 Stafford Hornecrypto: skcipher - Fix -Wstringop-truncation warnings
2018-09-26 Matthew Garrettevm: Don't deadlock if a crypto algorithm is unavailable
2018-09-09 Yannik SembritzkiReplace magic for trusting the secondary keyring with...
2018-08-17 Eric Biggerscrypto: ablkcipher - fix crash flushing dcache in error...
2018-08-17 Eric Biggerscrypto: blkcipher - fix crash flushing dcache in error...
2018-08-17 Eric Biggerscrypto: vmac - separate tfm and request context
2018-08-17 Eric Biggerscrypto: vmac - require a block cipher with 128-bit...
2018-08-03 Tudor-Dan Ambaruscrypto: authenc - don't leak pointers to authenc keys
2018-08-03 Tudor-Dan Ambaruscrypto: authencesn - don't leak pointers to authenc...
2018-07-03 Maciej S. SzmigieroX.509: unpack RSA signatureValue field from BIT STRING
2018-05-30 Eric BiggersPKCS#7: fix direct verification of SignerInfo signature
2018-05-16 Eric Dumazetcrypto: af_alg - fix possible uninit-value in alg_bind()
2018-05-01 Stephan Muellercrypto: drbg - set freed buffers to NULL
2018-04-13 Dan CarpenterX.509: Fix error code in x509_cert_parse()
2018-04-13 Anup Patelasync_tx: Fix DMA_PREP_FENCE usage in do_async_gen_synd...
2018-04-08 Herbert Xucrypto: ahash - Fix early termination in hash walk
2018-02-28 Eric BiggersX.509: fix NULL dereference when restricting key with...
2018-02-28 Eric BiggersPKCS#7: fix certificate chain verification
2018-02-28 Eric BiggersX.509: fix BUG_ON() when hash algorithm is unsupported
2018-02-25 Eric Biggerscrypto: hash - prevent using keyed hashes without setti...
2018-02-25 Eric Biggerscrypto: hash - annotate algorithms taking optional key
2018-02-17 Eric Biggerscrypto: poly1305 - remove ->setkey() method
2018-02-17 Eric Biggerscrypto: mcryptd - pass through absence of ->setkey()
2018-02-17 Eric Biggerscrypto: cryptd - pass through absence of ->setkey()
2018-02-17 Eric Biggerscrypto: hash - introduce crypto_hash_alg_has_setkey()
2018-02-13 Robert Baronescucrypto: tcrypt - fix S/G table for test_aead_speed()
2018-02-03 Stephan Muellercrypto: af_alg - whitelist mask and type
2018-02-03 Ard Biesheuvelcrypto: sha3-generic - fixes for alignment and big...
2018-02-03 Hauke Mehrtenscrypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
2018-01-17 Eric Biggerscrypto: algapi - fix NULL dereference in crypto_remove_...
2018-01-10 Eric Biggerscrypto: pcrypt - fix freeing pcrypt instances
2018-01-10 Eric Biggerscrypto: chacha20poly1305 - validate the digest size
2017-12-29 Sebastian Andrzej... crypto: mcryptd - protect the per-CPU queue with a...
2017-12-20 Robert Baronescucrypto: tcrypt - fix buffer lengths in test_aead_speed()
2017-12-20 Eric Biggerscrypto: salsa20 - fix blkcipher_walk API usage
2017-12-20 Eric Biggerscrypto: hmac - require that the underlying hash algorit...
2017-12-20 Eric Biggerscrypto: rsa - fix buffer overread when stripping leadin...
2017-12-14 Eric BiggersX.509: fix comparisons of ->pkey_algo
2017-12-14 Eric BiggersX.509: reject invalid BIT STRING for subjectPublicKey
2017-11-24 Eric Biggerscrypto: dh - Fix double free of ctx->p
2017-11-24 Tudor-Dan Ambaruscrypto: dh - fix memleak in setkey
2017-11-21 Eric Biggerscrypto: dh - Don't permit 'key' or 'g' size longer...
2017-11-21 Eric Biggerscrypto: dh - Don't permit 'p' to be 0
2017-11-21 Sasha LevinRevert "crypto: xts - Add ECB dependency"
2017-11-15 Romain Izardcrypto: ccm - preserve the IV buffer
2017-10-27 Eric Sesterhennpkcs7: Prevent NULL pointer dereference, since sinfo...
2017-10-21 Milan Brozcrypto: xts - Add ECB dependency
2017-10-18 Herbert Xucrypto: shash - Fix zero-length shash ahash digest...
2017-10-05 Stephan Muellercrypto: drbg - fix freeing of resources
2017-09-27 Stephan Muellercrypto: AF_ALG - remove SGL terminator indicator when...
2017-09-07 Stephan Muellercrypto: algif_skcipher - only call put_page on referenc...
2017-08-07 Herbert Xucrypto: authencesn - Fix digest_null crash
2017-07-15 Jason A. Donenfeldcrypto: rsa-pkcs1pad - use constant time memory compari...
2017-07-12 Stephan Muellercrypto: drbg - Fixes panic in wait_for_completion call
2017-06-14 Gilad Ben-Yossefcrypto: gcm - wait for crypto op not signal safe
2017-06-14 Gilad Ben-Yossefcrypto: drbg - wait for crypto op not signal safe
2017-06-14 Gilad Ben-Yossefcrypto: asymmetric_keys - handle EBUSY due to backlog...
2017-06-07 Herbert Xucrypto: skcipher - Add missing API setkey checks
2017-05-20 Stephan Muellercrypto: algif_aead - Require setkey before accept(2)
2017-04-21 Herbert Xucrypto: ahash - Fix EINPROGRESS notification callback
2017-04-21 Herbert Xucrypto: algif_aead - Fix bogus request dereference...
2017-03-30 Jiri Slabycrypto: algif_hash - avoid zero-sized array
2017-03-18 Arnd Bergmanncrypto: improve gcc optimization flags for serpent...
2017-03-12 Laura Abbottcrypto: testmgr - Pad aes_ccm_enc_tv_template vector
2017-02-14 Harsh Jaincrypto: algif_aead - Fix kernel panic on list_del
2017-02-09 Salvatore Benedettocrypto: api - Clear CRYPTO_ALG_DEAD bit before register...
2016-12-11 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2016-12-10 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2016-12-09 Linus TorvaldsMerge branch 'libnvdimm-fixes' of git://git./linux...
2016-12-09 Linus TorvaldsMerge branch 'for-4.9-fixes' of git://git./linux/kernel...
2016-12-09 Linus TorvaldsMerge tag 'ceph-for-4.9-rc9' of git://github.com/ceph...
2016-12-09 Linus TorvaldsMerge tag 'armsoc-fixes' of git://git./linux/kernel...
2016-12-09 Linus TorvaldsMerge tag 'm68k-for-v4.9-tag2' of git://git./linux...
2016-12-09 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2016-12-08 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2016-12-08 Stephan Muellercrypto: algif_aead - fix uninitialized variable warning
2016-12-07 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2016-12-07 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2016-12-07 Linus TorvaldsMerge branch 'locking-urgent-for-linus' of git://git...
2016-12-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2016-12-07 timcrypto: mcryptd - Check mcryptd algorithm compatibility
2016-12-07 Stephan Muellercrypto: algif_aead - fix AEAD tag memory handling
next