I have to use OpenSSL in a Java web project and I don\'t know anything about \'OpenSSL\'.
How can I integrate OpenSSL with my project? is there any good fundamental tuto
You need to answer a few important questions before any suggestions
1) Do you really want to call C(native) implementation form JAVA?
2) What are the features in OpenSSL which cannot be solved by JCE and BouncyCastle
3) Is the scope just limited to using certificates generated by OpenSSL, decrypting files generated by OpenSSL?