diff --git a/docs/simplesamlphp-upgrade-notes-1.13.txt b/docs/simplesamlphp-upgrade-notes-1.13.txt new file mode 100644 index 0000000000000000000000000000000000000000..e76cd1635b150490880cf7865a0b512bebe2c2f2 --- /dev/null +++ b/docs/simplesamlphp-upgrade-notes-1.13.txt @@ -0,0 +1,6 @@ +Upgrade notes for simpleSAMLphp 1.13 +==================================== + + * The RSA_1.5 (RSA with PKCS#1 v1.5 padding) algorithm is now longer allowed by default. This means messages received + that use this algorithm will fail to decrypt. + * Several functions, classes and interfaces are now deprecated. Please check your code if you are using the API.