Binary compatibility report for the libgnutls.so object between 3.1.2 and 3.1.3 versions on x86_64
Test Info
Module Name | libgnutls |
Version #1 | 3.1.2 |
Version #2 | 3.1.3 |
CPU Type | x86_64 |
GCC Version | 4.9.2 |
Test Results
Total Header Files | 10 |
Total Source Files | 88 |
Total Objects | 1 |
Total Symbols / Types | 725 / 329 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 20 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Data Types | - | 1 |
Added Symbols (20)
abstract.h,
libgnutls.so.28.13.0
gnutls_pubkey_export2 ( gnutls_pubkey_t key, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_pubkey_import_openpgp_raw ( gnutls_pubkey_t pkey, gnutls_datum_t const* data, gnutls_openpgp_crt_fmt_t format, unsigned char const* keyid, unsigned int flags ) @@ GNUTLS_3_1_0
gnutls_pubkey_import_x509_raw ( gnutls_pubkey_t pkey, gnutls_datum_t const* data, enum gnutls_x509_crt_fmt_t format, unsigned int flags ) @@ GNUTLS_3_1_0
gnutls.h,
libgnutls.so.28.13.0
gnutls_certificate_get_peers_subkey_id ( gnutls_session_t session, gnutls_datum_t* id ) @@ GNUTLS_3_1_0
gnutls_certificate_set_ocsp_status_request_file ( gnutls_certificate_credentials_t sc, char const* response_file, unsigned int flags ) @@ GNUTLS_3_1_0
gnutls_certificate_set_ocsp_status_request_function ( gnutls_certificate_credentials_t sc, gnutls_status_request_ocsp_func ocsp_func, void* ptr ) @@ GNUTLS_3_1_0
gnutls_dh_params_export2_pkcs3 ( gnutls_dh_params_t params, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_ocsp_status_request_enable_client ( gnutls_session_t session, gnutls_datum_t* responder_id, size_t responder_id_size, gnutls_datum_t* extensions ) @@ GNUTLS_3_1_0
gnutls_ocsp_status_request_get ( gnutls_session_t session, gnutls_datum_t* response ) @@ GNUTLS_3_1_0
ocsp.h,
libgnutls.so.28.13.0
gnutls_ocsp_resp_check_crt ( gnutls_ocsp_resp_t resp, unsigned int indx, gnutls_x509_crt_t crt ) @@ GNUTLS_3_0_0
openpgp.h,
libgnutls.so.28.13.0
gnutls_openpgp_crt_export2 ( gnutls_openpgp_crt_t key, gnutls_openpgp_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_openpgp_privkey_export2 ( gnutls_openpgp_privkey_t key, gnutls_openpgp_crt_fmt_t format, char const* password, unsigned int flags, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
pkcs12.h,
libgnutls.so.28.13.0
gnutls_pkcs12_export2 ( gnutls_pkcs12_t pkcs12, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
x509.h,
libgnutls.so.28.13.0
gnutls_pkcs7_export2 ( gnutls_pkcs7_t pkcs7, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_crl_export2 ( gnutls_x509_crl_t crl, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_crq_export2 ( gnutls_x509_crq_t crq, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_crt_export2 ( gnutls_x509_crt_t cert, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_dn_export2 ( gnutls_x509_dn_t dn, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_privkey_export2 ( gnutls_x509_privkey_t key, enum gnutls_x509_crt_fmt_t format, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
gnutls_x509_privkey_export2_pkcs8 ( gnutls_x509_privkey_t key, enum gnutls_x509_crt_fmt_t format, char const* password, unsigned int flags, gnutls_datum_t* out ) @@ GNUTLS_3_1_0
to the top
Other Changes in Data Types (1)
gnutls.h
[+] enum gnutls_handshake_description_t (1)
| Change |
Effect |
1 |
The member GNUTLS_HANDSHAKE_CERTIFICATE_STATUS with value 22 has been added. |
No effect. |
[+] affected symbols (2)
gnutls_handshake_get_last_in ( gnutls_session_t session ) @@ GNUTLS_1_4
Return value has type 'enum gnutls_handshake_description_t'.
gnutls_handshake_get_last_out ( gnutls_session_t session ) @@ GNUTLS_1_4
Return value has type 'enum gnutls_handshake_description_t'.
to the top
Header Files (10)
abstract.h
compat.h
crypto.h
dtls.h
gnutls.h
ocsp.h
openpgp.h
pkcs11.h
pkcs12.h
x509.h
to the top
Source Files (88)
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_session_pack.c
gnutls_srp.c
gnutls_state.c
gnutls_str.c
gnutls_supplemental.c
gnutls_ui.c
gnutls_x509.c
heartbeat.c
kx.c
locks.c
mac.c
max_record.c
mpi.c
ocsp.c
ocsp_output.c
output.c
pbkdf2-sha1.c
pgp.c
pgpverify.c
pin.c
pkcs12.c
pkcs12_bag.c
pkcs12_encr.c
pkcs7.c
privkey.c
privkey_openssl.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.c
system_override.c
verify-high.c
verify-high2.c
verify-tofu.c
verify.c
x509.c
x509_b64.c
x509_write.c
to the top
Objects (1)
libgnutls.so.28.12.0
to the top