Amir Vakili
Amir Vakili
*Description of changes:* Avoid calling RSA_check_key after key generation since it's redundant. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under...
*Description of changes:* Two scripts that allow one to add ACCP to their JDKs. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
AES-CBC
*Description of changes:* Adding support for AES-CBC with no padding and with PKCS7 padding. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...
*Description of changes:* AES-CBC with ISO10126 Padding + AWS-LC does not support ISO10126. + The padding and unpadding are handled in ACCP. + The padding is explained here: https://www.w3.org/TR/xmlenc-core1/#sec-Padding By...
*Description of changes:* + RSA_blinding_off_temp_for_accp_compatibility is deprecated and for non-FIPS builds, RSA_new_private_key_no_e must be used to create private RSA keys that do not have public exponent: https://github.com/aws/aws-lc/blob/v1.30.1/include/openssl/rsa.h#L648 By submitting this...
*Description of changes:* Updating the FIPS section of README since the version of AWS-LC used in FIPS mode by ACCP has [a FIPS certificate](https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4816). By submitting this pull request, I...