[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Onion Public Key
- To: or-talk@xxxxxxxx
- Subject: Onion Public Key
- From: "D M" <dmjr4007@xxxxxxxxx>
- Date: Tue, 26 Aug 2008 16:54:34 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Tue, 26 Aug 2008 16:54:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=A+fS8xZMs/NTKs3hlnFLKFrFNgCJWLrE3zoEqFxLnbw=; b=r//1M8j+WDvcrU/lqNUoSPxACPtnUGCsXQNjHPQjuuO2VJ/Mxbl7R9AQySh8kpNqAS /gcSeAcouva3mQeobNzUnCJYh04t4bakZuWSMJmJf4rtUY4Jfn4FJ0W7PVpOI6ktMWsh OAsjCRFkDuGZYwuu6NyK6MnmkNqjWPlxRWGiI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=D4TYKOWyr6KdnpzyuXDe/yLzv36TLbNuEmy+US2KA/NDZTfbF7SNb0V7fQ1txAo+Wr Il/aMlhhT42RDoAK44FjSksOB51gFzyWExhiGo7cLdXYv7TiDLrF4IIl6bWnA/eEZBfl SVViINZPCeX3qO//ZR+22+IrWtPBs+SovQYKY=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
I am unable to read an Onion Public Key using the following OpenSSL command(the public key file is named pub):
openssl rsa -in pub -text -pubin
This command produces the following errors:
$ openssl rsa -text -in k -pubin
unable to load Public Key
2428:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:
1294:
2428:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error:ta
sn_dec.c:380:Type=X509_ALGOR
2428:error:0D08303A:asn1 encoding routines:ASN1_TEMPLATE_NOEXP_D2I:nested asn1 e
rror:tasn_dec.c:749:Field=algor, Type=X509_PUBKEY
2428:error:0906700D:PEM routines:PEM_ASN1_read_bio:ASN1 lib:pem_oth.c:83:
Any ideas on how to get this to work?