File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # v1.7.0
2+
3+ v1.7.0 includes a change to how proof of possession signatures are verified.
4+ Fulcio has updated the expected hashing algorithm for ECDSA P-384 and P-521
5+ signatures to be SHA-384 and SHA-512, in line with CSR signature verification.
6+ Cosign is actively being updated to support this for when signing with a
7+ managed key and requesting a certificate.
8+
9+ ## Features
10+
11+ * Allow configurable client signing algorithms (#1938 )
12+ * Use different hash in proof of possession based on key (#1959 )
13+ * Tls verification on OIDC issuers (#1932 )
14+ * feat: adds cert-utility. (#1870 )
15+ * feat: makes leaf optional and other changes. (#1931 )
16+
17+ ## Bug Fixes
18+
19+ * Remove err impossible condition: nil != nil (#1934 )
20+ * mark principal and issuer class under pkg/identity as deprecated (#1980 )
21+
22+ ## Contributors
23+
24+ * Carlos Tadeu Panato Junior
25+ * Hayden B
26+ * ian hundere
27+ * Praful Khanduri
28+ * Ramon Petgrave
29+ * Riccardo Schirone
30+ * Sujal Gupta
31+
132# v1.6.6
233
334## Features
You can’t perform that action at this time.
0 commit comments