pike.git
/
CHANGES
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/CHANGES:882:
The 1-128 bit cipher Arctwo is now provided as a block cipher in Crypto. This cipher is only intended for compatibility with OLD third party code, and should NOT be used for new development. o Crypto.Camellia The 128/256 bit cipher Camellia is now available as block cipher in Crypto. In addition the following cipher suites have been added to SSL:
-
TLS_rsa_with_camellia_
128
_cbc_
sha
-
TLS_
dhe
_dss_with_camellia_
128
_cbc_
sha
-
TLS_
dhe
_rsa_with_camellia_
128
_cbc_
sha
-
TLS_
rsa
_with_camellia_
256
_cbc_
sha
-
TLS_dhe_
dss
_with_camellia_
256
_cbc_
sha
-
TLS_
dhe
_
rsa
_with_camellia_
256
_cbc_
sha
+
TLS_rsa_with_camellia_
{128,256}
_cbc_
{sha,sha256}
+
TLS_
dh
_dss_with_camellia_
{128,256}
_cbc_
{sha,sha256}
+
TLS_
dh
_rsa_with_camellia_
{128,256}
_cbc_
{sha,sha256}
+
TLS_
dhe
_
dss_
with_camellia_
{128,256}
_cbc_
{sha,sha256}
+
TLS_dhe_
rsa
_with_camellia_
{128,256}
_cbc_
{sha,sha256}
+
TLS_
dh
_
anon
_with_camellia_
{128,256}
_cbc_
{sha,sha256}
-
+
TLS_ecdhe_ecdsa_with_camellia_128_cbc_sha256
+
TLS_ecdhe_ecdsa_with_camellia_256_cbc_sha384
+
TLS_ecdh_ecdsa_with_camellia_128_cbc_sha256
+
TLS_ecdh_ecdsa_with_camellia_256_cbc_sha384
+
TLS_ecdhe_rsa_with_camellia_128_cbc_sha256
+
TLS_ecdhe_rsa_with_camellia_256_cbc_sha384
+
TLS_ecdh_rsa_with_camellia_128_cbc_sha256
+
TLS_ecdh_rsa_with_camellia_256_cbc_sha384
+
TLS_rsa_with_camellia_128_gcm_sha256
+
TLS_rsa_with_camellia_256_gcm_sha384
+
TLS_dhe_rsa_with_camellia_128_gcm_sha256
+
TLS_dhe_rsa_with_camellia_256_gcm_sha384
+
TLS_dh_rsa_with_camellia_128_gcm_sha256
+
TLS_dh_rsa_with_camellia_256_gcm_sha384
+
TLS_dhe_dss_with_camellia_128_gcm_sha256
+
TLS_dhe_dss_with_camellia_256_gcm_sha384
+
TLS_dh_dss_with_camellia_128_gcm_sha256
+
TLS_dh_dss_with_camellia_256_gcm_sha384
+
TLS_dh_anon_with_camellia_128_gcm_sha256
+
TLS_dh_anon_with_camellia_256_gcm_sha384
+
TLS_ecdhe_ecdsa_with_camellia_128_gcm_sha256
+
TLS_ecdhe_ecdsa_with_camellia_256_gcm_sha384
+
TLS_ecdh_ecdsa_with_camellia_128_gcm_sha256
+
TLS_ecdh_ecdsa_with_camellia_256_gcm_sha384
+
TLS_ecdhe_rsa_with_camellia_128_gcm_sha256
+
TLS_ecdhe_rsa_with_camellia_256_gcm_sha384
+
TLS_ecdh_rsa_with_camellia_128_gcm_sha256
+
TLS_ecdh_rsa_with_camellia_256_gcm_sha384
+
o Crypto.SALSA20 and Crypto.SALSA20R12 The 128/256 bit cipher SALSA20 is now available as a stream cipher in Crypto. SALSA20R12 is SALSA20 reduced to just 12 rounds. o Crypto.SHA3_224, Crypto.SHA3_256, Crypto.SHA3_384 and Crypto.SHA3_512 The SHA-3 secure hash algorithm has been added in multiple variants. o Crypto.GOST94 and RIPEMD160