diff --git a/AUTHORS b/AUTHORS index 1b8f5af..a228fb0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -2,6 +2,7 @@ # Listed alphabetically by surname Andrew Biggs +Tomáš Halman Leif Hedström Matthew A. Miller Phil Sorber diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bb403..d294b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Release Notes # +* disable RSA PKCS 1.5 by default ((https://github.com/OpenIDC/cjose/pull/22); thanks @thalman * avoid using empty prototypes; support Clang 15 and XCode 14.3 * build shared library on Cygwin by adding -no-undefined to LDFLAGS (https://github.com/OpenIDC/cjose/pull/20); thanks @fd00