hi
i have some problems using BIO_read /write/gets/puts in visual c++
i wrote this code to access to the BIO and read some data
each time i use this function i obtain this error :
The instruction at 0x1003159d referenced memory at 0xccd0 . the memory could not
be read
could someone tell
hi
i have some problems using BIO_read /write/gets/puts in visual c++
i wrote this code to access to the BIO and read some data
each time i use this function i obtain this error :
The instruction at 0x1003159d referenced memory at 0xccd0 . the memory could not
be read
could someone tel
hi
i am a new user of openssl,and i am trying to make an application that use openssl to
manage a pki.
so i begin by trying make a command like genrsa ,i began with RSA_generate_key()
function ,it works but the problem is what function must be used to encrypt RSA key
with DES or 3DES ,and ho