Hi,
I am using openssl 0.9.8i. I try to build an application that use OpenSSL
but I got the following errors:
undefined reference to `SSL_write'
undefined reference to `SSL_read
undefined reference to `SSL_get_error'
undefined reference to `SSL_set_fd'
...etc.
I am linking statically the libssl.
The problem was related to my virtualisation environnement (virtualbox).
No problem with OpenSSL...
No problem with OpenBSD...
Cyanure wrote:
>
> Hi, I am trying to compile openssl sources on OpenBSD4.3.
>
> I got the following error:
>
> encode.c: In function
Hi, I am trying to compile openssl sources on OpenBSD4.3.
I got the following error:
encode.c: In function `EVP_DecodeUpdate`:
encode.c:357: internal compiler error: Segmentation fault.
I have a complete fresh installation of OpenBSD. I don't know if the problem
is related to OpenSSL or OpenBSD
000 !?
Victor Duchovni wrote:
>
> On Mon, Jan 05, 2009 at 05:06:29AM -0800, Cyanure wrote:
>
>>
>> Hi,
>>
>> AES symmetric keys are 128, 192 or 256 bits long.
>>
>> Is there a function in OpenSSL that creates (generates) an AES key
>> (proba
Hi,
AES symmetric keys are 128, 192 or 256 bits long.
Is there a function in OpenSSL that creates (generates) an AES key (probably
using internal salt) with the desired length (128, 192 or 256 bits) ?
Thank You.
--
View this message in context:
http://www.nabble.com/AES-key-generation-tp21290