You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns a `QSslEllipticCurve` instance representing the named curve `name`. The `name` is a long name for the curve, whose exact spelling depends on the SSL implementation.
98
102
///
99
103
/// Returns an error if the given `name` is not supported.
100
104
///
101
105
/// **Note:** The OpenSSL implementation of this function treats the name case-sensitively.
/// Returns a `QSslEllipticCurve` instance representing the named curve `name`. The `name` is the conventional short name for the curve, as represented by RFC 4492 (for instance secp521r1), or as NIST short names (for instance P-256). The actual set of recognized names depends on the SSL implementation.
@@ -109,7 +113,7 @@ impl QSslEllipticCurve {
109
113
///
110
114
/// **Note:** The OpenSSL implementation of this function treats the name case-sensitively.
0 commit comments