commit | b845044c9fee0a6d486fedff76a92ba21d558a6b | [log] [tgz] |
---|---|---|
author | Akihiro Yamazaki <yamazaki@iij.ad.jp> | Fri Sep 04 16:55:04 2015 +0900 |
committer | Akihiro Yamazaki <yamazaki@iij.ad.jp> | Fri Sep 04 16:55:04 2015 +0900 |
tree | cf6932e7d03ab4216bfa0cae2886ee03d42f054b | |
parent | 0108c86c2e0a5ab6e6bc92ff59d48ca37951222b [diff] [blame] |
get_elliptic_curve require 'name' parameter
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst index 189f440..ef81892 100644 --- a/doc/api/crypto.rst +++ b/doc/api/crypto.rst
@@ -22,7 +22,7 @@ used for ECDHE key exchange. -.. py:function:: get_elliptic_curve +.. py:function:: get_elliptic_curve(name) Return a single curve object selected by name.