16 Jan
1993
16 Jan
'93
6:41 a.m.
I thought their interface was good enough to do all of the obvious operations -- RSA block encrypt and decrypt being the most important -- and that this restriction was just to prevent bizarrelly hacked versions of their code from being confused with the original.
R_SignPEMBlock computes a digital signature on a message R_VerifyBlockSignature verifies a digital signature on a block of data such as a certificate
Let me know if I'm wrong, but I don't think I am.
You are wrong. The interface does *not* give you RSA Block De/Encrypt. -derek