You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation only states AES GCM 128 and 256 modes, however the package/evp.h doesn't have any restrictions in the symmetric encryption modes, CBC, ECB, etc. Can symmetric tests be added in the TestApp code?
Also, I have seen a lot of API's supported in the test code, but, it was not added in the documentation, e.g. EC_GROUP_xxxx, EC_POINT_xxxx. So I guess the issue is the completeness of the documentation and the lack of symmetric encryption test.
Kind Regards,
Rodel
The text was updated successfully, but these errors were encountered:
Regarding new tests:
We'll consider adding new AES tests. Also, you're welcome to submit pull request with such tests if you have any.
Regarding documentation:
We'll check this.
Note: Documentation includes APIs that was fully tested, other APIs may work with no issues, but it wasn't fully tested.
Hi,
The documentation only states AES GCM 128 and 256 modes, however the package/evp.h doesn't have any restrictions in the symmetric encryption modes, CBC, ECB, etc. Can symmetric tests be added in the TestApp code?
Also, I have seen a lot of API's supported in the test code, but, it was not added in the documentation, e.g. EC_GROUP_xxxx, EC_POINT_xxxx. So I guess the issue is the completeness of the documentation and the lack of symmetric encryption test.
Kind Regards,
Rodel
The text was updated successfully, but these errors were encountered: