sign.c in a Visual Environment

2000-08-23 Thread Mariana Podesta
Hello! At the end, and thanking Vadmir, the program sign.c did work properly on a DOS Environment. But now, I am trying to define a Visual Program by using the C++ Power Builder. I have seen that the function pkey = PEM_read_PrivateKey(fp,NULL,NULL,NULL) asks the user to enter the PEM Phrase. In

Program sign.c - Execution error

2000-08-21 Thread Mariana Podesta
Hello! I am really new with programming with OpenSSL, and I have the following problem. I hope somebody can help me. I am working with OpenSSL version 0.9.5a, under windows 98. I am using the borland c++ compiler version 5.5. I have taken the example sign.c from the demo directory, and I have chan

Using certificates for client authentication

1999-12-01 Thread Mariana Podesta
Hi! I am really new with the use of OpenSSL, so sorry if this is an obvious question. I have generated certificates using openssl, and I could install them without any problem in NS and in MSIE, but when I try to use them for client authentication they just won`t be shown in the listbox. Could som