From e40482f82a8e7da9fc609b3c96890cb463548220 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Mon, 9 Oct 2017 18:26:38 +0200 Subject: [PATCH] review README.md and changes --- README.md | 2 ++ changes | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1fca7d..797a3d8 100644 --- a/README.md +++ b/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) +API/ABI changes: [check here](https://abi-laboratory.pro/tracker/timeline/libtomcrypt/) + ## Submitting patches Please branch off from develop if you want to submit a patch. diff --git a/changes b/changes index 91e1542..eaef077 100644 --- a/changes +++ b/changes @@ -26,7 +26,7 @@ v1.18.0 against Google's "Wycheproof" and Kudelski Security's "CDF" -- Fixed all compiler warnings -- 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 most PRNG's -- The code is now verified by a linter, thanks to Francois Perrad @@ -43,7 +43,7 @@ v1.18.0 -- Add OCBv3 -- Add PKCS#1 v1.5 mode of SSL3.0 -- 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 SHA3 & SHAKE -- Add SHA512/256 and SHA512/224