6
To: openssl-users@openssl.org
Subject: *** Spam *** Re: When P is larger than Q
Thanks Dave. Where do you get the cert file to use as input?
From: Dave Thompson
Sent: Friday, March 21, 2014 3:37 PM
To: openssl-users@openssl.org
I don’t think this violates any standard and it works
th.
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Andrew Arnott
Sent: Saturday, March 22, 2014 14:56
To: openssl-users@openssl.org
Subject: *** Spam *** Re: When P is larger than Q
Thanks Dave. Where do you get the cert file to use as input?
P3 box (not quite dead yet) and that does fail
>
> the import with "The private key ... is not supported by the targeted [CSP]".
>
>
>
>
>
> *From:* owner-openssl-us...@openssl.org [mailto:
> owner-openssl-us...@openssl.org] *On Behalf Of *andrewarn...@gmail.co
* Spam *** Re: When P is larger than Q
I’d like to try the PKCS12 idea. Can you tell me how you put this private key
in a PKCS12 cert so I can see if I can adapt that to get this working in my
.NET app?
I tried generating dozens of 512 bit keys in a row on iOS. Every time, the P
was longe
On Fri, Mar 21, 2014, andrewarn...@gmail.com wrote:
>
>
> I'm on Windows 8.1 when I see this error. But your comment about older
> Windows reporting this suggests that perhaps there's a newer API I could use
> to get the job done?
>
Well if the API you're calling ends up using the PRIVATEKEYBL
I’d like to try the PKCS12 idea. Can you tell me how you put this private key
in a PKCS12 cert so I can see if I can adapt that to get this working in my
.NET app?
I tried generating dozens of 512 bit keys in a row on iOS. Every time, the P
was longer than the Q. It seems that iOS may be doin
Hi Steve,
I'm on Windows 8.1 when I see this error. But your comment about older Windows
reporting this suggests that perhaps there's a newer API I could use to get the
job done?
Sent from Surface Pro
From: Dr. Stephen Henson
Sent: Friday, March 21, 2014 4:30 PM
To: opens
Hi Dave,
Thanks for your reply. I've attached a simple console app that attempts to
import the key data into a .NET RSACryptoServiceProvider. Internally this class
just sends it straight onto the Windows OS crypto library, which includes the
checks that P and Q must have equal lengths. The c
On Fri, Mar 21, 2014, Dave Thompson wrote:
> To be clear: it is conventional to generate P with a larger *value* than Q,
> AIR so that
>
> CRT qinv-modp works right. There are several ways to do this; openssl just
> generates
>
> two suitable primes and chooses the larger one as P. Your issue
To be clear: it is conventional to generate P with a larger *value* than Q,
AIR so that
CRT qinv-modp works right. There are several ways to do this; openssl just
generates
two suitable primes and chooses the larger one as P. Your issue is that P
has *more
significant bits*, 257 instead of 25
10 matches
Mail list logo