-lsocket missing for Solaris 2.6?

2001-07-11 Thread Alexander Farber (EED)
Hi, I'm trying to build openssl-0.9.6a on: maas34:eedalf {101} uname -a SunOS maas34 5.6 Generic_105181-23 sun4u sparc SUNW,Ultra-5_10 using: maas34:eedalf {102} gcc -v Reading specs from /opt/local/gcc-2.95.2/lib/gcc-lib/sparc-sun-solaris2.6/2.95.2/specs gcc version 2.95.2 19991024

Re: -lsocket missing for Solaris 2.6?

2001-07-11 Thread Alexander Farber (EED)
Same is needed later (-lns -lsocket): gcc -I../include -O3 -c casttest.c gcc -o casttest -I../include -O3 casttest.o -L.. -lcrypto gcc -I../include -O3 -c ssltest.c gcc -o ssltest -I../include -O3 ssltest.o -L.. -lssl -L.. -lcrypto Undefined first referenced symbol

reading in DSA private key problems....

2001-07-11 Thread Mark W. Webb
when I run this command, why does the private key file say that it is a RSA private key? This is the command that I am using. openssl req -inform DER -outform DER -out marktest.cert -keyout marktest -newkey dsa:deleteme.param -keyform DER -new -x509 -nodes The file deleteme.param is a DSA

Re: reading in DSA private key problems....

2001-07-11 Thread Mark W. Webb
On Wednesday 11 July 2001 10:59 am, you wrote: oops, I think when I pasted the file marktest to the mail message, I fat-fingered it. There should just be the one marktest pasting... here it is : more marktest -BEGIN RSA PRIVATE KEY- MIICXAIBAAKBgQDTw7JwZZ/7/F1ffDSyt1e5OPRlXxCWmWHZf4Gn

Re: reading in DSA private key problems....

2001-07-11 Thread Lutz Jaenicke
On Wed, Jul 11, 2001 at 10:59:03AM -0400, Mark W. Webb wrote: > when I run this command, why does the private key file say that it is a RSA > private key? This is the command that I am using. > > openssl req -inform DER -outform DER -out marktest.cert -keyout marktest > -newkey dsa:deleteme.

0.9.6 -> 0.9.7 x509v3.h

2001-07-11 Thread Jeffrey Altman
Apparently, in the change from 0.9.6 to 0.9.7 the definitions of GEN_OTHERNAME, GEN_EMAIL, GEN_DNS, ... went from (X | V_ASN1_CONTEXT_SPECIFIC) to (X) This of course breaks dynamic linked applications. Is there a good reason for changing the values of these constants? Jeffre

lock manufacturer

2001-07-11 Thread Huang yongzhong
Dear Sir / Madam, I am pleased to introduce our company, JZhejiang Pujiang Might Lock Factory and its main products: Auto locks and Padlocks. Since it was founded in 1992,the factory has made great progress for its pioneering and enterprising spirit,the sense of innovation ,strict administratio

lock manufacturer

2001-07-11 Thread Huang yongzhong
Dear Sir / Madam, I am pleased to introduce our company, JZhejiang Pujiang Might Lock Factory and its main products: Auto locks and Padlocks. Since it was founded in 1992,the factory has made great progress for its pioneering and enterprising spirit,the sense of innovation ,strict administratio

Re: reading in DSA private key problems....

2001-07-11 Thread Mark W. Webb
On Wednesday 11 July 2001 12:11 pm, you wrote: Lutz -- That does help, thank you. Do you have any insight as to how and read in public and private DSA keys from files that are DER encoded? thanks again. > On Wed, Jul 11, 2001 at 10:59:03AM -0400, Mark W. Webb wrote: > > when I run this com

Re: A question about the new ASN.1 code

2001-07-11 Thread Dr S N Henson
[EMAIL PROTECTED] wrote: > > I'd like to make a question to the developers about the new ASN.1 code. > For some projects in which we are involved, we added new structures using > the old code. > Now I looked briefly at the new code in the snapshots and I realized > that many things are changing

Re: reading in DSA private key problems....

2001-07-11 Thread Mark W. Webb
On Wednesday 11 July 2001 12:11 pm, you wrote: Thanks for the information How do I read in a public and private DSA key pair from separate files when they are DER encoded ??? thanks in advance > On Wed, Jul 11, 2001 at 10:59:03AM -0400, Mark W. Webb wrote: > > when I run this command, wh

Doubt about loading certificate and private key

2001-07-11 Thread josephine suganthi
Hi, I was going through the openssl server code. I have some doubt regarding loading of certificate and key pair. As i have seen the certificate structure has a array of "pkeys" of type CERT_PKEY i.e. CERT_PKEY pkeys[SSL_PKEY_NUM]; This means that we can load multiple type of certificate/key pa

Re: 0.9.6 -> 0.9.7 x509v3.h

2001-07-11 Thread Dr S N Henson
Jeffrey Altman wrote: > > Apparently, in the change from 0.9.6 to 0.9.7 the definitions of > > GEN_OTHERNAME, GEN_EMAIL, GEN_DNS, ... > > went from > >(X | V_ASN1_CONTEXT_SPECIFIC) > > to > >(X) > > This of course breaks dynamic linked applications. Is there a good > reason for

lock manufacturer

2001-07-11 Thread Huang yongzhong
Dear Sir / Madam, I am pleased to introduce our company, JZhejiang Pujiang Might Lock Factory and its main products: Auto locks and Padlocks. Since it was founded in 1992,the factory has made great progress for its pioneering and enterprising spirit,the sense of innovation ,strict administratio

lock manufacturer

2001-07-11 Thread Huang yongzhong
Dear Sir / Madam, I am pleased to introduce our company, JZhejiang Pujiang Might Lock Factory and its main products: Auto locks and Padlocks. Since it was founded in 1992,the factory has made great progress for its pioneering and enterprising spirit,the sense of innovation ,strict administratio

Re: reading in DSA private key problems....

2001-07-11 Thread Lutz Jaenicke
On Wed, Jul 11, 2001 at 02:27:12PM -0400, Mark W. Webb wrote: > Do you have any insight as to how and read in public and private DSA keys > from files that are DER encoded? Hmm. SSL_CTX_use_PrivateKey_file() and SSL_CTX_use_certificate_file() should be sufficient. man SSL_CTX_use_certificate Be

Re: lock manufacturer

2001-07-11 Thread Michael Luchtan
Whatcha think? Someone wrote a script grepping for "security"? useless spam... Huang yongzhong wrote: > Dear Sir / Madam, > I am pleased to introduce our company, JZhejiang Pujiang Might Lock Factory and > its main products: Auto locks and Padlocks. > > Since it was founded in 1992,the factory

Doubt regarding x509v3 certificates

2001-07-11 Thread riteshagrawal
Hi, I am currently going through the codes for "ssl server" in openssl and I have doubt regarding x509v3 types of certificate. Currently if i want my ssl server just to load x509v3 certificate and send that to client when it is requested and not to do client authentication based on his certificate.