openssl/ssl
Nikolay Morozov 98278b9631 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)
2020-04-02 18:01:41 +03:00
..
record Use a flag in SSL3_BUFFER to track when an application buffer is reused. 2020-03-16 10:41:51 +01:00
statem Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl 2020-04-01 17:28:56 +01:00
bio_ssl.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info If we are multiblock capable make sure we use it 2019-08-14 11:04:09 +01:00
d1_lib.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
d1_srtp.c Reorganize local header files 2019-09-28 20:26:35 +02:00
methods.c Update some inclusions of <openssl/macros.h> 2019-11-07 11:37:25 +01:00
pqueue.c Reorganize local header files 2019-09-28 20:26:35 +02:00
s3_cbc.c Deprecate the low level MD5 functions. 2020-01-19 10:14:39 +10:00
s3_enc.c Explicitly fetch ciphers and digests in libssl 2020-02-06 11:59:07 +00:00
s3_lib.c TLS Cipher Suite 0xC102 Support 2020-04-02 18:01:41 +03:00
s3_msg.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_asn1.c Explicitly test against NULL; do not use !p or similar 2019-10-09 21:32:15 +02:00
ssl_cert_table.h Following the license change, modify the boilerplates in ssl/ 2018-12-06 14:20:59 +01:00
ssl_cert.c Explicitly cache X509v3 extensions in libssl 2020-03-30 14:54:37 +01:00
ssl_ciph.c TLS Cipher Suite 0xC102 Support 2020-04-02 18:01:41 +03:00
ssl_conf.c X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URI 2019-11-03 18:38:23 +01:00
ssl_err.c Use a fetched version of SHA256 in tls_process_new_session_ticket() 2020-03-24 16:13:59 +00:00
ssl_init.c Explicitly fetch ciphers and digests in libssl 2020-02-06 11:59:07 +00:00
ssl_lib.c Ignore some fetch failures 2020-03-27 11:12:27 +00:00
ssl_local.h Use a fetched cipher for the TLSv1.3 early secret 2020-03-26 13:46:43 +00:00
ssl_mcnf.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_rsa.c Explicitly cache X509v3 extensions in libssl 2020-03-30 14:54:37 +01:00
ssl_sess.c Make sure we use RAND_bytes_ex and RAND_priv_bytes_ex in libssl 2020-01-24 15:12:56 +00:00
ssl_stat.c Reorganize local header files 2019-09-28 20:26:35 +02:00
ssl_txt.c Explicitly fetch ciphers and digests in libssl 2020-02-06 11:59:07 +00:00
ssl_utst.c Reorganize local header files 2019-09-28 20:26:35 +02:00
t1_enc.c Use EVP_DigestSignInit_ex and EVP_DigestVerifyInit_ex in libssl 2020-04-01 17:28:56 +01:00
t1_lib.c Give a better error if we can't find a sig alg 2020-03-30 15:21:20 +01:00
t1_trce.c TLS Cipher Suite 0xC102 Support 2020-04-02 18:01:41 +03:00
tls13_enc.c Use a fetched cipher for the TLSv1.3 early secret 2020-03-26 13:46:43 +00:00
tls_srp.c Update libssl to use the new library context aware SRP functions 2020-03-27 11:29:25 +00:00