mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: allow P-384/P-512 constant time implementation (#15445)
since go1.18.x P-384/P-512 are now constant time implementations, enable them.
This commit is contained in:
@@ -86,8 +86,6 @@ Alternatively, use the following command to generate a private ECDSA key protect
|
||||
openssl ecparam -genkey -name prime256v1 | openssl ec -aes256 -out private.key -passout pass:PASSWORD
|
||||
```
|
||||
|
||||
**Note:** NIST curves P-384 and P-521 are not currently supported.
|
||||
|
||||
#### 3.2.2 Generate a private key with RSA
|
||||
|
||||
Use the following command to generate a private key with RSA:
|
||||
|
||||
Reference in New Issue
Block a user