Lines 1-7
Link Here
|
1 |
# libgnutls.vers -- Versioning script to control what symbols to export. |
1 |
# libgnutls.vers -- Versioning script to control what symbols to export. |
2 |
# Copyright (C) 2005, 2006, 2007 Free Software Foundation |
2 |
# Copyright (C) 2005 Free Software Foundation |
3 |
# |
3 |
# |
4 |
# Author: Simon Josefsson |
4 |
# Author: Simon Josefsson |
|
|
5 |
# Patched by: Pavlov Konstantin |
5 |
# |
6 |
# |
6 |
# This file is part of GNUTLS. |
7 |
# This file is part of GNUTLS. |
7 |
# |
8 |
# |
Lines 22-27
Link Here
|
22 |
|
23 |
|
23 |
GNUTLS_1_3 |
24 |
GNUTLS_1_3 |
24 |
{ |
25 |
{ |
25 |
global: _gnutls*; gnutls*; |
26 |
global: _gnutls*; gnutls*; _E_*; |
26 |
local: *; |
27 |
}; |
|
|
28 |
|
29 |
GNUTLS_1_6_1 { |
30 |
global: |
31 |
gnutls_transport_set_errno; |
32 |
gnutls_transport_set_global_errno; |
33 |
}; |
34 |
|
35 |
GNUTLS_1_6_3 { |
36 |
global: |
37 |
gnutls_x509_crt_get_raw_dn; |
38 |
gnutls_x509_crt_get_raw_issuer_dn; |
39 |
}; |
40 |
|
41 |
GNUTLS_2.0.0 { |
42 |
global: |
43 |
gnutls_authz_enable; |
44 |
gnutls_authz_send_saml_assertion; |
45 |
gnutls_authz_send_saml_assertion_url; |
46 |
gnutls_authz_send_x509_attr_cert; |
47 |
gnutls_authz_send_x509_attr_cert_url; |
48 |
gnutls_certificate_type_list; |
49 |
gnutls_cipher_list; |
50 |
gnutls_cipher_suite_info; |
51 |
gnutls_compression_list; |
52 |
gnutls_kx_list; |
53 |
gnutls_mac_list; |
54 |
gnutls_protocol_list; |
55 |
gnutls_sign_callback_get; |
56 |
gnutls_sign_callback_set; |
57 |
gnutls_supplemental_get_name; |
58 |
gnutls_x509_crl_get_signature; |
59 |
gnutls_x509_crl_print; |
60 |
gnutls_x509_crt_get_basic_constraints; |
61 |
gnutls_x509_crt_get_extension_data; |
62 |
gnutls_x509_crt_get_extension_info; |
63 |
gnutls_x509_crt_get_issuer; |
64 |
gnutls_x509_crt_get_proxy; |
65 |
gnutls_x509_crt_get_signature; |
66 |
gnutls_x509_crt_get_subject; |
67 |
gnutls_x509_crt_get_subject_alt_othername_oid; |
68 |
gnutls_x509_crt_print; |
69 |
gnutls_x509_crt_set_basic_constraints; |
70 |
gnutls_x509_crt_set_proxy; |
71 |
gnutls_x509_crt_set_proxy_dn; |
72 |
gnutls_x509_dn_get_rdn_ava; |
73 |
gnutls_x509_privkey_sign_hash; |
74 |
}; |
75 |
|
76 |
GNUTLS_2.0.4 { |
77 |
global: |
78 |
gnutls_record_disable_padding; |
79 |
gnutls_session_enable_compatibility_mode; |
80 |
local: |
81 |
*; |
27 |
}; |
82 |
}; |