Re: Envelope problem

2021-03-22 Thread Robert Burner Schadek
Well, I used the openssl cli program, and cut everything out that wasn't required. The results can be seen here. https://gist.github.com/burner/4d87d1421e39627f84316bc2892e6103

Envelope problem

2021-03-09 Thread Robert Burner Schadek
Hello all, I'm trying to follow the guide shown in https://wiki.openssl.org/index.php/EVP_Asymmetric_Encryption_and_Decryption_of_an_Envelope But for the life of me I can't figure out how to do the following: ``` struct Data {     unsigned char* data;     unsigned long length; }; struct KeyArra