summaryrefslogtreecommitdiff
path: root/src/lib/libssl/s3_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/s3_lib.c')
-rw-r--r--src/lib/libssl/s3_lib.c69
1 files changed, 1 insertions, 68 deletions
diff --git a/src/lib/libssl/s3_lib.c b/src/lib/libssl/s3_lib.c
index 1578f0388d..9a25643070 100644
--- a/src/lib/libssl/s3_lib.c
+++ b/src/lib/libssl/s3_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s3_lib.c,v 1.77 2014/08/23 14:52:41 jsing Exp $ */ 1/* $OpenBSD: s3_lib.c,v 1.78 2014/08/23 15:37:38 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1705,73 +1705,6 @@ SSL_CIPHER ssl3_ciphers[] = {
1705 .alg_bits = 256, 1705 .alg_bits = 256,
1706 }, 1706 },
1707 1707
1708#ifdef TEMP_GOST_TLS
1709 /* Cipher FF00 */
1710 {
1711 .valid = 1,
1712 .name = "GOST-MD5",
1713 .id = 0x0300ff00,
1714 .algorithm_mkey = SSL_kRSA,
1715 .algorithm_auth = SSL_aRSA,
1716 .algorithm_enc = SSL_eGOST2814789CNT,
1717 .algorithm_mac = SSL_MD5,
1718 .algorithm_ssl = SSL_TLSV1,
1719 .algo_strength = SSL_HIGH,
1720 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
1721 .strength_bits = 256,
1722 .alg_bits = 256,
1723 },
1724
1725 /* Cipher FF01 */
1726 {
1727 .valid = 1,
1728 .name = "GOST-GOST94",
1729 .id = 0x0300ff01,
1730 .algorithm_mkey = SSL_kRSA,
1731 .algorithm_auth = SSL_aRSA,
1732 .algorithm_enc = SSL_eGOST2814789CNT,
1733 .algorithm_mac = SSL_GOST94,
1734 .algorithm_ssl = SSL_TLSV1,
1735 .algo_strength = SSL_HIGH,
1736 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
1737 .strength_bits = 256,
1738 .alg_bits = 256
1739 },
1740
1741 /* Cipher FF02 */
1742 {
1743 .valid = 1,
1744 .name = "GOST-GOST89MAC",
1745 .id = 0x0300ff02,
1746 .algorithm_mkey = SSL_kRSA,
1747 .algorithm_auth = SSL_aRSA,
1748 .algorithm_enc = SSL_eGOST2814789CNT,
1749 .algorithm_mac = SSL_GOST89MAC,
1750 .algorithm_ssl = SSL_TLSV1,
1751 .algo_strength = SSL_HIGH,
1752 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF,
1753 .strength_bits = 256,
1754 .alg_bits = 256
1755 },
1756
1757 /* Cipher FF03 */
1758 {
1759 .valid = 1,
1760 .name = "GOST-GOST89STREAM",
1761 .id = 0x0300ff03,
1762 .algorithm_mkey = SSL_kRSA,
1763 .algorithm_auth = SSL_aRSA,
1764 .algorithm_enc = SSL_eGOST2814789CNT,
1765 .algorithm_mac = SSL_GOST89MAC,
1766 .algorithm_ssl = SSL_TLSV1,
1767 .algo_strength = SSL_HIGH,
1768 .algorithm2 = SSL_HANDSHAKE_MAC_DEFAULT|TLS1_PRF|
1769 TLS1_STREAM_MAC,
1770 .strength_bits = 256,
1771 .alg_bits = 256
1772 },
1773#endif
1774
1775#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305) 1708#if !defined(OPENSSL_NO_CHACHA) && !defined(OPENSSL_NO_POLY1305)
1776 /* Cipher CC13 */ 1709 /* Cipher CC13 */
1777 { 1710 {