commit | d5839e2a950d475b518023b23dee06862aa5ba77 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Apr 19 09:26:44 2014 -0400 |
committer | Jean-Paul Calderone <exarkun@twistedmatrix.com> | Sat Apr 19 09:26:44 2014 -0400 |
tree | ab41af2d3ba2552c7fb7373f1201fb9a9ccdfbb3 | |
parent | aaf516dc7780648fc43ec07f9896e7dffa22a699 [diff] [blame] |
strings are hard, be explicit
diff --git a/OpenSSL/crypto.py b/OpenSSL/crypto.py index 0c4b2f8..6e32ad1 100644 --- a/OpenSSL/crypto.py +++ b/OpenSSL/crypto.py
@@ -364,6 +364,10 @@ See :py:func:`get_elliptic_curves` for information about curve objects. + :param name: The OpenSSL short name identifying the curve object to + retrieve. + :type name: :py:class:`unicode` + If the named curve is not supported then :py:class:`ValueError` is raised. """ for curve in get_elliptic_curves():