RE: RSA publlic/private key returnig to calling function

2011-08-11 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of krishnamurthy santhanam > Sent: Tuesday, 09 August, 2011 16:23 > Thanks a lot for your detailed explanation. GT.M supports ASCII format > also. i believe converting base64 is better way instead of ASCII. There are no standard

RE: we have an issue: bad mac

2011-08-11 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Johnson, Chris E (OGA) > Sent: Wednesday, 10 August, 2011 11:45 > I typed in a term window in a linux machine the following command. > $ openssl s_client -connect rsa6.fema.gov:7004 > When the results are display

How to set nsCertType=SERVER for a server certificate?

2011-08-11 Thread Gaglia
Hi, I'm setting up an OpenVPN client-server using OpenSSL 1.0.0 for cert generation. How do I set the nsCertType attribute to "server" in the server cert? I mean, without using automated scripts like easy-rsa. This is what I'm doing: openssl genrsa -out serverkey.pem 4096 cd .. openssl req -n

Trying to build Openssl 0.9.8r on z/OS -- shell problem?

2011-08-11 Thread dave.mclellan
We are trying to build OpenSSL 0.9.8r on z/OS 1.10 system. We haven't built Openssl on z/OS for a long time, and have rebuilt and environment to do it. Configure is successful, but any use of make (depend, for example) fails with FSUM7332 syntax error: got (, expecting Newline Anyone have a

Re: Tracking the latency with openssl

2011-08-11 Thread Michael S. Zick
On Thu August 11 2011, Muhammad Shoaib bin altaf wrote: > > Hey List, > > I am trying to hack the openssl code to play around with the 'speed' > option. So basically if I run > > openssl speed xyz_algo -engine > > it will do the computations for 3 sec for some block sizes (64,..2048). > > bas

Tracking the latency with openssl

2011-08-11 Thread Muhammad Shoaib bin altaf
Hey List, I am trying to hack the openssl code to play around with the 'speed' option. So basically if I run openssl speed xyz_algo -engine it will do the computations for 3 sec for some block sizes (64,..2048). basically, I want to measure the latency encountered in processing a certain b