Binary compatibility report for the PolarSSL library  between 1.2.5 and 1.2.6 versions on x86

Test Info


Library NamePolarSSL
Version #11.2.5
Version #21.2.6
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files43
Total Shared Libraries1
Total Symbols / Types370 / 244
VerdictIncompatible
(0.5%)

Problem Summary


SeverityCount
Added Symbols-11
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low1
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0

Added Symbols (11)


md5.h, libpolarssl.so.1.2.6
md5_process ( struct md5_context* ctx, unsigned char const* data )

rsa.h, libpolarssl.so.1.2.6
rsa_rsaes_oaep_decrypt ( struct rsa_context* ctx, int mode, unsigned char const* label, size_t label_len, size_t* olen, unsigned char const* input, unsigned char* output, size_t output_max_len )
rsa_rsaes_oaep_encrypt ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, unsigned char const* label, size_t label_len, size_t ilen, unsigned char const* input, unsigned char* output )
rsa_rsaes_pkcs1_v15_decrypt ( struct rsa_context* ctx, int mode, size_t* olen, unsigned char const* input, unsigned char* output, size_t output_max_len )
rsa_rsaes_pkcs1_v15_encrypt ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, size_t ilen, unsigned char const* input, unsigned char* output )
rsa_rsassa_pkcs1_v15_sign ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )
rsa_rsassa_pkcs1_v15_verify ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )
rsa_rsassa_pss_sign ( struct rsa_context* ctx, int(*f_rng)(void*, unsigned char*, size_t), void* p_rng, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )
rsa_rsassa_pss_verify ( struct rsa_context* ctx, int mode, int hash_id, unsigned int hashlen, unsigned char const* hash, unsigned char* sig )

sha1.h, libpolarssl.so.1.2.6
sha1_process ( struct sha1_context* ctx, unsigned char const* data )

sha2.h, libpolarssl.so.1.2.6
sha2_process ( struct sha2_context* ctx, unsigned char const* data )

to the top

Problems with Data Types, Medium Severity (1)


ssl_cache.h
[+] struct _ssl_cache_entry (1)

to the top

Problems with Data Types, Low Severity (1)


ssl_cache.h
[+] struct _ssl_cache_entry (1)

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.5

to the top




Generated on Wed Mar 13 07:38:41 2013 for PolarSSL by ABI Compliance Checker 1.99  
A tool for checking backward compatibility of a C/C++ library API