|
39 | 39 | <hashAlgorithm>MD5</hashAlgorithm> |
40 | 40 | <signatureAlgorithm>RSA</signatureAlgorithm> |
41 | 41 | </supportedSignatureAndHashAlgorithms> |
| 42 | + <supportedSignatureAndHashAlgorithms> |
| 43 | + <hashAlgorithm>SHA512</hashAlgorithm> |
| 44 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 45 | + </supportedSignatureAndHashAlgorithms> |
| 46 | + <supportedSignatureAndHashAlgorithms> |
| 47 | + <hashAlgorithm>SHA384</hashAlgorithm> |
| 48 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 49 | + </supportedSignatureAndHashAlgorithms> |
| 50 | + <supportedSignatureAndHashAlgorithms> |
| 51 | + <hashAlgorithm>SHA256</hashAlgorithm> |
| 52 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 53 | + </supportedSignatureAndHashAlgorithms> |
| 54 | + <supportedSignatureAndHashAlgorithms> |
| 55 | + <hashAlgorithm>SHA224</hashAlgorithm> |
| 56 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 57 | + </supportedSignatureAndHashAlgorithms> |
| 58 | + <supportedSignatureAndHashAlgorithms> |
| 59 | + <hashAlgorithm>SHA1</hashAlgorithm> |
| 60 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 61 | + </supportedSignatureAndHashAlgorithms> |
| 62 | + <supportedSignatureAndHashAlgorithms> |
| 63 | + <hashAlgorithm>MD5</hashAlgorithm> |
| 64 | + <signatureAlgorithm>ECDSA</signatureAlgorithm> |
| 65 | + </supportedSignatureAndHashAlgorithms> |
| 66 | + <supportedSignatureAndHashAlgorithms> |
| 67 | + <hashAlgorithm>SHA512</hashAlgorithm> |
| 68 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 69 | + </supportedSignatureAndHashAlgorithms> |
| 70 | + <supportedSignatureAndHashAlgorithms> |
| 71 | + <hashAlgorithm>SHA384</hashAlgorithm> |
| 72 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 73 | + </supportedSignatureAndHashAlgorithms> |
| 74 | + <supportedSignatureAndHashAlgorithms> |
| 75 | + <hashAlgorithm>SHA256</hashAlgorithm> |
| 76 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 77 | + </supportedSignatureAndHashAlgorithms> |
| 78 | + <supportedSignatureAndHashAlgorithms> |
| 79 | + <hashAlgorithm>SHA224</hashAlgorithm> |
| 80 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 81 | + </supportedSignatureAndHashAlgorithms> |
| 82 | + <supportedSignatureAndHashAlgorithms> |
| 83 | + <hashAlgorithm>SHA1</hashAlgorithm> |
| 84 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 85 | + </supportedSignatureAndHashAlgorithms> |
| 86 | + <supportedSignatureAndHashAlgorithms> |
| 87 | + <hashAlgorithm>MD5</hashAlgorithm> |
| 88 | + <signatureAlgorithm>DSA</signatureAlgorithm> |
| 89 | + </supportedSignatureAndHashAlgorithms> |
42 | 90 | <defaultClientSupportedCiphersuites>TLS_RSA_WITH_3DES_EDE_CBC_SHA</defaultClientSupportedCiphersuites> |
43 | 91 | <defaultClientSupportedCiphersuites>TLS_RSA_WITH_AES_128_CBC_SHA</defaultClientSupportedCiphersuites> |
44 | 92 | <defaultClientSupportedCiphersuites>TLS_RSA_WITH_NULL_MD5</defaultClientSupportedCiphersuites> |
|
704 | 752 | <addHeartbeatExtension>false</addHeartbeatExtension> |
705 | 753 | <addMaxFragmentLengthExtenstion>false</addMaxFragmentLengthExtenstion> |
706 | 754 | <addServerNameIndicationExtension>false</addServerNameIndicationExtension> |
707 | | - <addSignatureAndHashAlgorithmsExtension>false</addSignatureAndHashAlgorithmsExtension> |
| 755 | + <addSignatureAndHashAlgorithmsExtension>true</addSignatureAndHashAlgorithmsExtension> |
708 | 756 | <addSupportedVersionsExtension>false</addSupportedVersionsExtension> |
709 | 757 | <addKeyShareExtension>false</addKeyShareExtension> |
710 | 758 | <addEarlyDataExtension>false</addEarlyDataExtension> |
|
0 commit comments