Commit Graph

5 Commits (163395fa51da53170f6d1f64b084ee6edd402c8a)

Author SHA1 Message Date
Anthony Hu 38e80d18ea Allow the X9.146 examples to build against fips-ready. 2024-08-27 15:32:40 -04:00
Anthony Hu a601c7e284 Remove addition of unknown extension in dual alg cert demos 2024-06-19 17:07:07 -04: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
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