Skip to content
This repository was archived by the owner on Jan 28, 2020. It is now read-only.

Commit 21f78ab

Browse files
committed
Add release notes for version 0.14.0.
1 parent 262768a commit 21f78ab

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

NEWS

+35
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
Version 0.14.0
2+
---------------------------------------------------------------------------
3+
4+
Backwards incompatible changes:
5+
6+
This version switches the default signature algorithm used when
7+
signing messages from rsa-sha1 to rsa-sha256. If your IdP does not
8+
allow messages to be signed with that algorithm, you need to add a
9+
setting switching back to the old algorithm:
10+
11+
MellonSignatureMethod rsa-sha1
12+
13+
Note that this only affects messages sent from mod_auth_mellon to your
14+
IdP. It does not affect authentication responses or other messages
15+
sent from your IdP to mod_auth_mellon.
16+
17+
New features:
18+
19+
* Many improvements in what is logged during various errors.
20+
21+
* Diagnostics logging, which creates a detailed log during request
22+
processing.
23+
24+
* Add support for selecting which signature algorithm is used when
25+
signing messages, and switch to rsa-sha256 by default.
26+
27+
Bug fixes:
28+
29+
* Fix segmentation fault in POST replay functionality on empty value.
30+
31+
* Fix incorrect error check for many `lasso_*`-functions.
32+
33+
* Fix case sensitive match on MellonUser attribute name.
34+
35+
136
Version 0.13.1
237
---------------------------------------------------------------------------
338

0 commit comments

Comments
 (0)