[openssl-users] BIO_seek() on bio_f_cipher with EVP_aes_256_ctr

2016-08-09 Thread William King
What is needed to be able to BIO_seek() on a bio_f_cipher() with a cipher of EVP_aes_256_ctr() without the counter, or IV or another internal state getting corrupted? It seems that doing a seek any direction results in corrupted output. -- William King Senior Engineer Quentus Technologies, INC 10

[openssl-users] Info Request

2016-08-09 Thread Luiggi Valles
> > > Helo. > > I'm trying to used OPENSSL to generate a sign XDAS-BES with PHP and I have > some problem but the most important is the function exec(). > > I would like to know how I do that: the exec () function does not block the > function of OpenSSL? > > Can you please tell me more about this?

[openssl-users] DH custom param generation/usage

2016-08-09 Thread Johann v . Preußen
*use case:* '/openssl genpkey -genparam -algorithm DH/' the '/genpkey/' doc's '*DH PARAMETER GENERATION OPTIONS'* section: * first, before i forget -- again -- openssl's doc's should indicate that the using the '-pkeyopt' option requires that the 'dh_paramgen_generator' setting must prece

Re: [openssl-users] OPENSSL provided by Cavium

2016-08-09 Thread Salz, Rich
Ask Cavium. -- Senior Architect, Akamai Technologies IM: richs...@jabber.at Twitter: RichSalz From: neutrino network [mailto:neutrino.netwo...@gmail.com] Sent: Monday, August 08, 2016 11:57 PM To: openssl-users@openssl.org; openssl-...@openssl.org Subject: [openssl-users] OPENSSL provided by Cavi

[openssl-users] Android openssl linking

2016-08-09 Thread Onur Tuna
Dear openssl users, I have an issue on linking libcrypto and libssl.so to my project. I'm using Android Studio 2.2 and everything about C++ worked properly so far. I have used the shell scripts in the following link: https://github.com/stdchpie/android-openssl. 6 for each .so file have been obtai

[openssl-users] How to make EVP functions returns false

2016-08-09 Thread Sugumar
Hi, I am using EVP encryption and decryption and rsa key generation api from openssl for my project. I need to write unit tests for my code including failure conditions also. Could you please help me to make below functions returns false without getting valgrind error. 1. EVP_EncryptInit_ex() & EVP