Commit Graph

2 Commits

Author SHA1 Message Date
Usman Saleem
e18e407c4e Use Java 17 to build and run Besu (#4977)
Update following sections:
Gradle build, CircleCI, GitHub Actions, Docker

The devp2p TLS mutual authentication unit tests dealing with PKCS11+nss and QBFT+PKCS11+nss ATs were failing on Java 17 when dealing with RSA keys. The unit tests and AT are updated to use EC keys instead. The keystores, truststores, CRL etc. involved in those ATs are regenerated and detailed instructions are provided on how they are created.

Signed-off-by: Usman Saleem <usman@usmans.info>
2023-02-03 10:17:54 +10:00
Lucas Saldanha
bbff3c8b56 Added support for PKCS11 keystore on PKI Block Creation (#2865)
* Added support for PKCS11 keystore on PKI Block Creation

Signed-off-by: Lucas Saldanha <lucascrsaldanha@gmail.com>
2021-10-12 15:20:34 +13:00