Show patches with: Submitter = Stephan Mueller       |    Archived = No       |   860 patches
« 1 2 3 48 9 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/2] crypto: AF_ALG - zeroize message digest buffer - - - --- 2014-11-11 Stephan Mueller herbert Accepted
[2/2] crypto: AF_ALG - zeroize IV buffer - - - --- 2014-11-11 Stephan Mueller herbert Accepted
[v3,01/13] crypto: Documentation - crypto API high level spec - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,02/13] crypto: Documentation - compile crypto API spec - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,03/13] crypto: Documentation - userspace interface spec - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,04/13] crypto: Documentation - RNG API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,05/13] crypto: Documentation - hash data structures - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,06/13] crypto: Documentation - AHASH API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,07/13] crypto: Documentation - SHASH API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,08/13] crypto: Documentation - cipher data structures - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,09/13] crypto: Documentation - ABLKCIPHER API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,10/13] crypto: Documentation - AEAD API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,11/13] crypto: Documentation - BLKCIPHER API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,12/13] crypto: Documentation - CIPHER API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[v3,13/13] crypto: Documentation - HASH API documentation - - - --- 2014-11-12 Stephan Mueller herbert Accepted
[1/8] crypto: AF_ALG: add user space interface for AEAD - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[2/8] crypto: AF_ALG: user space interface for cipher info - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[3/8] crypto: AF_ALG: extend data structuers for AEAD - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[4/8] crypto: AF_ALG: crypto API calls to inline functions - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[5/8] crypto: AF_ALG: add AEAD support - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[6/8] crypto: AF_ALG: make setkey optional - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[7/8] crypto: AF_ALG: add random number generator support - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
[8/8] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-11-12 Stephan Mueller herbert Changes Requested
crypto: Documentation - document uncovered member variables - - - --- 2014-11-14 Stephan Mueller herbert Accepted
[v2,01/10] crypto: AF_ALG: add user space interface for AEAD - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,02/10] crypto: AF_ALG: user space interface for cipher info - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,03/10] crypto: AF_ALG: extend data structuers for AEAD - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,04/10] crypto: AF_ALG: crypto API calls to inline functions - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,05/10] crypto: AF_ALG: add AEAD support - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,06/10] crypto: AF_ALG: make setkey optional - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,07/10] crypto: AF_ALG: add random number generator support - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,08/10] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,09/10] crypto: AF_ALG: user space interface for hash info - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v2,10/10] crypto: AF_ALG: document the user space interface - - - --- 2014-11-16 Stephan Mueller herbert Changes Requested
[v3,1/7] crypto: AF_ALG: add user space interface for AEAD - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,3/7] crypto: AF_ALG: crypto API calls to inline functions - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,2/7] crypto: AF_ALG: extend data structuers for AEAD - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,4/7] crypto: AF_ALG: add AEAD support - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,5/7] crypto: AF_ALG: add random number generator support - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,6/7] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
[v3,7/7] crypto: AF_ALG: document the user space interface - - - --- 2014-11-21 Stephan Mueller herbert Changes Requested
crypto: user - add MODULE_ALIAS - - - --- 2014-11-24 Stephan Mueller herbert Accepted
crypto: drbg - use MODULE_ALIAS_CRYPTO - - - --- 2014-11-25 Stephan Mueller herbert Accepted
crypto: algif_skcipher - initialize upon init request - - - --- 2014-11-30 Stephan Mueller herbert Accepted
[v4,1/5] crypto: AF_ALG: add user space interface for AEAD - - - --- 2014-12-03 Stephan Mueller herbert Accepted
[v4,2/5] crypto: AF_ALG: add AEAD support - - - --- 2014-12-03 Stephan Mueller herbert Changes Requested
[v4,3/5] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2014-12-03 Stephan Mueller herbert Changes Requested
[v4,4/5] crypto: AF_ALG: add random number generator support - - - --- 2014-12-03 Stephan Mueller herbert Changes Requested
[v4,5/5] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-12-03 Stephan Mueller herbert Changes Requested
[RESEND] crypto: drbg - panic on continuous self test error - - - --- 2014-12-05 Stephan Mueller herbert Accepted
[v5,1/8] crypto: AF_ALG: add user space interface for AEAD - - - --- 2014-12-07 Stephan Mueller herbert Not Applicable
[v5,2/8] crypto: AF_ALG: add setsockopt for auth tag size - - - --- 2014-12-07 Stephan Mueller herbert Accepted
[v5,3/8] crypto: AF_ALG: add AEAD support - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
[v5,4/8] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
[v5,5/8] crypto: AF_ALG: add user space interface for RNG - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
[v5,6/8] crypto: AF_ALG: zeroize key / seed data - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
[v5,7/8] crypto: AF_ALG: add random number generator support - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
[v5,8/8] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-12-07 Stephan Mueller herbert Changes Requested
crypto: AF_ALG: zeroize key data - - - --- 2014-12-23 Stephan Mueller herbert Accepted
[v6,2/4] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2014-12-25 Stephan Mueller herbert Changes Requested
[v6,3/4] crypto: AF_ALG: add random number generator support - - - --- 2014-12-25 Stephan Mueller herbert Accepted
[v6,4/4] crypto: AF_ALG: enable RNG interface compilation - - - --- 2014-12-25 Stephan Mueller herbert Accepted
[v6,1/4] crypto: AF_ALG: add AEAD support - - - --- 2014-12-25 Stephan Mueller herbert Changes Requested
crypto: AEAD: add check for presence of auth tag - - - --- 2014-12-30 Stephan Mueller herbert Changes Requested
[v7,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-02 Stephan Mueller herbert Changes Requested
[v7,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-02 Stephan Mueller herbert Changes Requested
[v2] crypto: AEAD: add check for presence of auth tag - - - --- 2015-01-05 Stephan Mueller herbert Accepted
[v8,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-07 Stephan Mueller herbert Changes Requested
[v8,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-07 Stephan Mueller herbert Changes Requested
[v9,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-11 Stephan Mueller herbert Superseded
[v9,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-11 Stephan Mueller herbert Superseded
[v10,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-14 Stephan Mueller herbert Changes Requested
[v10,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-14 Stephan Mueller herbert Changes Requested
crypto: aesni: add setkey for driver-gcm-aes-aesni - - - --- 2015-01-18 Stephan Mueller herbert Changes Requested
crypto: Documentation: remove colons in comments - - - --- 2015-01-18 Stephan Mueller herbert Accepted
[v11,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-21 Stephan Mueller herbert Changes Requested
[v11,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-21 Stephan Mueller herbert Changes Requested
[v12,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-01-29 Stephan Mueller herbert Changes Requested
[v12,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-01-29 Stephan Mueller herbert Changes Requested
crypto: Documentation - describe internal structure - - - --- 2015-02-27 Stephan Mueller herbert Accepted
[v13,1/2] crypto: AF_ALG: add AEAD support - - - --- 2015-02-28 Stephan Mueller herbert Accepted
[v13,2/2] crypto: AF_ALG: enable AEAD interface compilation - - - --- 2015-02-28 Stephan Mueller herbert Accepted
[1/2] crypto: drbg: use single block cipher API - - - --- 2015-03-01 Stephan Mueller herbert Accepted
[2/2] crypto: drbg: remove superflowous memsets - - - --- 2015-03-01 Stephan Mueller herbert Accepted
crypto: RNGs must return 0 in success case - - - --- 2015-03-06 Stephan Mueller herbert Accepted
[1/2] crypto: Documentation - AEAD / RNG AF_ALG interface - - - --- 2015-03-06 Stephan Mueller herbert Accepted
[2/2] MAINTAINERS: add crypto-API.tmpl - - - --- 2015-03-06 Stephan Mueller herbert Accepted
crypto: AES-NI: fix memory usage in GCM decryption - - - --- 2015-03-08 Stephan Mueller herbert Changes Requested
crypto: algif_rng - zeroize buffer holding random data - - - --- 2015-03-11 Stephan Mueller herbert Changes Requested
[v2] crypto: AES-NI - fix memory usage in GCM decryption - - - --- 2015-03-12 Stephan Mueller herbert Accepted
[RESEND] crypto: algif_rng - zeroize buffer with random data - - - --- 2015-03-13 Stephan Mueller herbert Accepted
[RFC] crypto: prevent helper ciphers from being allocated by users - - - --- 2015-03-13 Stephan Mueller herbert RFC
[01/16] crypto: prevent helper ciphers from being used - - - --- 2015-03-19 Stephan Mueller Changes Requested
[02/16] crypto: /proc/crypto: identify internal ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[03/16] crypto: mark AES-NI helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[04/16] crypto: mark AES-NI Camellia helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[05/16] crypto: mark CAST5 helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[06/16] crypto: mark AVX Camellia helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[07/16] crypto: mark CAST6 helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
[08/16] crypto: mark ghash clmulni helper ciphers - - - --- 2015-03-19 Stephan Mueller Changes Requested
« 1 2 3 48 9 »