]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/gosttest.c
TLS Cipher Suite 0xC102 Support
authorNikolay Morozov <nmorozoff77@yandex.ru>
Wed, 25 Mar 2020 13:00:43 +0000 (16:00 +0300)
committerDmitry Belyavskiy <beldmit@gmail.com>
Thu, 2 Apr 2020 15:01:41 +0000 (18:01 +0300)
commit98278b963171ece10a42d18594045b875103115b
treeb5996748f6464e54d562f49850cba86e1f8003e9
parentb5f7aa5ce72023bdfa5ad6342ab609ee03dcdf1a
TLS Cipher Suite 0xC102 Support

For GOST2012-GOST8912-GOST8912 was used 0xFF85 identifier,
but new identifier 0xc102 was assigned.
Because of old software we will support both numbers.

https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-2
https://datatracker.ietf.org/doc/draft-smyshlyaev-tls12-gost-suites/

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/11403)
doc/man1/openssl-ciphers.pod.in
include/openssl/ssl.h
ssl/s3_lib.c
ssl/ssl_ciph.c
ssl/t1_trce.c
test/ciphername_test.c
test/gosttest.c