Convert perl file to asm fie

2011-06-30 Thread ty hawk
Hi : I want to use openssl on device that used arm. How could I convert aes-armv4.pl to aes-armv4.asm? Could you you help me? Hawkes 2011/06/30

Getting started to create PKCS7 message with PKCS11 provider

2011-06-30 Thread James Berry
Hi: I need to sign a challenge string using the private key present on a smartcard. The smartcard has a PKCS11-compliant library and I have been able to open the card etc with the PKCS11 driver. Now I would like to sign a message in PKCS7 format to be sent elsewhere for verification.

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 09:43, ty hawk wrote: Hi : I want to use openssl on device that used arm. How could I convert aes-armv4.pl http://aes-armv4.pl/ to aes-armv4.asm? Could you you help me? Hawkes 2011/06/30 Two problems: One - this is a mailing list

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 10:53, ty hawk wrote: Hi Tim I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl replace for aes-586.pl

Re: Convert perl file to asm fie

2011-06-30 Thread Andreas Müller
On 06/30/2011 11:53 AM, ty hawk wrote: I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl replace for aes-586.pl http://aes-586.pl.

Re: Convert perl file to asm fie

2011-06-30 Thread ty hawk
Hi Sorry for I have done. I found these files on website. I paste these links I have compile completely openssl on windows, found it used aes-586.pl http://www.opensource.apple.com/source/OpenSSL098/OpenSSL098-35/src/crypto/aes/asm/aes-586.pland it had been converted aes-586.asm in compiler

Re: Convert perl file to asm fie

2011-06-30 Thread Tim Watts
On 30/06/11 11:46, Andreas Müller wrote: On 06/30/2011 11:53 AM, ty hawk wrote: I have compile completely openssl on windows, found it used aes-586.pl http://aes-586.pl and it had been converted aes-586.asm in compiler process Now I need use it device, so I used aes-armv4.pl http://aes-armv4.pl

RE: Convert perl file to asm fie

2011-06-30 Thread Jeremy Farrell
Try taking a step back and explaining what you are actually trying to do overall, instead of asking a particular question which sounds very strange. Are you just trying to build the OpenSSL libraries for ARM perhaps? In that case your question would have been better phrased as how do I build

web site with many openssl examples

2011-06-30 Thread derleader mail
Hi, I'm looking for complete examples of implementing OpenSSL code - server and client. Can you give a link? Best wishes Peter

Re: web site with many openssl examples

2011-06-30 Thread Sushil Singh
Hi Any body having experience it enable CRL checking in existing OpenSSL client. I need to check the CRL for revoked certificate before attempting SSL_connect to server. Your help in this regard is really appreciated.. Thanks in advance. Br;Sushil

stunnel 4.38 released

2011-06-30 Thread Michal Trojnara
Dear Users, I have just released version 4.38 of stunnel. The ChangeLog entry: Version 4.38, 2011.06.28, urgency: MEDIUM: * New features - Server-side SNI implemented (RFC 3546 section 3.1) with a new service-level option nsi. - socket option also accepts yes and no for flags. -

Updating code using ASN1_HEADER

2011-06-30 Thread Kenneth Porter
I need to update an old piece of code written for 0.9.7 that uses the obsolete ASN1_HEADER struct as part of importing a Netscape certificate so that it can link against the latest openssl libraries. I'm not at all familiar with openssl usage so I'm not sure what I need to do here. I've been

EVP functions VS AES_cbc_encrypt

2011-06-30 Thread Sreekanth Pothanis
Hello all, We have been using the aes_cbc functions to encrypt and decrypt (with OpenSSL 0.9.8) . But recently I tried using the EVP functions (with OpenSSL 1.0.0d) instead to encrypt and decrypt with an aes_128 bit cipher and found that there is a huge improvement in the time taken to

RFC 5746

2011-06-30 Thread Ritesh Rekhi
Hi , I need little help in implementing RFC 5746 on server, as per RFC it is not very clear on how to tell clients that Server doesn't support renegotiation. If anybody knows a way to tell clients that server doesn't support renegotiation , please let me know. Thanks Ritesh Rekhi

Why does memory BIO use internal copy operation after reading?

2011-06-30 Thread Vladimir Belov
In the documentation(http://www.openssl.org/docs/crypto/BIO_s_mem.html) I have read that: Every read from a read write memory BIO will remove the data just read with an internal copy operation... Why does memory BIO use internal copy operation after reading? Why it does not use a ring buffer

RE: EVP functions VS AES_cbc_encrypt

2011-06-30 Thread Dave Thompson
From: owner-openssl-us...@openssl.org On Behalf Of Sreekanth Pothanis Sent: Wednesday, 29 June, 2011 12:43 We have been using the aes_cbc functions to encrypt and decrypt (with OpenSSL 0.9.8) . But recently I tried using the EVP functions (with OpenSSL 1.0.0d) instead to

Re: web site with many openssl examples

2011-06-30 Thread Peter Sylvester
On 06/30/2011 07:29 PM, derleader mail wrote: Hi, I'm looking for complete examples of implementing OpenSSL code - server and client. Can you give a link? Best wishes Peter the source code of s_client and s_server or ssl_use.c of curl for a client part or mod_ssl of apache for a