]> git.ipfire.org Git - thirdparty/openssl.git/commit
Patch containing TLS implementation for GOST 2012
authorDmitry Belyavsky <beldmit@gmail.com>
Tue, 17 Nov 2015 15:32:30 +0000 (15:32 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Nov 2015 16:09:42 +0000 (16:09 +0000)
commite44380a990a3edf1cd0c190c6459c8c026d53646
treecb605454d30bf0eeca8c6369fed11fa5ffd29726
parent76eba0d94bb418325be6409b272eac5e2bd4a0a9
Patch containing TLS implementation for GOST 2012

This patch contains the necessary changes to provide GOST 2012
ciphersuites in TLS. It requires the use of an external GOST 2012 engine.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
12 files changed:
crypto/x509/x509type.c
include/openssl/ssl.h
include/openssl/tls1.h
ssl/s3_lib.c
ssl/ssl_ciph.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c
ssl/t1_trce.c