Query
Monday 16 March 2020
2020-03-16 18:27:15 (3 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+3/-0)(3 lines)
branch: master
Testsuite [Crypto]: Added note about EMSA-PSS needing tests.
Monday 20 November 2017
2017-11-20 17:56:53 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+29/-0)(29 lines)
branch: 8.1
Testsuite [Crypto]: Added some vectors for SHA256.
Friday 22 September 2017
2017-09-22 14:58:45 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+26/-9)(35 lines)
branch: 8.0
Testsuite [Crypto]: Test JWK-codec.
2017-09-22 13:58:42 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Web.pmod/module.pmod (+28/-0)(28 lines)
- pike/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike (+20/-1)(21 lines)
branch: 8.0
Web [Crypto]: Added encode_jwk().
This is the reverse of Web.decode_jwk().
Note that no actual encodings are generated yet.
Fixes some ofPIKE-39 (#8039) .
2017-09-22 13:27:10 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+26/-9)(35 lines)
branch: 8.1
Testsuite [Crypto]: Test JWK-codec.
Thursday 21 September 2017
2017-09-21 14:27:30 (5 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Web.pmod/module.pmod (+28/-0)(28 lines)
- pike/lib/modules/__builtin.pmod/Nettle.pmod/Sign.pike (+20/-1)(21 lines)
branch: 8.1
Web [Crypto]: Added encode_jwk().
This is the reverse of Web.decode_jwk().
Note that no actual encodings are generated yet.
Fixes some ofPIKE-39 (#8039) .
Friday 21 July 2017
2017-07-21 10:18:37 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/module.pmod (+37/-14)(51 lines)
branch: 8.1
Documentation [Crypto]: Add more references to useful stuff.
Mention MACs and AEADs.
Make it easier to find some of the more popular modules (like AES.GCM
and SHA1.HMAC).
Also removes some references to obsolete algorithms.
Tuesday 30 May 2017
2017-05-30 14:24:46 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+133/-0)(133 lines)
branch: 8.1
Testsuite [Crypto]: Added some test vectors for Curve25519.EdDSA.
Vectors from RFC8032 .
Saturday 27 May 2017
2017-05-27 12:59:18 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/module.pmod (+4/-1)(5 lines)
branch: 8.1
Documentation [Crypto]: Fixed some references.
Wednesday 27 April 2016
2016-04-27 15:35:51 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+65/-0)(65 lines)
branch: 8.0
Testsuite [Crypto]: Added some tests of JOSE JWS.
Test vectors taken from RFC7515 A.2.1 and A.3.1.
Tuesday 19 April 2016
2016-04-19 15:55:52 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+65/-0)(65 lines)
branch: 8.1
Testsuite [Crypto]: Added some tests of JOSE JWS.
Test vectors taken from RFC7515 A.2.1 and A.3.1.
Monday 22 February 2016
2016-02-22 17:20:48 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+9/-8)(17 lines)
branch: 8.0
Testsuite [Crypto]: Updated vectors for SSL3_* to FIPS 202.
Fixes quite a few testsuite failures with recent Nettle.
2016-02-22 17:18:09 (7 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/lib/modules/Crypto.pmod/testsuite.in (+9/-8)(17 lines)
branch: 8.1
Testsuite [Crypto]: Updated vectors for SSL3_* to FIPS 202.
Fixes quite a few testsuite failures with recent Nettle.
Bugs mentioned
![]() | CLOSED | Implement support for encoding of keys to JWK. | ||
![]() | PROPOSED STANDARD | JSON Web Signature (JWS) | ||
![]() | INFORMATIONAL | Edwards-Curve Digital Signature Algorithm (EdDSA) |