summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
blob: 8c7e7f2abec0c82e211dc977ce4fdc260fd34c74 (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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Syntax is documented at
# https://sourceware.org/libabigail/manual/libabigail-concepts.html#suppr-spec-label

[suppress_function]
symbol_version = GNUTLS_PRIVATE_3_4

[suppress_function]
name_regexp = _gnutls*

[suppress_variable]
symbol_version = GNUTLS_PRIVATE_3_4

[suppress_type]
name = gnutls_x509_subject_alt_name_t
changed_enumerators = GNUTLS_SAN_MAX

[suppress_type]
name = gnutls_alert_description_t
changed_enumerators = GNUTLS_A_NO_APPLICATION_PROTOCOL

[suppress_type]
name = gnutls_protocol_t
changed_enumerators = GNUTLS_TLS_VERSION_MAX

[suppress_type]
name = gnutls_protocol_t
changed_enumerators = GNUTLS_DTLS_VERSION_MAX

[suppress_type]
name = gnutls_certificate_type_t
changed_enumerators = GNUTLS_CRT_MAX

[suppress_type]
name = gnutls_pk_algorithm_t
changed_enumerators = GNUTLS_PK_MAX

[suppress_type]
name = gnutls_sign_algorithm_t
changed_enumerators = GNUTLS_SIGN_MAX

[suppress_type]
name = gnutls_ecc_curve_t
changed_enumerators = GNUTLS_ECC_CURVE_MAX

[suppress_type]
name = gnutls_group_t
changed_enumerators = GNUTLS_GROUP_MAX

[suppress_type]
name = gnutls_sec_param_t
changed_enumerators = GNUTLS_SEC_PARAM_MAX

[suppress_type]
name = gnutls_x509_ct_scts_t

# return type changed from int to unsigned int; no ABI change
[suppress_function]
name = gnutls_ocsp_status_request_is_checked
return_type_name = unsigned int

# these functions are only available when compiled with --enable-fips140-mode
[suppress_function]
name = drbg_aes_generate

[suppress_function]
name = drbg_aes_init

[suppress_function]
name = drbg_aes_reseed

# The following should be removed in the new release, after updating the
# abi-dump repository:
[suppress_function]
name = gnutls_digest_set_secure

[suppress_function]
name = gnutls_ecc_curve_set_enabled

[suppress_function]
name = gnutls_protocol_set_enabled

[suppress_function]
name = gnutls_sign_set_secure

[suppress_function]
name = gnutls_sign_set_secure_for_certs

[suppress_function]
name = gnutls_x509_ext_ct_scts_init

[suppress_function]
name = gnutls_x509_ext_ct_scts_deinit

[suppress_function]
name = gnutls_x509_ext_ct_import_scts

[suppress_function]
name = gnutls_x509_ext_ct_export_scts

[suppress_function]
name = gnutls_x509_ct_sct_get_version

[suppress_function]
name = gnutls_x509_ct_sct_get

[suppress_function]
name = gnutls_transport_is_ktls_enabled

[suppress_function]
name = gnutls_fips140_context_init

[suppress_function]
name = gnutls_fips140_context_deinit

[suppress_function]
name = gnutls_fips140_push_context

[suppress_function]
name = gnutls_fips140_pop_context

[suppress_function]
name = gnutls_fips140_get_operation_state

[suppress_type]
name = gnutls_fips140_operation_state_t

[suppress_function]
name = gnutls_get_library_config