My name is Maria Cecilia Pilar, I am from Argentina and I am
working with ssleay libraries. First I used them under Unix and I had
no problem. Now I compile the libraries for WIN NT 16 bits, and I am
programming with Visual C++ 1.52. The first problem I get was that in
Unix I used a function called: PEM_ASN1_read (...) and in 16 bits
libraries this function didn't exists. So I read deep and deep the
documentation and I found a function called: PEM_ASN1_read_bio (...),
with the same parameters (the only difference is that the first one
received a FILE * and the second on a BIO *). I try to use the BIO
structure but I have some problems. For example:
- when I called the BIO_new(BIO_s_file) function I get a PROTECTION
FAULT error.
- when I called the BIO_new_fd(HFILE,close_flag) everything
is OK but PEM_ASN1_read_bio (..) return NULL (using the BIO * return by
the previous function).
- then when I try to use the ERR_print_errors(BIO *) I get an error
within the function BIO_write in the call to b->callback(.....). At this
time I have to reload Visual C++.
I don't know if you could send me an example on how to use all
this functions, or some other documentation. I don't really know if I
am using the correct ones. Thank you and goodbye,
Maria Cecilia Pilar
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/ |
+-------------------------------------------------------------------------+