Tencent / TencentKonaSMSuite

Tencent Kona SM Suite contains a set of Java security providers, which support algorithms SM2, SM3 and SM4, and protocols TLCP/GMSSL, TLS 1.3 (with RFC 8998) and TLS 1.2.
Other
319 stars 68 forks source link

Tests should prioritize TKSS providers #785

Closed johnshajiang closed 1 month ago

johnshajiang commented 1 month ago

The recent Tencent Kona JDKs, say 8.0.18/8u412, already support ShangMi algorithms and protocol. When using such JDKs, the tests may invoke the implementations from the JDKs, but not TKSS providers. So, it has to put TKSS providers to the highest positions in the provider list.