Skip to content

Commit 49365e3

Browse files
committed
X.509 composite: updates to bring it en par with draft
- Remove randomizer - Fix PKCS#8 parsing - verify with all current IETF-Hackathon providers - Update domain separation following draft standard - Support 32 byte ED25529 secret keys where public key present in full secret key is recalculated Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent a039f5c commit 49365e3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+578
-777
lines changed
169 KB
Binary file not shown.
889 Bytes
Binary file not shown.
-50.7 KB
Binary file not shown.
825 KB
Binary file not shown.
249 KB
Binary file not shown.
130 KB
Binary file not shown.
10.4 KB
Binary file not shown.

apps/tests/leancrypto_check_with_ietf.sh

Lines changed: 266 additions & 102 deletions
Large diffs are not rendered by default.

apps/tests/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ if (host_machine.system() != 'windows' and
313313
test('X.509 Parsing other cryptoproviders',
314314
x509_parser_test_script,
315315
args: [ lc_x509_generator.full_path(),
316+
lc_pkcs7_generator.full_path(),
316317
meson.project_source_root() + '/apps/tests/'
317318
],
318319
timeout: 300, suite: regression,
76.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)