You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions EVP_PKEY_print_private_fp and EVP_PKEY_print_public_fp failed to output key information.
OpenSSL error queue ( ERR_print_errors_fp(stderr) ) prints "Public Key algorithm "" unsupported" in both cases.
I need this for trace(debug, log) functionality.
The text was updated successfully, but these errors were encountered:
More than one month a have prototype of "PQ/T Hybrid Key Exchange in SSH" (draft-kampanakis-curdle-ssh-pq-ke-NN) that uses OpenSSL PKEY with key generation, encapsulation, and decapsulation. Prototype "dumps" a lot of "internal information".
Part of prototype is just published, see kex_pkem_pkey_keygen . After this kex_pkem_to_sshbuf try to dump key.
Result is same as reported: Public Key algorithm "<NULL>" unsupported. Remark: now message is quoted to be displayed properly.
Functions EVP_PKEY_print_private_fp and EVP_PKEY_print_public_fp failed to output key information.
OpenSSL error queue ( ERR_print_errors_fp(stderr) ) prints "Public Key algorithm "" unsupported" in both cases.
I need this for trace(debug, log) functionality.
The text was updated successfully, but these errors were encountered: