Santiago De Vicente

Results 3 issues of Santiago De Vicente

I'm trying to use the library to sign a hash using a custom PKCS#11 provider with the following code. ```python lib = pkcs11.lib(lib_path) token = lib.get_token() with token.open(user_pin=pin) as session:...

I am trying to get my wolfmqtt client on ESP-32 to use PQC. I am using a modified version of examples/mqttexample.c. The process I followed was to define the following...

Is there any plan to add support to vendor defined key types and mechanisms? Right now the openssl engine rejects any key that is not RSA or EC. Is this...

enhancement