Changes between Initial Version and Version 1 of Ticket #1089, comment 1
- Timestamp:
- 09/30/16 13:00:16 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1089, comment 1
initial v1 5 5 Note that with OpenSSL 1.0.2+ and nginx 1.11.0+ you can use can configure multiple curves at the same time, e.g.: 6 6 {{{ 7 ssl_ecdh_curve prime256v1:secp384r1: 7 ssl_ecdh_curve prime256v1:secp384r1:secp521r1; 8 8 }}} 9 9