> > ---------------------------------------------------------------------- > > Ramoved patches that was not acked by Shally. > > So open things: > > 1. Creating padding struct. > > 2. Padding parameters (seedlen, optional label etc). > > 3. Leading zeroes questions. > > 4. Random number requirements. > > 5. Capabilities. > > 6. Verify signature field when none padding. > > 7. Padding none. > > 8. Signature input format. > > > > Arek Kusztal (7): > > cryptodev: change RSA API comments about primes > > cryptodev: add cipher field to RSA op > > crypto/openssl: add cipher field to openssl RSA implementation > > test: add cipher field to RSA test > > cryptodev: remove RSA PKCS1 BT0 padding > > openssl: remove RSA PKCS1_5 BT0 padding > > test: remove RSA PKCS1_5 BT0 padding from test cases > > > > app/test/test_cryptodev_asym.c | 13 ++++--- > > drivers/crypto/openssl/rte_openssl_pmd.c | 12 +++---- > > lib/librte_cryptodev/rte_crypto_asym.h | 61 +++++++++++++++++++++--- > > -------- > > 3 files changed, 55 insertions(+), 31 deletions(-) > > > > -- > > 2.1.0 > With minor feedback on description on Patchv5 2/7, > Series-acked-by: Shally Verma <shal...@marvell.com>
Comment on 2/7 shall be taken in next series for next release as suggested by Shally. Applied to dpdk-next-crypto Thanks.