summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl/update-version-script-for-1.0.2.patch
blob: fcfccfadb39ec58235a409c352b9dd336a5676cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Index: openssl-1.0.2/openssl.ld
===================================================================
--- openssl-1.0.2.orig/openssl.ld
+++ openssl-1.0.2/openssl.ld
@@ -4618,3 +4618,61 @@ OPENSSL_1.0.1d {
 		CRYPTO_memcmp;
 } OPENSSL_1.0.1;
 
+OPENSSL_1.0.2 {
+	global:
+		ASN1_TIME_diff;
+		CMS_RecipientInfo_get0_pkey_ctx;
+		CMS_RecipientInfo_kari_get0_ctx;
+		CMS_SignerInfo_get0_pkey_ctx;
+		DH_get_1024_160;
+		DH_get_2048_224;
+		DH_get_2048_256;
+		DTLS_client_method;
+		DTLS_server_method;
+		DTLSv1_2_client_method;
+		DTLSv1_2_server_method;
+		EC_curve_nid2nist;
+		EC_curve_nist2nid;
+		EVP_aes_128_cbc_hmac_sha256;
+		EVP_aes_128_wrap;
+		EVP_aes_192_wrap;
+		EVP_aes_256_cbc_hmac_sha256;
+		EVP_aes_256_wrap;
+		EVP_des_ede3_wrap;
+		OCSP_REQ_CTX_http;
+		OCSP_REQ_CTX_new;
+		PEM_write_bio_DHxparams;
+		SSL_CIPHER_find;
+		SSL_CONF_CTX_finish;
+		SSL_CONF_CTX_free;
+		SSL_CONF_CTX_new;
+		SSL_CONF_CTX_set_flags;
+		SSL_CONF_CTX_set_ssl_ctx;
+		SSL_CONF_cmd;
+		SSL_CONF_cmd_argv;
+		SSL_CTX_add_client_custom_ext;
+		SSL_CTX_add_server_custom_ext;
+		SSL_CTX_set_alpn_protos;
+		SSL_CTX_set_alpn_select_cb;
+		SSL_CTX_set_cert_cb;
+		SSL_CTX_use_serverinfo_file;
+		SSL_certs_clear;
+		SSL_check_chain;
+		SSL_get0_alpn_selected;
+		SSL_get_shared_sigalgs;
+		SSL_get_sigalgs;
+		SSL_is_server;
+		X509_CRL_diff;
+		X509_CRL_http_nbio;
+		X509_STORE_set_lookup_crls_cb;
+		X509_VERIFY_PARAM_set1_email;
+		X509_VERIFY_PARAM_set1_host;
+		X509_VERIFY_PARAM_set1_ip_asc;
+		X509_chain_check_suiteb;
+		X509_chain_up_ref;
+		X509_check_email;
+		X509_check_host;
+		X509_check_ip_asc;
+		X509_get_signature_nid;
+		X509_http_nbio;
+} OPENSSL_1.0.1d;
OpenPOWER on IntegriCloud