Re: [openssl-users] Problems with man page code example at EVP_EncryptInit

2018-09-05 Thread Sam Habiel
Never mind. Easy google search away: https://github.com/openssl/openssl On Wed, Sep 5, 2018 at 10:49 AM Sam Habiel wrote: > > Todd, > > What is the correct repo on Github? > > --Sam > On Wed, Sep 5, 2018 at 10:46 AM Short, Todd via openssl-users > wrote: >

Re: [openssl-users] Problems with man page code example at EVP_EncryptInit

2018-09-05 Thread Sam Habiel
Internet." > > On Sep 5, 2018, at 10:18 AM, Sam Habiel wrote: > > I had to double check something--I was wrong about something--&outlen > is not incremented inside of openssl--so you have to keep another > variable to which you add outlen and use that to set the read/wr

Re: [openssl-users] Problems with man page code example at EVP_EncryptInit

2018-09-05 Thread Sam Habiel
I had to double check something--I was wrong about something--&outlen is not incremented inside of openssl--so you have to keep another variable to which you add outlen and use that to set the read/write pointer in outbuf. --Sam On Wed, Sep 5, 2018 at 10:04 AM Sam Habiel wrote: > >

[openssl-users] Problems with man page code example at EVP_EncryptInit

2018-09-05 Thread Sam Habiel
First time poster. I hope I am writing to the right place. Example for "General encryption and decryption function example using FILE I/O and AES128 with a 128-bit key" has two errors. I spent a lot of time trying to figure out what I did wrong for a while... 1. ctx is already a pointer; it does