diff options
| author | daurnimator <quae@daurnimator.com> | 2017-04-06 14:51:22 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2017-04-12 15:35:48 +1000 |
| commit | f92ced1a1448c07ae19c3832a278867859371f76 (patch) | |
| tree | 621c2583562ab12a2eebaa93a4b5c3c467cf3bc3 /doc | |
| parent | a0346d8054d3b19a7e30b5de70048c001d8c2c26 (diff) | |
| download | luaossl-f92ced1a1448c07ae19c3832a278867859371f76.tar.gz luaossl-f92ced1a1448c07ae19c3832a278867859371f76.tar.bz2 luaossl-f92ced1a1448c07ae19c3832a278867859371f76.zip | |
openssl.ssl: Bind SSL_set1_curves_list as ssl:setCurvesList()
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/luaossl.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/luaossl.tex b/doc/luaossl.tex index 32a4dba..76821a1 100644 --- a/doc/luaossl.tex +++ b/doc/luaossl.tex | |||
| @@ -978,6 +978,12 @@ TLS1\_2\_VERSION & 16-bit TLSv1.2 identifier (0x0303). \\ | |||
| 978 | 978 | ||
| 979 | Returns the SSL/TLS version supported by the client, which should be greater than or equal to the negotiated version. See \fn{ssl:getVersion}. | 979 | Returns the SSL/TLS version supported by the client, which should be greater than or equal to the negotiated version. See \fn{ssl:getVersion}. |
| 980 | 980 | ||
| 981 | \subsubsection[\fn{ssl:setCurvesList}]{\fn{ssl:setCurvesList($string$ [, ...])}} | ||
| 982 | |||
| 983 | Sets the supported curves for this SSL connection instance. See \fn{openssl.ssl.context:setCurvesList}. | ||
| 984 | |||
| 985 | \emph{Only supported since OpenSSL 1.0.2.} | ||
| 986 | |||
| 981 | \subsubsection[\fn{ssl:getAlpnSelected}]{\fn{ssl:getAlpnSelected()}} | 987 | \subsubsection[\fn{ssl:getAlpnSelected}]{\fn{ssl:getAlpnSelected()}} |
| 982 | 988 | ||
| 983 | Returns the negotiated ALPN protocol as a string. | 989 | Returns the negotiated ALPN protocol as a string. |
