summaryrefslogtreecommitdiff
path: root/devel/libgnutls.abignore
blob: 21d58a529983ba8aa99e018e6f87586aefb4e3e0 (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
# 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

# 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

# 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_transport_is_ktls_enabled