Hi,
I'm getting the following failure when trying to build FIPS capable openssl
in windows:
ectest
Curve defined by Weierstrass equation
y^2 = x^3 + a*x + b (mod 0x17)
a = 0x1
b = 0x1
Point is not on curve: x = 0xD, y = 0xA41E
.\crypto\ec\ectest.c:318: ABORT
problems.
The
Hi,
I'm getting the following failure when trying to build FIPS capable openssl
in windows:
ectest
Curve defined by Weierstrass equation
y^2 = x^3 + a*x + b (mod 0x17)
a = 0x1
b = 0x1
Point is not on curve: x = 0xD, y = 0xA41E
.\crypto\ec\ectest.c:318: ABORT
problems.
The
On 25.03.2013 18:05, Jakob Bohm wrote:
This one lacks the data part, it seems to have been generated without
the "-nodetach" option.
- myreply02cms-asn1.text
This one has the data part, but lacks the "signingTime" attribute which
is the whole point of this exercise.
how can I correct this?
On 3/22/2013 10:09 PM, Walter H. wrote:
Hello,
I got two more replies of public time stamp servers,
- msrecv01ts-asn1.text
- msrecv02ts-asn1.text (used a different source, so the hash differs)
- msrecv03ts-asn1.text
the structure of these 3 replies look nearly the same as my two generated
- m
Thanks for the explanation and help.. everything worked perfect. :) :)
Regards,
Azhar
On Mon, Mar 25, 2013 at 1:34 PM, Dave Thompson wrote:
> > From: owner-openssl-us...@openssl.org On Behalf Of Dave Thompson
> > Sent: Wednesday, 20 March, 2013 20:21
>
> > >From: owner-openssl-us...@openssl.or
FYI.. i am working on AIX - 64 bit platform.
On Mon, Mar 25, 2013 at 9:50 PM, Mithun Kumar wrote:
> Hello All,
>
> I am getting below error when trying to create a connection
>
> "Seeding the PRNG failed, most likely because the system does not have
> /dev/random."
>
>
> Any inputs why this err
Hello All,
I am getting below error when trying to create a connection
"Seeding the PRNG failed, most likely because the system does not have
/dev/random."
Any inputs why this error pops up?
Has there been any response to this? I dealt with a similar situation about 6
months ago. It turned out, at first my application was handling some responses
to SSL_write() and SSL_read incorrectly:
http://www.mail-archive.com/openssl-users@openssl.org/msg67276.html However,
after furthur inv
On Mon, Mar 25, 2013, spammazz wrote:
> Hi all,
> I'm using openssl-1.0.1e library to decrypt an email and the output is
> redirected into a file.
>
> BIO *bio_plain_text = BIO_new_file("plain_text", "w");
>
> CMS_decrypt(contentInfo, pkey, mla_cert, NULL, bio_plain_text, 0);
>
> How c
Hi,
I am trying to implement a Radius Client with EAP-TTLS support. I'd like to use
OpenSSL for SSL handshaking. The control packets i.e. Client Hello, Key
Exchange etc needs to be encapsulated as AVP in Radius packet. Is there any API
in OpenSSL library that I can use to create these cont
Hi,
I am trying to implement a Radius Client with EAP-TTLS support. I'd like to use
OpenSSL for SSL handshaking. The control packets i.e. Client Hello, Key
Exchange etc needs to be encapsulated as AVP in Radius packet. Is there any API
in OpenSSL library that I can use to create these control
Hi all,
I'm using openssl-1.0.1e library to decrypt an email and the output is
redirected into a file.
BIO *bio_plain_text = BIO_new_file("plain_text", "w");
CMS_decrypt(contentInfo, pkey, mla_cert, NULL, bio_plain_text, 0);
How can I decypt in a buffer also if I don't know the output s
You need not break your files into blocks. You can directly feed your file
(as a string or byte array) into OpenSSL methods. OpenSSL methods will take
care of breaking your whole data into blocks, encrypting each block and
then providing you with the entire encrypted data. Here's a small link to
ge
> From: owner-openssl-us...@openssl.org On Behalf Of Dave Thompson
> Sent: Wednesday, 20 March, 2013 20:21
> >From: owner-openssl-us...@openssl.org On Behalf Of azhar jodatti
> >Sent: Wednesday, 20 March, 2013 15:21
> >this.secretKey is an object of javax.crypto.SecretKey which
> >I am using for
14 matches
Mail list logo