Skip to content

Commit 7252979

Browse files
authored
Merge pull request #520 from defuse/fix-signing-key
fix signing key links in README
2 parents f53396c + bb5c9cb commit 7252979

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -99,22 +99,22 @@ a formal audit, please [contact Taylor Hornby](https://defuse.ca/contact.htm).
9999
Public Keys
100100
------------
101101

102-
The GnuPG public key used to sign current and older releases is available in
103-
[dist/signingkey.asc](https://github.com/defuse/php-encryption/raw/master/dist/signingkey.asc). Its fingerprint is:
102+
The GnuPG public key used to sign the current and new releases is available in
103+
[dist/signingkey.asc](https://github.com/defuse/php-encryption/raw/master/dist/signingkey-new.asc). Its fingerprint is:
104104

105105
```
106-
2FA6 1D8D 99B9 2658 6BAC 3D53 385E E055 A129 1538
106+
6DD6 E677 0281 5846 FC85 25A3 DD2E 507F 7BDB 1669
107107
```
108108

109109
You can verify it against Taylor Hornby's [contact
110110
page](https://defuse.ca/contact.htm) and
111111
[twitter](https://twitter.com/DefuseSec/status/723741424253059074).
112112

113-
Due to the old key expiring, new releases will be signed with a new public key
114-
available in [dist/signingkey-new.asc](https://github.com/defuse/php-encryption/raw/master/dist/signingkey-new.asc). Its fingerprint is:
113+
Older releases were signed with a (now-expired) available in
114+
[dist/signingkey-old.asc](https://github.com/defuse/php-encryption/raw/master/dist/signingkey-new.asc). The old key's fingerprint is:
115115

116116
```
117-
6DD6 E677 0281 5846 FC85 25A3 DD2E 507F 7BDB 1669
117+
2FA6 1D8D 99B9 2658 6BAC 3D53 385E E055 A129 1538
118118
```
119119

120120
A signature of this new key by the old key is available in
File renamed without changes.

0 commit comments

Comments
 (0)