Show patches with: Submitter = Eric Biggers       |    Archived = No       |   186 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,5/9] crypto: hash - annotate algorithms taking optional key - - - --- 2018-01-03 Eric Biggers herbert Accepted
[RFC,4/9] crypto: poly1305 - remove ->setkey() method - - - --- 2018-01-03 Eric Biggers herbert Accepted
[RFC,3/9] crypto: mcryptd - pass through absence of ->setkey() - - - --- 2018-01-03 Eric Biggers herbert Accepted
[RFC,2/9] crypto: cryptd - pass through absence of ->setkey() - - - --- 2018-01-03 Eric Biggers herbert Accepted
[RFC,1/9] crypto: hash - introduce crypto_hash_alg_has_setkey() - - - --- 2018-01-03 Eric Biggers herbert Accepted
crypto: chacha20 - use rol32() macro from bitops.h - - - --- 2018-01-01 Eric Biggers herbert Accepted
[3/3] crypto: x86/salsa20 - cleanup and convert to skcipher API - - - --- 2017-12-31 Eric Biggers herbert Superseded
[2/3] crypto: salsa20 - export generic helpers - - - --- 2017-12-31 Eric Biggers herbert Superseded
[1/3] crypto: salsa20-generic - cleanup and convert to skcipher API - - - --- 2017-12-31 Eric Biggers herbert Superseded
crypto: algapi - fix NULL dereference in crypto_remove_spawns() - - - --- 2017-12-29 Eric Biggers herbert Accepted
[3/3] crypto: x86/poly1305 - remove cra_alignmask - - - --- 2017-12-29 Eric Biggers herbert Accepted
[2/3] crypto: poly1305 - remove cra_alignmask - - - --- 2017-12-29 Eric Biggers herbert Accepted
[1/3] crypto: poly1305 - use unaligned access macros to output digest - - - --- 2017-12-29 Eric Biggers herbert Accepted
crypto: algapi - remove unused notifications - - - --- 2017-12-29 Eric Biggers herbert Accepted
crypto: algapi - convert cra_refcnt to refcount_t - - - --- 2017-12-29 Eric Biggers herbert Accepted
crypto: pcrypt - fix freeing pcrypt instances - - - --- 2017-12-20 Eric Biggers herbert Accepted
crypto: x86/twofish-3way - Fix %rbp usage - 1 - --- 2017-12-19 Eric Biggers herbert Accepted
crypto: gf128mul - remove incorrect comment - - - --- 2017-12-11 Eric Biggers herbert Accepted
crypto: chacha20poly1305 - validate the digest size - - - --- 2017-12-11 Eric Biggers herbert Accepted
fscrypt: add support for ChaCha20 contents encryption - 1 - --- 2017-12-08 Eric Biggers herbert Not Applicable
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2() - - - --- 2017-12-07 Eric Biggers herbert Accepted
crypto: api - Unexport crypto_larval_lookup() - - - --- 2017-12-07 Eric Biggers herbert Accepted
KEYS: reject NULL restriction string when type is specified - - - --- 2017-11-30 Eric Biggers herbert Not Applicable
crypto: skcipher - set walk.iv for zero-length inputs - - - --- 2017-11-29 Eric Biggers herbert Accepted
crypto: salsa20 - fix blkcipher_walk API usage - - - --- 2017-11-29 Eric Biggers herbert Accepted
[v2] crypto: hmac - require that the underlying hash algorithm is unkeyed - - - --- 2017-11-29 Eric Biggers Accepted
KASAN: stack-out-of-bounds Write in sha3_update - - - --- 2017-11-28 Eric Biggers herbert Superseded
[v2] X.509: fix comparisons of ->pkey_algo - - - --- 2017-11-28 Eric Biggers herbert Not Applicable
X.509: fix printing uninitialized stack memory when OID is empty - - - --- 2017-11-28 Eric Biggers herbert Not Applicable
general protection fault in af_alg_free_areq_sgls - 1 - --- 2017-11-28 Eric Biggers Accepted
KASAN: use-after-free Read in aead_recvmsg - 1 - --- 2017-11-28 Eric Biggers Accepted
KEYS: be careful with error codes in public_key_verify_signature() - - - --- 2017-11-27 Eric Biggers herbert Not Applicable
pkcs7: use crypto_shash_digest() - - - --- 2017-11-27 Eric Biggers herbert Not Applicable
X.509: use crypto_shash_digest() - - - --- 2017-11-27 Eric Biggers herbert Not Applicable
pkcs7: fix check for self-signed certificate - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
pkcs7: return correct error code if pkcs7_check_authattrs() fails - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
X.509: fix printing uninitialized stack memory when OID is empty - - - --- 2017-11-27 Eric Biggers herbert Not Applicable
X.509: fix buffer overflow detection in sprint_oid() - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
X.509: fix comparisons of ->pkey_algo - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
crypto: rsa - fix buffer overread when stripping leading zeroes - 2 - --- 2017-11-27 Eric Biggers Accepted
X.509: reject invalid BIT STRING for subjectPublicKey - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
ASN.1: check for error from ASN1_OP_END__ACT actions - 1 - --- 2017-11-27 Eric Biggers herbert Not Applicable
ASN.1: fix out-of-bounds read when parsing indefinite length item - - - --- 2017-11-27 Eric Biggers herbert Not Applicable
[5/5] crypto: chacha20 - Fix keystream alignment for chacha20_block() - - - --- 2017-11-22 Eric Biggers herbert Accepted
[4/5] crypto: x86/chacha20 - Remove cra_alignmask 1 - - --- 2017-11-22 Eric Biggers herbert Accepted
[3/5] crypto: chacha20 - Remove cra_alignmask 1 - - --- 2017-11-22 Eric Biggers herbert Accepted
[2/5] crypto: chacha20 - Use unaligned access macros when loading key and IV 1 - - --- 2017-11-22 Eric Biggers herbert Accepted
[1/5] crypto: chacha20 - Fix unaligned access when loading constants 1 - - --- 2017-11-22 Eric Biggers herbert Accepted
[v2] lib/mpi: call cond_resched() from mpi_powm() loop - - - --- 2017-11-07 Eric Biggers herbert Accepted
lib/mpi: call cond_resched() from mpi_powm() loop - - - --- 2017-11-07 Eric Biggers herbert Superseded
general protection fault in asn1_ber_decoder - - - --- 2017-11-06 Eric Biggers herbert Not Applicable
[v2,5/5] crypto: dh - Remove pointless checks for NULL 'p' and 'g' - 1 - --- 2017-11-06 Eric Biggers herbert Accepted
[v2,4/5] crypto: qat - Clean up error handling in qat_dh_set_secret() - - - --- 2017-11-06 Eric Biggers herbert Accepted
[v2,3/5] crypto: dh - Don't permit 'key' or 'g' size longer than 'p' - 1 - --- 2017-11-06 Eric Biggers herbert Accepted
[v2,2/5] crypto: dh - Don't permit 'p' to be 0 - 1 - --- 2017-11-06 Eric Biggers herbert Accepted
[v2,1/5] crypto: dh - Fix double free of ctx->p - 1 - --- 2017-11-06 Eric Biggers herbert Accepted
[4/4] crypto: dh - don't permit 'key' or 'g' size longer than 'p' - - - --- 2017-11-01 Eric Biggers herbert Superseded
[3/4] crypto: qat - fix double free of ctx->p - - - --- 2017-11-01 Eric Biggers herbert Superseded
[2/4] crypto: dh - don't permit 'p' to be 0 - 1 - --- 2017-11-01 Eric Biggers herbert Superseded
[1/4] crypto: dh - fix double free of ctx->p - - - --- 2017-11-01 Eric Biggers herbert Superseded
[v2,7/7] fscrypt: for v2 policies, support "fscrypt:" key prefix only - 1 - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,6/7] fscrypt: cache the HMAC transform for each master key - 1 - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,5/7] fscrypt: verify that the correct master key was supplied 1 - - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,4/7] fscrypt: validate modes and flags earlier when setting policy - - - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,3/7] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys - - - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,2/7] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor 1 - - --- 2017-07-26 Eric Biggers herbert Not Applicable
[v2,1/7] fscrypt: add v2 encryption context and policy 1 - - --- 2017-07-26 Eric Biggers herbert Not Applicable
[6/6] fscrypt: for v2 policies, support "fscrypt:" key prefix only - 1 - --- 2017-07-12 Eric Biggers herbert Not Applicable
[5/6] fscrypt: cache the HMAC transform for each master key - 1 - --- 2017-07-12 Eric Biggers herbert Not Applicable
[4/6] fscrypt: verify that the correct master key was supplied 1 - - --- 2017-07-12 Eric Biggers herbert Not Applicable
[3/6] fscrypt: use HKDF-SHA512 to derive the per-inode encryption keys - - - --- 2017-07-12 Eric Biggers herbert Not Applicable
[2/6] fscrypt: rename ->ci_master_key to ->ci_master_key_descriptor 1 - - --- 2017-07-12 Eric Biggers herbert Not Applicable
[1/6] fscrypt: add v2 encryption context and policy 1 - - --- 2017-07-12 Eric Biggers herbert Not Applicable
crypto: x86/aes - Don't use %rbp as temporary register - 1 - --- 2017-05-17 Eric Biggers herbert Accepted
crypto: aes_ti - fix comment for MixColumns step 1 - - --- 2017-05-10 Eric Biggers herbert Accepted
[5/5] KEYS: DH: add __user annotations to keyctl_kdf_params - - - --- 2017-04-20 Eric Biggers herbert Not Applicable
[4/5] KEYS: DH: ensure the KDF counter is properly aligned - - - --- 2017-04-20 Eric Biggers herbert Not Applicable
[3/5] KEYS: DH: don't feed uninitialized result memory into KDF - - - --- 2017-04-20 Eric Biggers herbert Not Applicable
[2/5] KEYS: DH: don't feed uninitialized "otherinfo" into KDF - - - --- 2017-04-20 Eric Biggers herbert Not Applicable
[1/5] KEYS: DH: forbid using digest_null as the KDF hash - - - --- 2017-04-20 Eric Biggers herbert Not Applicable
crypto: xts,lrw - fix out-of-bounds write after kmalloc failure 1 - - --- 2017-03-23 Eric Biggers herbert Accepted
[2/2] crypto: testmgr - constify all test vectors - - - --- 2017-02-24 Eric Biggers herbert Accepted
[1/2] crypto: kpp - constify buffer passed to crypto_kpp_set_secret() - - - --- 2017-02-24 Eric Biggers herbert Accepted
[RFC] crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic - - - --- 2017-02-05 Eric Biggers herbert RFC
crypto: testmgr - use kmemdup instead of kmalloc+memcpy - - - --- 2016-12-30 Eric Biggers herbert Accepted
crypto: document correct return value for request allocation - - - --- 2016-04-02 Eric Biggers herbert Accepted
« 1 2 »