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: > > > > PRs on GitHub to fix documentation

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

2018-09-05 Thread Sam Habiel
Todd, What is the correct repo on Github? --Sam On Wed, Sep 5, 2018 at 10:46 AM Short, Todd via openssl-users wrote: > > PRs on GitHub to fix documentation are always welcome. > -- > -Todd Short > // tsh...@akamai.com > // "One if by land, two if by sea, three if by the Internet." > > On Sep 5,

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

2018-09-05 Thread Short, Todd via openssl-users
PRs on GitHub to fix documentation are always welcome. -- -Todd Short // tsh...@akamai.com // "One if by land, two if by sea, three if by the Internet." On Sep 5, 2018, at 10:18 AM, Sam Habiel mailto:sam.hab...@gmail.com>> wrote: I had to double check something--I was w

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: > > First time pos