This repository was archived by the owner on Jan 28, 2020. It is now read-only.
File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
36
Version 0.13.1
2
37
---------------------------------------------------------------------------
3
38
You can’t perform that action at this time.
0 commit comments