Re: RSA Digital Signature questions

2001-08-28 Thread Greg Stark
The place to start for the ASN.1 for such beasts is usually the PKCS site, (http://www.rsalabs.com/pkcs/index.html). Look at PKCS#1 and PKCS#7. Greg Stark [EMAIL PROTECTED] - Original Message - From: "Hellan,Kim KHE" <[EMAIL PROTECTED]> To: "'Op

Re: RSA Digital Signature questions

2001-08-28 Thread Vadim Fedukovich
hi Kim, On Tue, 28 Aug 2001, Hellan,Kim KHE wrote: > I'm looking for an example of a "RSA Digital Signature Using Hash Function" > (text followed by the signature). Probably the most relevant data structure is PKCS7 Signed. > Does anyone know where to find a more technical description of such