Re: Decrypting app payload in wireshark

2021-07-18 Thread Claude Robitaille
. From: openssl-users on behalf of Claude Robitaille Sent: July 18, 2021 4:32 PM To: openssl-users@openssl.org Subject: Decrypting app payload in wireshark Hi all, I am setting up a callback using SSL_CTX_set_keylog_callback where I simply dump to a file. In wireshark

Decrypting app payload in wireshark

2021-07-18 Thread Claude Robitaille
Hi all, I am setting up a callback using SSL_CTX_set_keylog_callback where I simply dump to a file. In wireshark, having configured it to use the filr I created, I can see the decoded TLS handshake (prior to that, the handshake was encrypted so I know that wireshark is indeed finding the data f

Re: Using the library to encrypt a RSA private key compatible with Web Crypto API (PBKDF2)

2020-07-23 Thread Claude Robitaille
? From: openssl-users on behalf of Viktor Dukhovni Sent: July 22, 2020 7:17 PM To: openssl-users@openssl.org Subject: Re: Using the library to encrypt a RSA private key compatible with Web Crypto API (PBKDF2) On Wed, Jul 22, 2020 at 08:36:30PM +, Claude

Using the library to encrypt a RSA private key compatible with Web Crypto API (PBKDF2)

2020-07-22 Thread Claude Robitaille
This is NOT about using the command line utility, it is about using the library in a program and exporting a private key, while encrypting it. But first; I successfully tested the resulting key using the command-line and parameters iter 64000, hmacWithSHA512 and aes256. So I know for sure (at le