[openssl-users] What define(s) does enable-ec_nistp_64_gcc_128 translate to?

2016-10-13 Thread Jeffrey Walton
I'm working on OS X and I want to audit for configure-time use of enable-ec_nistp_64_gcc_128. Grepping the sources shows 1 relevant hit, but I don't see a define: $ grep -IR 'enable-ec_nistp_64_gcc_128' * CHANGES: Specify "enable-ec_nistp_64_gcc_128" on the Configure (or config) command INSTA

[openssl-users] Closing old tickets

2016-10-13 Thread Rich Salz
Here is the list of old RT tickets that we are closing. We sent email to all of the originators, and it included the following text: If you still think it is important for us to consider, please open an issue on GitHub. Don't be shy! We are closing issues based purely on the date, and the fact

Re: [openssl-users] Questions on internal-buffers being used

2016-10-13 Thread Ajay Garg
Thanks Ben for the reply. I tried the following, and the code hits the block as commented :: ### static char inter_bio_buf[1000]; static char network_bio_buf[1000]; { BIO *inter_bio_buf_bio = NULL, *network_bio_buf_