Binary compatibility report for the libgnutls.so object between 3.0.1 and 3.0.2 versions on x86_64
Test Info
Module Name | libgnutls |
Version #1 | 3.0.1 |
Version #2 | 3.0.2 |
CPU Type | x86_64 |
GCC Version | 4.9.2 |
Test Results
Total Header Files | 8 |
Total Source Files | 79 |
Total Objects | 1 |
Total Symbols / Types | 619 / 294 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 4 |
Problems with Constants | Low | 0 |
Added Symbols (1)
compat.h,
libgnutls.so.28.0.2
gnutls_openpgp_privkey_sign_hash ( gnutls_openpgp_privkey_t key, gnutls_datum_t const* hash, gnutls_datum_t* signature ) @@ GNUTLS_1_4
to the top
Problems with Symbols, Low Severity (4)
x509.h,
libgnutls.so.28.0.1
[+] gnutls_x509_crq_get_basic_constraints ( gnutls_x509_crq_t crq, unsigned int* critical, int* ca, int* pathlen ) @@ GNUTLS_2_8 (1)
changed to:
gnutls_x509_crq_get_basic_constraints ( gnutls_x509_crq_t crq, unsigned int* critical, unsigned int* ca, int* pathlen ) @@ GNUTLS_2_8
|
Change |
Effect |
1 |
Base type of 3rd parameter ca has been changed from int to unsigned int. |
Replacement of parameter base type may indicate a change in its semantic meaning. |
[+] gnutls_x509_crq_get_extension_info ( gnutls_x509_crq_t crq, int indx, void* oid, size_t* sizeof_oid, int* critical ) @@ GNUTLS_2_8 (1)
changed to:
gnutls_x509_crq_get_extension_info ( gnutls_x509_crq_t crq, int indx, void* oid, size_t* sizeof_oid, unsigned int* critical ) @@ GNUTLS_2_8
|
Change |
Effect |
1 |
Base type of 5th parameter critical has been changed from int to unsigned int. |
Replacement of parameter base type may indicate a change in its semantic meaning. |
[+] gnutls_x509_crt_get_basic_constraints ( gnutls_x509_crt_t cert, unsigned int* critical, int* ca, int* pathlen ) @@ GNUTLS_1_4 (1)
changed to:
gnutls_x509_crt_get_basic_constraints ( gnutls_x509_crt_t cert, unsigned int* critical, unsigned int* ca, int* pathlen ) @@ GNUTLS_1_4
|
Change |
Effect |
1 |
Base type of 3rd parameter ca has been changed from int to unsigned int. |
Replacement of parameter base type may indicate a change in its semantic meaning. |
[+] gnutls_x509_crt_get_extension_info ( gnutls_x509_crt_t cert, int indx, void* oid, size_t* oid_size, int* critical ) @@ GNUTLS_1_4 (1)
changed to:
gnutls_x509_crt_get_extension_info ( gnutls_x509_crt_t cert, int indx, void* oid, size_t* oid_size, unsigned int* critical ) @@ GNUTLS_1_4
|
Change |
Effect |
1 |
Base type of 5th parameter critical has been changed from int to unsigned int. |
Replacement of parameter base type may indicate a change in its semantic meaning. |
to the top
Header Files (8)
abstract.h
compat.h
crypto.h
dtls.h
gnutls.h
openpgp.h
pkcs12.h
x509.h
to the top
Source Files (79)
cert_types.c
ciphers.c
ciphersuites.c
common.c
crl.c
crl_write.c
crq.c
crypto-api.c
crypto-backend.c
dn.c
ecc.c
extras.c
gnutls_alert.c
gnutls_anon_cred.c
gnutls_auth.c
gnutls_buffers.c
gnutls_cert.c
gnutls_compress.c
gnutls_db.c
gnutls_dh.c
gnutls_dh_primes.c
gnutls_dtls.c
gnutls_errors.c
gnutls_extensions.c
gnutls_global.c
gnutls_handshake.c
gnutls_hash_int.c
gnutls_mem.c
gnutls_mpi.c
gnutls_num.c
gnutls_openpgp.c
gnutls_pcert.c
gnutls_pk.c
gnutls_priority.c
gnutls_privkey.c
gnutls_psk.c
gnutls_pubkey.c
gnutls_record.c
gnutls_rsa_export.c
gnutls_session.c
gnutls_srp.c
gnutls_state.c
gnutls_str.c
gnutls_supplemental.c
gnutls_ui.c
gnutls_x509.c
kx.c
locks.c
mac.c
max_record.c
mpi.c
output.c
pbkdf2-sha1.c
pgp.c
pgpverify.c
pkcs12.c
pkcs12_bag.c
pkcs12_encr.c
pkcs7.c
privkey.c
privkey_pkcs8.c
protocols.c
publickey.c
random.c
rfc2818_hostname.c
safe_renegotiation.c
secparams.c
server_name.c
session_ticket.c
sign.c
signature.c
srp.c
srp_sb64.c
system_override.c
verify-high.c
verify.c
x509.c
x509_b64.c
x509_write.c
to the top
Objects (1)
libgnutls.so.28.0.1
to the top