Hello, I'm having a problem with the code below, I've spent the last two days checking it, but somehow, I cannot see where my mistake is. It's a simple function which objective is to wrap OpenSSL's RSA_public_encr ypt taking two bignums (modulus and exponent) instead of an RSA key.
About the other two functions, only have test purposes.
I'd also like to find some good documentation of OpenSSL, since the UNIX manpages are not as good as should (at least at this level where I try to handle RSA structure internally).
Thanks for your time
About the other two functions, only have test purposes.
I'd also like to find some good documentation of OpenSSL, since the UNIX manpages are not as good as should (at least at this level where I try to handle RSA structure internally).
Thanks for your time
Code:
full code removed
Comment