Commit Graph

14 Commits (40fa4eb9bf9196b35aacf5c768473ff27388876c)

Author SHA1 Message Date
Anthony Hu 358e4a2a04 PQ update. Prepare for OQS deprecation. 2025-02-06 14:46:24 -05:00
jordan 551f73f3ab fix rsa mldsa example. 2025-01-27 12:33:54 -05:00
jordan 0615115861 X9.146: fix ecdsa mldsa example, update mldsa keys, fix typo. 2025-01-24 14:06:08 -05:00
Anthony Hu 38e80d18ea Allow the X9.146 examples to build against fips-ready. 2024-08-27 15:32:40 -04:00
Anthony Hu ce8179b5c9 Switching over to MLDSA for the X9.146 examples. 2024-07-03 18:10:36 -04:00
Anthony Hu a601c7e284 Remove addition of unknown extension in dual alg cert demos 2024-06-19 17:07:07 -04:00
Anthony Hu abac0000d2 Pre-generate PQ PEM priv keys for the X9.146 demos 2024-05-22 17:02:11 -04:00
Sean Parkinson 2326995fb0
Merge pull request #435 from bandi13/ConsolidateNaming
Several fixes in various tests across the repository
2024-05-02 10:42:57 +10:00
Tobias Frauenschläger ea6825ce1c
X9.146: Sign certificates with the right key (#426)
* X9.146: Sign certificates with the right key

The hybrid certificate X9.146 examples used the wrong private key for
creating the alternative signature of the server certificate. It has to
be the issuer key (from the root certificate), not the private key from
the server certificate. Also add -d for server to disable mutual authentication.



---------

Signed-off-by: Tobias Frauenschläger <t.frauenschlaeger@me.com>
Co-authored-by: Anthony Hu <anthony@wolfssl.com>
2024-04-04 22:10:10 -04:00
Andras Fekete 4c2f96ff64 Clean up wolfSSL path variable name 2024-04-04 13:28:23 -04:00
Anthony Hu de41bdcce8 Address Jacob's comments 2024-01-23 21:33:47 -05:00
Anthony Hu dc0143ad6c Everything works as expected now. 2024-01-23 21:15:47 -05:00
Anthony Hu c0edbe850e Fixes suggested by SparkiDev 2024-01-19 17:33:59 -05:00
Anthony Hu eede3170fd Adding support for dual key/signature certificates.
This is support for X9.146.
2024-01-04 14:04:11 -05:00