Commit Graph

3845 Commits

Author SHA1 Message Date
n1474335 e61d64f618
Wording and stats improvements 2024-04-23 18:28:08 +01:00
a3957273 42ad9a49f3
Merge pull request #1786 from zb3/fix-overwritten-output 2024-04-15 01:17:49 +01:00
a3957273 7538be68c5
Merge pull request #1275 from cplussharp/ec-asn1 2024-04-15 01:15:36 +01:00
CPlusSharp 21ac516248 ECDSA JSON Web Signature format
used e.g. by JWT
2024-04-14 17:18:06 +02:00
CPlusSharp 7e7195c291 ECDSA: Output keys as JSONWebKeySet instead of two JWK 2024-04-14 16:53:09 +02:00
CPlusSharp 1fbc7e03f0 make the ECDSA JSON signature parsing more robust
also rename the format to "Raw JSON"
as I will later introduce "JSON Web Signature"
2024-04-14 16:46:55 +02:00
CPlusSharp 7b54d9e873 ECDSA rename signature format "Concat HEX" to "P1363 HEX"
this format name is more specific and easier to search for on the internet
2024-04-14 15:20:41 +02:00
a3957273 8ab2256b88 v10.17.0 2024-04-13 22:15:03 +00:00
a3957273 6e8c759dde
Merge pull request #1788 from EvieHarv/master 2024-04-13 22:24:10 +01:00
a3957273 a429902d41
Merge pull request #1751 from sw5678/master 2024-04-13 22:20:53 +01:00
a3957273 f6c5a04088
Merge branch 'master' into master 2024-04-13 22:04:53 +01:00
a3957273 edc23a860d
Merge pull request #1642 from cplussharp/pubkey-from-cert 2024-04-13 21:24:27 +01:00
a3957273 67195f65e7
Merge pull request #1277 from cplussharp/jwk 2024-04-13 20:54:38 +01:00
a3957273 4619a511d4
Merge pull request #541 from TheZ3ro/hide-recipe-options 2024-04-13 20:22:31 +01:00
CPlusSharp cbf990fab9 JWK conversion from/to PEM 2024-04-13 13:30:46 +02:00
CPlusSharp 8f182e4a9b Sign/Verify Operations for ECDSA
also an Operation for ECDSA signature conversion,
as there could be multiple formats of the signature
2024-04-13 12:57:14 +02:00
CPlusSharp 7a2c9ddbc4 Operation: Generate ECDSA Key Pair 2024-04-13 12:55:21 +02:00
CPlusSharp 28e2a391b8 Public Key from Private Key 2024-04-13 12:39:58 +02:00
CPlusSharp f86817bc86 Public Key from Certificate 2024-04-13 12:38:14 +02:00
n1474335 cc28c6af1a
10.16.0 2024-04-12 14:55:21 +01:00
n1474335 d21a6c8598
Updated CHANGELOG 2024-04-12 14:55:13 +01:00
n1474335 7b2d572902
Added 'JA4Server Fingerprint' operation 2024-04-12 14:41:00 +01:00
sw5678 0cfb67bd06 Improved readability and efficiency of RAKE 2024-04-12 11:27:29 +01:00
sw5678 f606d4b25f
Merge branch 'gchq:master' into master 2024-04-12 10:43:52 +01:00
sw5678 2191d20fb5 Removed trailing whitespace 2024-04-12 10:40:33 +01:00
a3957273 d13218caaf
Merge pull request #1739 from e218736/options-dialog-keyboard-navigation 2024-04-11 15:24:57 +01:00
Ethan Harvey 00f7914c5c Fix affine encode testcase 2024-04-10 23:57:53 +00:00
Ethan Harvey a09f8451fd Require (a, 26) to be coprime in affine encode 2024-04-10 23:19:50 +00:00
TheZ3ro 670c370b90
Merge branch 'master' into hide-recipe-options 2024-04-09 09:22:03 +02:00
a3957273 b2e400f474
Merge pull request #1743 from e218736/button-aria-labels 2024-04-09 00:44:48 +01:00
a3957273 8c283c7b19
Merge pull request #1783 from zb3/fix-expectOutput 2024-04-07 21:59:30 +01:00
zb3 db331e94ee fix ui test code style 2024-04-07 01:20:11 +02:00
zb3 2e284d3842 Fix autobake ui test 2024-04-07 00:37:09 +02:00
zb3 a81b2064d4 Abort the previous bake when attempting the next autobake 2024-04-07 00:23:17 +02:00
zb3 a23e47d8f9
Merge branch 'master' into fix-expectOutput 2024-04-06 13:35:28 +02:00
TheZ3ro 1fbf6c94cd
Merge branch 'master' into hide-recipe-options 2024-04-06 11:48:59 +02:00
thez3ro bf9066ae2e fix: make the linter happy 2024-04-06 09:30:52 +00:00
n1474335 33a473c09b
10.15.1 2024-04-05 18:12:26 +01:00
n1474335 409e795ce9
Moved UUID regex in list 2024-04-05 18:12:06 +01:00
n1474335 6ca60cb013
Improvements to HEIF file signature and GIF file extractor 2024-04-05 18:11:51 +01:00
n1474335 ef52195167
Fixed and improved some infoURLs 2024-04-05 18:10:57 +01:00
n1474335 ed930d2364
Moved ops to different modules 2024-04-05 18:10:14 +01:00
n1474335 1b870e559e
Updated copyright declarations to a range up to the latest commit 2024-04-05 18:09:07 +01:00
n1474335 d3fb8bd6e9
Fixed typos 2024-04-05 18:08:21 +01:00
zb3 4652608297 Fix character encoding io test
Since the output encoding autodetection was introduced, this test was no longer correct.
That wasn't detected because of the expectOutput bug.
2024-04-05 17:14:05 +02:00
zb3 0f0efefbf7 Make expectOutput actually check the output 2024-04-05 17:13:05 +02:00
n1474335 ab0493f53a
Update CHANGELOG 2024-04-05 15:56:31 +01:00
TheZ3ro a1892d4411
Merge branch 'master' into hide-recipe-options 2024-04-05 13:23:28 +02:00
a3957273 016825d4de
Update CHANGELOG.md 2024-04-02 22:27:15 +01:00
a3957273 c35557aea5 Merge branch 'master' of https://github.com/gchq/CyberChef 2024-04-02 20:40:19 +00:00