openssl/openssl

Add Russian GOST algorithm support to TLSv1.3

Open

#23,758 opened on Mar 6, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (11,262 forks)batch import
help wantedtriaged: feature

Repository metrics

Stars
 (30,157 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

TLSv1.3 implementation currently does not support Russian GOST cipher suites TLS_GOSTR341112_256_WITH_KUZNYECHIK_MGM_L, TLS_GOSTR341112_256_WITH_MAGMA_MGM_L, TLS_GOSTR341112_256_WITH_KUZNYECHIK_MGM_S and TLS_GOSTR341112_256_WITH_MAGMA_MGM_S.

Also there are no SN_, OBJ_ and NID_ defines for underlying algorithms Magma MGM and Kuznyechik MGM.

Contributor guide