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