Binary compatibility report for the PolarSSL library  between 1.2.7 and 1.2.8 versions on x86

Test Info


Library NamePolarSSL
Version #11.2.7
Version #21.2.8
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files43
Total Shared Libraries1
Total Symbols / Types382 / 240
VerdictIncompatible
(1.3%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh3
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Constants
-19

Added Symbols (6)


pkcs12.h, libpolarssl.so.1.2.8
pkcs12_derivation ( unsigned char* data, size_t datalen, unsigned char const* pwd, size_t pwdlen, unsigned char const* salt, size_t saltlen, enum md_type_t md, int id, int iterations )
pkcs12_pbe ( asn1_buf* pbe_params, int mode, enum cipher_type_t cipher_type, enum md_type_t md_type, unsigned char const* pwd, size_t pwdlen, unsigned char const* input, size_t len, unsigned char* output )
pkcs12_pbe_sha1_rc4_128 ( asn1_buf* pbe_params, int mode, unsigned char const* pwd, size_t pwdlen, unsigned char const* input, size_t len, unsigned char* output )

pkcs5.h, libpolarssl.so.1.2.8
pkcs5_pbes2 ( asn1_buf* pbe_params, int mode, unsigned char const* pwd, size_t pwdlen, unsigned char const* data, size_t datalen, unsigned char* output )
pkcs5_pbkdf2_hmac ( struct md_context_t* ctx, unsigned char const* password, size_t plen, unsigned char const* salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char* output )
pkcs5_self_test int verbose )

to the top

Removed Symbols (3)


entropy_poll.h, libpolarssl.so.1.2.7
havege_poll void* data, unsigned char* output, size_t len, size_t* olen )

havege.h, libpolarssl.so.1.2.7
havege_init struct havege_state* hs )
havege_random void* p_rng, unsigned char* output, size_t len )

to the top

Problems with Data Types, Medium Severity (1)


entropy.h
[+] struct entropy_context (1)

to the top

Problems with Data Types, Low Severity (1)


entropy.h
[+] struct entropy_context (1)

to the top

Problems with Constants, Low Severity (1)


pem.h
[+] POLARSSL_ERR_PEM_NO_HEADER_PRESENT

to the top

Other Changes in Constants (19)


pem.h
[+] POLARSSL_ERR_PEM_BAD_INPUT_DATA
[+] POLARSSL_ERR_PEM_NO_HEADER_FOOTER_PRESENT

pkcs12.h
[+] PKCS12_DERIVE_IV
[+] PKCS12_DERIVE_KEY
[+] PKCS12_DERIVE_MAC_KEY
[+] PKCS12_PBE_DECRYPT
[+] PKCS12_PBE_ENCRYPT
[+] POLARSSL_ERR_PKCS12_BAD_INPUT_DATA
[+] POLARSSL_ERR_PKCS12_FEATURE_UNAVAILABLE
[+] POLARSSL_ERR_PKCS12_PASSWORD_MISMATCH
[+] POLARSSL_ERR_PKCS12_PBE_INVALID_FORMAT

pkcs5.h
[+] PKCS5_DECRYPT
[+] PKCS5_ENCRYPT
[+] POLARSSL_ERR_PKCS5_BAD_INPUT_DATA
[+] POLARSSL_ERR_PKCS5_FEATURE_UNAVAILABLE
[+] POLARSSL_ERR_PKCS5_INVALID_FORMAT
[+] POLARSSL_ERR_PKCS5_PASSWORD_MISMATCH

x509.h
[+] POLARSSL_ERR_X509_PASSWORD_MISMATCH
[+] POLARSSL_ERR_X509_PASSWORD_REQUIRED

to the top

Header Files (43)


aes.h
arc4.h
asn1.h
asn1write.h
base64.h
bignum.h
blowfish.h
bn_mul.h
camellia.h
certs.h
cipher.h
cipher_wrap.h
config.h
ctr_drbg.h
debug.h
des.h
dhm.h
entropy.h
entropy_poll.h
error.h
gcm.h
havege.h
md.h
md2.h
md4.h
md5.h
md_wrap.h
net.h
padlock.h
pbkdf2.h
pem.h
pkcs11.h
rsa.h
sha1.h
sha2.h
sha4.h
ssl.h
ssl_cache.h
timing.h
version.h
x509.h
x509write.h
xtea.h

to the top

Shared Libraries (1)


libpolarssl.so.1.2.7

to the top




Generated on Sat Jun 22 04:43:49 2013 for PolarSSL by ABI Compliance Checker 1.99.2  
A tool for checking backward compatibility of a C/C++ library API