Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detailed API Doc for OpenSSL #6

Open
RodelFMiguel opened this issue Aug 15, 2017 · 1 comment
Open

Detailed API Doc for OpenSSL #6

RodelFMiguel opened this issue Aug 15, 2017 · 1 comment

Comments

@RodelFMiguel
Copy link

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

@akryeem-INTC
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants