Skip to content

Commit ad709e6

Browse files
committed
Improves comment
1 parent 1e9e0d0 commit ad709e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integrationv2/common.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,9 @@ class Curves(object):
348348
"""
349349
X25519 = Curve("X25519", Protocols.TLS13)
350350
P256 = Curve("P-256")
351-
# providers who negotiate SSLv3 may not not send the supported
352-
# groups extension so P-384 and P-521 cannot be negotiated
351+
# Our only SSLv3 provider doesn't support extensions
352+
# so there is no way to negotiate a curve other than the
353+
# default P-256 in SSLv3.
353354
P384 = Curve("P-384", Protocols.TLS10)
354355
P521 = Curve("P-521", Protocols.TLS10)
355356
SecP256r1Kyber768Draft00 = Curve("SecP256r1Kyber768Draft00")

0 commit comments

Comments
 (0)