// COMPLETE THREAD

Re: possible solution to the anonymous harrassment problem

2 expanded posts ยท every known parent and child

NODE 7a459120Re: possible solution to the anonymous harrassment problem
> If you read closer, you will see that you need "special permission from
> RSADSI" to use non-published interfaces to RSAREF.

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.

-- Marc Ringuette (mnr@cs.cmu.edu)
NODE 07b2fc05Re: possible solution to the anonymous harrassment problem
> 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