From 6e392cb16675048ee2afd60f0f6cc8f20b38c5ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2017 19:16:50 +0200 Subject: v1.0.13 --- compat_reports/1.0.2_to_1.0.3/compat_report.html | 519 +++++++++++++++++++++++ 1 file changed, 519 insertions(+) create mode 100644 compat_reports/1.0.2_to_1.0.3/compat_report.html (limited to 'compat_reports/1.0.2_to_1.0.3/compat_report.html') diff --git a/compat_reports/1.0.2_to_1.0.3/compat_report.html b/compat_reports/1.0.2_to_1.0.3/compat_report.html new file mode 100644 index 0000000..4bee195 --- /dev/null +++ b/compat_reports/1.0.2_to_1.0.3/compat_report.html @@ -0,0 +1,519 @@ + + + + + + + + + + libsodium: 1.0.2 to 1.0.3 compatibility report + + + +

API compatibility report for the libsodium library  between 1.0.2 and 1.0.3 versions on x86_64

+ +
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.2
Version #21.0.3
CPU Typex86_64
GCC Version4.9.2
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types308 / 101
VerdictIncompatible
(0.6%)
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-11
Removed SymbolsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols (11)


+crypto_auth_hmacsha256.h, libsodium.so.13.2.0
+crypto_auth_hmacsha256_statebytes ( )
+
+crypto_auth_hmacsha512.h, libsodium.so.13.2.0
+crypto_auth_hmacsha512_statebytes ( )
+
+crypto_auth_hmacsha512256.h, libsodium.so.13.2.0
+crypto_auth_hmacsha512256_statebytes ( )
+
+crypto_box.h, libsodium.so.13.2.0
+crypto_box_seal ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* pk )
+crypto_box_seal_open ( unsigned char* m, unsigned char const* c, unsigned long long clen, unsigned char const* pk, unsigned char const* sk )
+crypto_box_sealbytes ( )
+
+crypto_generichash.h, libsodium.so.13.2.0
+crypto_generichash_statebytes ( )
+
+crypto_hash_sha256.h, libsodium.so.13.2.0
+crypto_hash_sha256_statebytes ( )
+
+crypto_hash_sha512.h, libsodium.so.13.2.0
+crypto_hash_sha512_statebytes ( )
+
+crypto_onetimeauth.h, libsodium.so.13.2.0
+crypto_onetimeauth_statebytes ( )
+
+crypto_stream_xsalsa20.h, libsodium.so.13.2.0
+crypto_stream_xsalsa20_xor_ic ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* n, uint64_t ic, unsigned char const* k )
+
+to the top
+

Removed Symbols (2)


+randombytes_salsa20_random.h, libsodium.so.13.1.0
+randombytes_salsa20_random_uniform uint32_t const upper_bound )
+
+randombytes_sysrandom.h, libsodium.so.13.1.0
+randombytes_sysrandom_uniform uint32_t const upper_bound )
+
+to the top
+

Header Files (1)


+
+sodium.h
+
+
to the top
+

Shared Libraries (1)


+
+libsodium.so.13.1.0
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.2
Version #21.0.3
CPU Typex86_64
GCC Version4.9.2
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types558 / 212
VerdictCompatible
+

Problem Summary


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

Added Symbols (11)


+crypto_auth_hmacsha256.h
+crypto_auth_hmacsha256_statebytes ( )
+
+crypto_auth_hmacsha512.h
+crypto_auth_hmacsha512_statebytes ( )
+
+crypto_auth_hmacsha512256.h
+crypto_auth_hmacsha512256_statebytes ( )
+
+crypto_box.h
+crypto_box_seal ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* pk )
+crypto_box_seal_open ( unsigned char* m, unsigned char const* c, unsigned long long clen, unsigned char const* pk, unsigned char const* sk )
+crypto_box_sealbytes ( )
+
+crypto_generichash.h
+crypto_generichash_statebytes ( )
+
+crypto_hash_sha256.h
+crypto_hash_sha256_statebytes ( )
+
+crypto_hash_sha512.h
+crypto_hash_sha512_statebytes ( )
+
+crypto_onetimeauth.h
+crypto_onetimeauth_statebytes ( )
+
+crypto_stream_xsalsa20.h
+crypto_stream_xsalsa20_xor_ic ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* n, uint64_t ic, unsigned char const* k )
+
+to the top
+

Header Files (1)


+
+sodium.h
+
+
to the top
+

Shared Libraries (1)


+
+libsodium.so.13.1.0
+
+
to the top
+


Generated on Sat May 16 11:26:28 2015 for libsodium by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API  
+
+ \ No newline at end of file -- cgit