intel / intel-sgx-ssl

Intel® Software Guard Extensions SSL
Other
227 stars 75 forks source link

Detailed API Doc for OpenSSL #6

Open RodelFMiguel opened 7 years ago

RodelFMiguel commented 7 years ago

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 commented 7 years ago

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.