Segmentation fault after RSA_check_key

2005-03-07 Thread T. Quirin
Hi, thank you Steve my verification function works now. But I want to check the RSA key before I use it. If I run "if(RSA_check_key(r) != 1) return -5;" I get a "Segmentation fault ". It works without this line. #include #include #include #include #include #include #include #include

convert certifikate to opensll

2005-03-07 Thread T. Quirin
Hi, I have the following problem. I get my certificate form my Netkey smartcard with opensc. Now, I want to use it with openssl. But my program exit with error codeĀ  -3: #include #include #include #include #include #include #include #include #include "verify.h" using namespace