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
>
>
> 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?
*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
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
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
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