minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

add security test for TLS elliptic curves #276

Closed aead closed 6 years ago

aead commented 6 years ago

This change adds a test to ensure that the server does not accept curves using non-constant time implementations. It also checks whether the server accepts curves using constant-time implementations.

Update minio/minio#5844