Max Fichtelmann

Results 4 issues of Max Fichtelmann

fix #650 by adding an additional property `signatureAlgorithm` onto the cert object created by `pki.certificateFromAsn1`. when encoding the certificate and the above `signatureAlgorithm` property is present, it is used instead...

As far as I can see, the current proposal has some trouble with large files. As a GCM decryption should not release plaintext before the tag has been verified, the...

The current assumption is that every user has a single private key. Cryptography based on elliptic curves often has better properties regarding performance and size, so it may be desirable...

The `keytool` command provided by openjdk installations can be used with a PKCS#11 driver. A configuration file is needed which points to the pkcs11 driver (and a name) ``` library=/path/to/BouncyHsm.Pkcs11Lib-x64.so...