summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-08-23BACKPORT: crypto: zstd - Add zstd supportNick Terrell5-0/+309
2018-08-17Merge 4.9.121 into android-4.9Greg Kroah-Hartman19-401/+356
2018-08-17crypto: ablkcipher - fix crash flushing dcache in error pathEric Biggers1-31/+26
2018-08-17crypto: blkcipher - fix crash flushing dcache in error pathEric Biggers1-28/+26
2018-08-17crypto: vmac - separate tfm and request contextEric Biggers2-290/+181
2018-08-17crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers1-0/+4
2018-08-03Merge 4.9.117 into android-4.9Greg Kroah-Hartman137-285/+721
2018-08-03crypto: authenc - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-08-03crypto: authencesn - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+1
2018-07-03Merge 4.9.111 into android-4.9Greg Kroah-Hartman102-268/+816
2018-07-03X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-05-30Merge 4.9.104 into android-4.9Greg Kroah-Hartman348-2235/+3819
2018-05-30PKCS#7: fix direct verification of SignerInfo signatureEric Biggers1-0/+1
2018-05-16Merge 4.9.100 into android-4.9Greg Kroah-Hartman40-126/+236
2018-05-16crypto: af_alg - fix possible uninit-value in alg_bind()Eric Dumazet1-4/+4
2018-05-02Merge 4.9.98 into android-4.9Greg Kroah-Hartman65-231/+584
2018-05-01crypto: drbg - set freed buffers to NULLStephan Mueller1-0/+2
2018-04-14Merge 4.9.94 into android-4.9Greg Kroah-Hartman311-916/+2420
2018-04-13X.509: Fix error code in x509_cert_parse()Dan Carpenter1-0/+1
2018-04-13async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2018-04-09Merge tag 'v4.9.93' into android-4.9Greg Hackmann97-418/+849
2018-04-08crypto: ahash - Fix early termination in hash walkHerbert Xu1-3/+4
2018-02-28Merge 4.9.85 into android-4.9Greg Kroah-Hartman48-131/+432
2018-02-28X.509: fix NULL dereference when restricting key with unsupported_sigEric Biggers1-2/+5
2018-02-28PKCS#7: fix certificate chain verificationEric Biggers1-1/+1
2018-02-28X.509: fix BUG_ON() when hash algorithm is unsupportedEric Biggers1-1/+3
2018-02-26Merge 4.9.84 into android-4.9Greg Kroah-Hartman180-677/+1120
2018-02-25crypto: hash - prevent using keyed hashes without setting keyEric Biggers5-60/+75
2018-02-25crypto: hash - annotate algorithms taking optional keyEric Biggers13-9/+26
2018-02-22BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTSEric Biggers2-0/+686
2018-02-22BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTSEric Biggers2-0/+702
2018-02-22FROMGIT: crypto: speck - export common helpersEric Biggers2-41/+111
2018-02-22BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipherEric Biggers5-0/+472
2018-02-17Merge 4.9.82 into android-4.9Greg Kroah-Hartman90-792/+1244
2018-02-17crypto: poly1305 - remove ->setkey() methodEric Biggers3-15/+5
2018-02-17crypto: mcryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-17crypto: cryptd - pass through absence of ->setkey()Eric Biggers1-1/+2
2018-02-17crypto: hash - introduce crypto_hash_alg_has_setkey()Eric Biggers2-0/+13
2018-02-13Merge 4.9.81 into android-4.9Greg Kroah-Hartman93-788/+2026
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2018-02-03Merge 4.9.80 into android-4.9Greg Kroah-Hartman83-237/+540
2018-02-03crypto: af_alg - whitelist mask and typeStephan Mueller1-4/+6
2018-02-03crypto: sha3-generic - fixes for alignment and big endian operationArd Biesheuvel1-2/+3
2018-02-03crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDHHauke Mehrtens1-1/+1
2018-01-17Merge 4.9.77 into android-4.9Greg Kroah-Hartman112-468/+2297
2018-01-17crypto: algapi - fix NULL dereference in crypto_remove_spawns()Eric Biggers1-0/+12
2018-01-15fscrypt: updates on 4.15-rc4Jaegeuk Kim20-264/+556
2018-01-10crypto: pcrypt - fix freeing pcrypt instancesEric Biggers1-9/+10
2018-01-10crypto: chacha20poly1305 - validate the digest sizeEric Biggers1-1/+5
2017-12-29crypto: mcryptd - protect the per-CPU queue with a lockSebastian Andrzej Siewior2-13/+11
[prev] [next]