On Fri, Jan 22, 2010, Michael Stone wrote:
> Dear openssl-users@ and, in particular, Dr. Henson,
>
> First, apologies that I didn't realize I was writing to you in my
> previous response to Fred. I'll check my To: lines more carefully in the
> future.
>
> Second, thanks for your earlier assista
2. I have compiled today's snapshot
# curl .../openssl-0.9.8-stable-SNAP-20100122.tar.gz | tar xzf
# cd openssl-*
./config --prefix=~/ssl
make -j4
make install
3. To produce the attached log, excerpts of which are quoted below, I
ran
./openssl s_
>On Fri 22/01/10 1:54 PM , protagora27 protagora27 protagor...@gmail.com sent:
>I want to test aes_wrap.c under sourceopenssl/crypto/aes.
Is this because AES needs 16 byte IV ??
__
OpenSSL Project
Between 0.9.8 and 1.0.0, the function rsa_oaep.c:MGF1() was changed to
static.
This breaks backward compatibility. IMHO, the static keyword should be
removed.
(Copying the users mailing list. My hope is that I can gather some
community support for
the importance of backward compatibility.)
--
Hi Douglas:
My first thought on this is that you're seeing padding, which may make the
final data larger.
On January 22, 2010 08:54:58 am Douglas Gemignani wrote:
> Hello,
>
> I'm using PKCS#7 for generating an enveloped certificated, but after
> openssl generating a random TDES key and encrypts
On Fri, Jan 22, 2010 at 04:39:43AM +0100, Dr. Stephen Henson wrote:
> On Thu, Jan 21, 2010, fredk2 wrote:
>
> >
> > do I understand this correctly:
> > 0.9.8m sends a no_renegotiation alert and apache needs a mod_ssl patch that,
> > by default, upon this alert closes the connection?
> >
>
> No
I have downloaded openssl-0.9.8l and I have builded
openssl with
1) ./config --prefix=/home/luca/zz/tmpopenssl/
--openssldir=/home/luca/zz/tmpopenssl/openssldir shared
2) make
3) make test
4)make install
It's all ok.
I want to test aes_wrap.c under sourceopenssl/crypto/aes.
My goal is to gen
On Fri, Jan 22, 2010, Douglas Gemignani wrote:
> Hello,
>
> I'm using PKCS#7 for generating an enveloped certificated, but after
> openssl generating a random TDES key and encrypts it with my pub exp,
> sometimes the resulting data is bigger than my module / prv exp.
>
> Something is wrong, this
I have downloaded openssl-0.9.8l and I have builded
openssl with
1) ./config --prefix=/home/luca/zz/tmpopenssl/
--openssldir=/home/luca/zz/tmpopenssl/openssldir shared
2) make
3) make test
4)make install
It's all ok.
I want to test aes_wrap.c under sourceopenssl/crypto/aes.
My goal is to gen
Hello,
I'm using PKCS#7 for generating an enveloped certificated, but after
openssl generating a random TDES key and encrypts it with my pub exp,
sometimes the resulting data is bigger than my module / prv exp.
Something is wrong, this should never happen...
There is my snippet
p7 = PKCS7_new()
Hi!
Thankx for your advices. Finally, I got it working with
RSA_public_encrypt() and RSA_private_decrypt().
--
Alexey
sms stands for save my soul
__
OpenSSL Project http://www.openssl.org
User
On Thu, Jan 21, 2010, Ujwal Chinthala wrote:
> Hi,
>
> Thanks for the all the help.
>
> I see the same error when I am trying to create a x509 certificate using the
> DSA parameters g, p, q and public key y.
> These parameters are generated by the GetPublicKey API in C#. All the above
> param
Hi,
Thanks for the all the help.
I see the same error when I am trying to create a x509 certificate using the
DSA parameters g, p, q and public key y.
These parameters are generated by the GetPublicKey API in C#. All the above
parameters are BYTE arrays.
Find the DSA parameters attached.
13 matches
Mail list logo