Show patches with: Submitter = Tudor Ambarus       |    Archived = No       |   170 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
crypto: kpp, (ec)dh - fix typos - - - --- 2017-05-03 Tudor Ambarus herbert Superseded
[1/4] crypto: ecc - remove unused function arguments - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[2/4] crypto: ecc - remove casts in ecdh_make_pub_key - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[3/4] crypto: ecc - remove casts in crypto_ecdh_shared_secret - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[4/4] crypto: ecc - remove casts in ecc_is_key_valid - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[1/2] crypto: dh - fix dh_max_size - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[2/2] crypto: ecdh - fix ecdh_max_size - - - --- 2017-05-10 Tudor Ambarus herbert Superseded
[1/8] crypto: kpp, (ec)dh - fix typos - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[2/8] crypto: ecc - remove unused function arguments - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[3/8] crypto: ecc - remove casts in ecdh_make_pub_key - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[4/8] crypto: ecc - remove casts in crypto_ecdh_shared_secret - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[5/8] crypto: ecc - remove casts in ecc_is_key_valid - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[6/8] crypto: dh - fix dh_max_size - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[7/8] crypto: ecdh - fix ecdh_max_size - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[8/8] crypto: ecc - don't be selfish on pubkeys - - - --- 2017-05-12 Tudor Ambarus herbert Superseded
[RFC,1/4] crypto: ecc - add privkey generation support - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,2/4] crypto: ecdh - allow user to provide NULL privkey - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,3/4] crypto: dh - allow user to provide NULL privkey - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,4/4] crypto: testmgr - add genkey kpp test - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[v2,01/11] crypto: kpp, (ec)dh - fix typos - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,02/11] crypto: ecc - remove unused function arguments - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,03/11] crypto: ecc - remove unnecessary casts - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,04/11] crypto: dh - fix dh_max_size - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,05/11] crypto: ecdh - fix ecdh_max_size - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,06/11] crypto: ecc - don't be selfish on pubkeys - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,07/11] crypto: dh - fix memleak in setkey - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,08/11] crypto: testmgr - check err on akcipher maxsize - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,09/11] crypto: testmgr - check err on kpp maxsize - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,10/11] crypto: KEYS: check err on akcipher maxsize - 1 - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[v2,11/11] crypto: rsa - do checks before allocating data - - - --- 2017-05-17 Tudor Ambarus herbert Changes Requested
[RFC,v2,1/4] crypto: ecc - add privkey generation support - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,v2,2/4] crypto: ecdh - allow user to provide NULL privkey - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,v2,3/4] crypto: dh - allow user to provide NULL privkey - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[RFC,v2,4/4] crypto: testmgr - add genkey kpp test - - - --- 2017-05-17 Tudor Ambarus herbert Superseded
[v3,01/11] crypto: kpp, (ec)dh - fix typos - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,02/11] crypto: ecc - remove unused function arguments - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,03/11] crypto: ecc - remove unnecessary casts - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,04/11] crypto: dh - fix dh_max_size - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,05/11] crypto: ecdh - fix ecdh_max_size - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,06/11] crypto: rsa - change err code in rsa_max_size - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,07/11] crypto: testmgr - check err on kpp maxsize - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,08/11] crypto: testmgr - check err on akcipher maxsize - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,09/11] crypto: KEYS: check err on akcipher maxsize - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,10/11] crypto: ecc - don't be selfish on pubkeys - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v3,11/11] crypto: dh - fix memleak in setkey - - - --- 2017-05-23 Tudor Ambarus herbert Superseded
[v4,01/14] crypto: kpp, (ec)dh - fix typos - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,02/14] crypto: ecc - remove unused function arguments - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,03/14] crypto: ecc - remove unnecessary casts - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,04/14] crypto: ecc - don't be selfish on pubkeys - - - --- 2017-05-25 Tudor Ambarus herbert Superseded
[v4,05/14] crypto: dh - fix memleak in setkey - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,06/14] crypto: kpp: maxsize() - assume key is already set - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,07/14] crypto: dh - comply with crypto_kpp_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,08/14] crypto: ecdh - comply with crypto_kpp_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,09/14] crypto: qat - comply with crypto_kpp_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,10/14] crypto: akcipher: maxsize() - assume key is already set - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,11/14] crypto: rsa - comply with crypto_akcipher_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,12/14] crypto: caampkc - comply with crypto_akcipher_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,13/14] crypto: qat - comply with crypto_akcipher_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v4,14/14] crypto: pkcs1pad - comply with crypto_akcipher_maxsize() - - - --- 2017-05-25 Tudor Ambarus herbert Accepted
[v5,04/14] crypto: ecc - rename ecdh_make_pub_key() - - - --- 2017-05-30 Tudor Ambarus herbert Accepted
[v3,1/2] crypto: ecdh - add privkey generation support - 1 - --- 2017-05-30 Tudor Ambarus herbert Accepted
[v3,2/2] crypto: testmgr - add genkey kpp test - - - --- 2017-05-30 Tudor Ambarus herbert Accepted
crypto: vmx: remove unnecessary check - - - --- 2017-06-16 Tudor Ambarus herbert Accepted
[RFC] crypto: ecdh: fix concurrency on ecdh_ctx - - - --- 2017-06-22 Tudor Ambarus herbert Superseded
[v3,RFC,1/2] crypto: ecdh: fix concurrency on ecdh_ctx - - - --- 2017-06-28 Tudor Ambarus herbert Changes Requested
[v3,RFC,2/2] crypto: ecc: use caller's GFP flags - - - --- 2017-06-28 Tudor Ambarus herbert Rejected
[1/3] crypto: kpp: add get/set_flags helpers - - - --- 2017-07-05 Tudor Ambarus herbert Accepted
[2/3] crypto: introduce Microchip / Atmel ECC driver - - - --- 2017-07-05 Tudor Ambarus herbert Accepted
[3/3] MAINTAINERS: add a maintainer for Microchip / Atmel ECC driver - - - --- 2017-07-05 Tudor Ambarus herbert Accepted
crypto: ecdh: fix concurrency on shared secret and pubkey - - - --- 2017-07-20 Tudor Ambarus herbert Accepted
crypto: atmel-ecc: fix signed integer to u8 assignment - - - --- 2017-07-20 Tudor Ambarus herbert Accepted
[RESEND,RFC,1/2] Bluetooth: move ecdh allocation outside of ecdh_helper - - - --- 2017-09-25 Tudor Ambarus herbert Not Applicable
[RESEND,RFC,2/2] Bluetooth: let the crypto subsystem generate the ecc privkey - - - --- 2017-09-25 Tudor Ambarus herbert Not Applicable
[v2,1/5] Bluetooth: move ecdh allocation outside of ecdh_helper - - - --- 2017-09-28 Tudor Ambarus herbert Not Applicable
[v2,2/5] Bluetooth: ecdh_helper - reveal error codes - - - --- 2017-09-28 Tudor Ambarus herbert Not Applicable
[v2,3/5] Bluetooth: selftest - check for errors when computing ZZ - - - --- 2017-09-28 Tudor Ambarus herbert Not Applicable
[v2,4/5] Bluetooth: ecdh_helper - fix leak of private key - - - --- 2017-09-28 Tudor Ambarus herbert Not Applicable
[v2,5/5] Bluetooth: let the crypto subsystem generate the ecc privkey - - - --- 2017-09-28 Tudor Ambarus herbert Not Applicable
crypto: ecdh_helper - return unsigned value for crypto_ecdh_key_len() - - - --- 2017-09-29 Tudor Ambarus herbert Accepted
[1/3] crypto: dh_helper - return unsigned int for dh_data_size() - - - --- 2017-09-29 Tudor Ambarus herbert Accepted
[2/3] crypto: dh_helper - return unsigned value for crypto_dh_key_len() - - - --- 2017-09-29 Tudor Ambarus herbert Accepted
[3/3] KEYS: dh - make some length variables unsigned - - - --- 2017-09-29 Tudor Ambarus herbert Not Applicable
[1/3] crypto: atmel-aes/tdes/sha - return appropriate error code - - - --- 2017-10-23 Tudor Ambarus herbert Accepted
[2/3] crypto: atmel-aes/tdes - remove empty function - - - --- 2017-10-23 Tudor Ambarus herbert Superseded
[3/3] crypto: atmel-aes/tdes/sha - remove useless irq init - - - --- 2017-10-23 Tudor Ambarus herbert Accepted
[v2,2/3] crypto: atmel-aes/tdes - remove empty functions - - - --- 2017-10-26 Tudor Ambarus herbert Superseded
crypto: ecdh - remove empty exit() - - - --- 2017-11-02 Tudor Ambarus herbert Accepted
[v3,2/3] crypto: atmel-aes/tdes - remove empty functions - - - --- 2017-11-02 Tudor Ambarus herbert Accepted
crypto: tcrypt - set assoc in sg_init_aead() - 1 - --- 2017-11-14 Tudor Ambarus herbert Accepted
[RFC,1/5] KEYS: Provide key type operations for kpp ops - 1 - --- 2018-02-28 Tudor Ambarus herbert Not Applicable
[RFC,2/5] KEYS: Provide keyctls to drive the new key type ops for kpp - - - --- 2018-02-28 Tudor Ambarus herbert Not Applicable
[RFC,3/5] KEYS: Provide missing asym kpp subops for new key type ops - - - --- 2018-02-28 Tudor Ambarus herbert Not Applicable
[RFC,4/5] KEYS: add asymmetric kpp subtype - - - --- 2018-02-28 Tudor Ambarus herbert Not Applicable
[RFC,5/5] KEYS: add KPP ecdh parser - - - --- 2018-02-28 Tudor Ambarus herbert Not Applicable
[1/9] crypto: authenc - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
[2/9] crypto: authencesn - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
[3/9] crypto: caam - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
[4/9] crypto: caam/qi - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
[5/9] crypto: chcr - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
[6/9] crypto: ixp4xx - don't leak pointers to authenc keys - - - --- 2018-03-21 Tudor Ambarus herbert Changes Requested
« 1 2 »