File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -440,8 +440,8 @@ suported-cipher-suites: decode-cipher-suites suported-cipher-suites-binary: rejo
440
440
#{ C027 } ;TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
441
441
#{ C014 } ;TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
442
442
#{ C013 } ;TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
443
- ;@@ #{C00A} ;TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA ; some issue!
444
- ;@@ #{C009} ;TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA ; some issue!
443
+ #{ C00A } ;TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
444
+ #{ C009 } ;TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
445
445
;#{006A} ;TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
446
446
#{ 006B } ;TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
447
447
#{ 0067 } ;TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
@@ -1689,6 +1689,7 @@ TLS-parse-handshake-message: function [
1689
1689
ecPublicKey [
1690
1690
ctx/pub-key: key/3
1691
1691
ctx/pub-exp: key/2 ;curve name
1692
+ if 0 = ctx/pub-key/1 [next ctx/pub-key ]
1692
1693
]
1693
1694
rsaEncryption [
1694
1695
ctx/pub-key: key/2/1
You can’t perform that action at this time.
0 commit comments