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.1_to_1.0.2/compat_report.html | 596 +++++++++++++++++++++++ 1 file changed, 596 insertions(+) create mode 100644 compat_reports/1.0.1_to_1.0.2/compat_report.html (limited to 'compat_reports/1.0.1_to_1.0.2/compat_report.html') diff --git a/compat_reports/1.0.1_to_1.0.2/compat_report.html b/compat_reports/1.0.1_to_1.0.2/compat_report.html new file mode 100644 index 0000000..8a6494b --- /dev/null +++ b/compat_reports/1.0.1_to_1.0.2/compat_report.html @@ -0,0 +1,596 @@ + + + + + + + + + + libsodium: 1.0.1 to 1.0.2 compatibility report + + + +

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

+ +
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.1
Version #21.0.2
CPU Typex86_64
GCC Version4.9.2
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files1
Total Shared Libraries1
Total Symbols / Types306 / 101
VerdictCompatible
+

Problem Summary


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

Added Symbols (4)


+crypto_box.h, libsodium.so.13.1.0
+crypto_box_detached_afternm ( unsigned char* c, unsigned char* mac, unsigned char const* m, unsigned long long mlen, unsigned char const* n, unsigned char const* k )
+crypto_box_easy_afternm ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* n, unsigned char const* k )
+crypto_box_open_detached_afternm ( unsigned char* m, unsigned char const* c, unsigned char const* mac, unsigned long long clen, unsigned char const* n, unsigned char const* k )
+crypto_box_open_easy_afternm ( unsigned char* m, unsigned char const* c, unsigned long long clen, unsigned char const* n, unsigned char const* k )
+
+to the top
+ +

Problems with Symbols, Low Severity (6)


+crypto_sign.h, libsodium.so.13.0.3
+ +[+] crypto_sign ( unsigned char* sm, unsigned long long* smlen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_detached ( unsigned char* sig, unsigned long long* siglen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_open ( unsigned char* m, unsigned long long* mlen, unsigned char const* sm, unsigned long long smlen, unsigned char const* pk ) (1) +
+ +
crypto_sign_ed25519.h, libsodium.so.13.0.3
+ +[+] crypto_sign_ed25519 ( unsigned char* sm, unsigned long long* smlen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_ed25519_detached ( unsigned char* sig, unsigned long long* siglen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_ed25519_open ( unsigned char* m, unsigned long long* mlen, unsigned char const* sm, unsigned long long smlen, unsigned char const* pk ) (1) +
+ +
to the top
+

Header Files (1)


+
+sodium.h
+
+
to the top
+

Shared Libraries (1)


+
+libsodium.so.13.0.3
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.1
Version #21.0.2
CPU Typex86_64
GCC Version4.9.2
SubjectSource Compatibility
+

Test Results


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

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Symbols
-6
+ +

Added Symbols (4)


+crypto_box.h
+crypto_box_detached_afternm ( unsigned char* c, unsigned char* mac, unsigned char const* m, unsigned long long mlen, unsigned char const* n, unsigned char const* k )
+crypto_box_easy_afternm ( unsigned char* c, unsigned char const* m, unsigned long long mlen, unsigned char const* n, unsigned char const* k )
+crypto_box_open_detached_afternm ( unsigned char* m, unsigned char const* c, unsigned char const* mac, unsigned long long clen, unsigned char const* n, unsigned char const* k )
+crypto_box_open_easy_afternm ( unsigned char* m, unsigned char const* c, unsigned long long clen, unsigned char const* n, unsigned char const* k )
+
+to the top
+ +

Other Changes in Symbols (6)


+crypto_sign.h
+ +[+] crypto_sign ( unsigned char* sm, unsigned long long* smlen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_detached ( unsigned char* sig, unsigned long long* siglen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_open ( unsigned char* m, unsigned long long* mlen, unsigned char const* sm, unsigned long long smlen, unsigned char const* pk ) (1) +
+ +
crypto_sign_ed25519.h
+ +[+] crypto_sign_ed25519 ( unsigned char* sm, unsigned long long* smlen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_ed25519_detached ( unsigned char* sig, unsigned long long* siglen, unsigned char const* m, unsigned long long mlen, unsigned char const* sk ) (1) +
+ + +[+] crypto_sign_ed25519_open ( unsigned char* m, unsigned long long* mlen, unsigned char const* sm, unsigned long long smlen, unsigned char const* pk ) (1) +
+ +
to the top
+

Header Files (1)


+
+sodium.h
+
+
to the top
+

Shared Libraries (1)


+
+libsodium.so.13.0.3
+
+
to the top
+


Generated on Tue Jan 20 17:33:07 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