From 6f05b76411400cc7d2b68fcb0d388faef3e3e9d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 1 Oct 2017 18:40:51 +0200 Subject: v1.0.15, soname bump to 23 --- compat_reports/1.0.14_to_1.0.15/compat_report.html | 497 +++++++++++++++++++++ 1 file changed, 497 insertions(+) create mode 100644 compat_reports/1.0.14_to_1.0.15/compat_report.html (limited to 'compat_reports/1.0.14_to_1.0.15') diff --git a/compat_reports/1.0.14_to_1.0.15/compat_report.html b/compat_reports/1.0.14_to_1.0.15/compat_report.html new file mode 100644 index 0000000..d2ecdfd --- /dev/null +++ b/compat_reports/1.0.14_to_1.0.15/compat_report.html @@ -0,0 +1,497 @@ + + + + + + + + +libsodium: 1.0.14 to 1.0.15 compatibility report + + + +

API compatibility report for the libsodium library between 1.0.14 and 1.0.15 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibsodium
Version #11.0.14
Version #21.0.15
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types575 / 48
Compatibility98.6%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh8
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Removed Symbols  8 


+crypto_stream_aes128ctr.h, libsodium.so.18.4.0
+crypto_stream_aes128ctr ( unsigned char* out, unsigned long long outlen, unsigned char const* n, unsigned char const* k )
+crypto_stream_aes128ctr_afternm ( unsigned char* out, unsigned long long len, unsigned char const* nonce, unsigned char const* c )
+crypto_stream_aes128ctr_beforenm ( unsigned char* c, unsigned char const* k )
+crypto_stream_aes128ctr_beforenmbytes ( )
+crypto_stream_aes128ctr_keybytes ( )
+crypto_stream_aes128ctr_noncebytes ( )
+crypto_stream_aes128ctr_xor ( unsigned char* out, unsigned char const* in, unsigned long long inlen, unsigned char const* n, unsigned char const* k )
+crypto_stream_aes128ctr_xor_afternm ( unsigned char* out, unsigned char const* in, unsigned long long len, unsigned char const* nonce, unsigned char const* c )
+
+to the top
+

Header Files  1 


+
+sodium.h
+
+
to the top
+

Libraries  1 


+
+libsodium.so.18.4.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibsodium
Version #11.0.14
Version #21.0.15
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files1
Total Libraries1
Total Symbols / Types822 / 93
Compatibility99%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh8
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Removed Symbols  8 


+crypto_stream_aes128ctr.h
+crypto_stream_aes128ctr ( unsigned char* out, unsigned long long outlen, unsigned char const* n, unsigned char const* k )
+crypto_stream_aes128ctr_afternm ( unsigned char* out, unsigned long long len, unsigned char const* nonce, unsigned char const* c )
+crypto_stream_aes128ctr_beforenm ( unsigned char* c, unsigned char const* k )
+crypto_stream_aes128ctr_beforenmbytes ( )
+crypto_stream_aes128ctr_keybytes ( )
+crypto_stream_aes128ctr_noncebytes ( )
+crypto_stream_aes128ctr_xor ( unsigned char* out, unsigned char const* in, unsigned long long inlen, unsigned char const* n, unsigned char const* k )
+crypto_stream_aes128ctr_xor_afternm ( unsigned char* out, unsigned char const* in, unsigned long long len, unsigned char const* nonce, unsigned char const* c )
+
+to the top
+

Header Files  1 


+
+sodium.h
+
+
to the top
+

Libraries  1 


+
+libsodium.so.18.4.0
+
+
to the top
+



+ +
+ + -- cgit