Browse Source

review README.md and changes

Steffen Jaeckel 8 years ago
parent
commit
e40482f82a
2 changed files with 4 additions and 2 deletions
  1. 2 0
      README.md
  2. 2 2
      changes

+ 2 - 0
README.md

@@ -10,6 +10,8 @@ develop: [![Build Status](https://api.travis-ci.org/libtom/libtomcrypt.png?branc
 
 
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/487/badge.svg)](https://scan.coverity.com/projects/487)
 [![Coverity Scan Build Status](https://scan.coverity.com/projects/487/badge.svg)](https://scan.coverity.com/projects/487)
 
 
+API/ABI changes: [check here](https://abi-laboratory.pro/tracker/timeline/libtomcrypt/)
+
 ## Submitting patches
 ## Submitting patches
 
 
 Please branch off from develop if you want to submit a patch.
 Please branch off from develop if you want to submit a patch.

+ 2 - 2
changes

@@ -26,7 +26,7 @@ v1.18.0
          against Google's "Wycheproof" and Kudelski Security's "CDF"
          against Google's "Wycheproof" and Kudelski Security's "CDF"
       -- Fixed all compiler warnings
       -- Fixed all compiler warnings
       -- Fixed several build issues on FreeBSD, NetBSD, Linux x32 ABI, HP-UX/IA64,
       -- Fixed several build issues on FreeBSD, NetBSD, Linux x32 ABI, HP-UX/IA64,
-         Mac OS X, Windows (32&64bit, MingW&MSVC) ...
+         Mac OS X, Windows (32&64bit, Cygwin, MingW & MSVC) ...
       -- Re-worked all makefiles
       -- Re-worked all makefiles
       -- Re-worked most PRNG's
       -- Re-worked most PRNG's
       -- The code is now verified by a linter, thanks to Francois Perrad
       -- The code is now verified by a linter, thanks to Francois Perrad
@@ -43,7 +43,7 @@ v1.18.0
       -- Add OCBv3
       -- Add OCBv3
       -- Add PKCS#1 v1.5 mode of SSL3.0
       -- Add PKCS#1 v1.5 mode of SSL3.0
       -- Add PKCS#1 testvectors from RSA
       -- Add PKCS#1 testvectors from RSA
-      -- Add PKCS#8 import for RSA keys
+      -- Add PKCS#8 & X.509 import for RSA keys
       -- Add stream cipher API
       -- Add stream cipher API
       -- Add SHA3 & SHAKE
       -- Add SHA3 & SHAKE
       -- Add SHA512/256 and SHA512/224
       -- Add SHA512/256 and SHA512/224