»Ø¸´£ºLooking for a freelance developer familiar /w OpenSSL

2001-03-12 Thread cbld
I'm a jackaroo of SSL,I looking for some source code of OpenSSl,can you help me? Excuse my poor Engllish:) Thanks, LiuYong [EMAIL PROTECTED] ÍøÒ×£¬Íø¾ÛÈ˵ÄÁ¦Á¿ > http://www.163.com __ OpenSSL Project

Looking for a freelance developer familiar /w OpenSSL

2001-03-12 Thread Gareth Dismore
I'm looking for a C developer to possibly help me out with a small integration project I'm working on. If you have a solid understanding of the OpenSSL library, SSL protocol, certificates, etc. drop me a line. Thanks, Gareth [EMAIL PROTECTED] phone: 614-738-5867 ___

RE: wtls

2001-03-12 Thread Amit Chitale
Allan,   Go to www.3ui.com -> opensource link there... Ophelia is the one and it is based on OpenSSL, Read their terms of license.(opensource???)   Regards, Amit ChitaleTechnical Consultant,PACE Software,Pune, IndiaEmail: [EMAIL PROTECTED]Phone: +91-20-4004291Fax: +91-20-56622

Re: cmp: command not found

2001-03-12 Thread Richard Levitte - VMS Whacker
From: David DelBiondo <[EMAIL PROTECTED]> daviddel> I am trying to install openssl from source. Make works, but daviddel> when I run "make install", it fails with "cmp: command not daviddel> found". Any one know what this is? daviddel> daviddel> Operating system is Slackware 7.1 You need to

cmp: command not found

2001-03-12 Thread David DelBiondo
Hello, I am trying to install openssl from source. Make works, but when I run "make install", it fails with "cmp: command not found". Any one know what this is? Operating system is Slackware 7.1 Thanks, David __ OpenSSL Pro

Signatures with DSA. How do I get p,q,g from public/private keys?

2001-03-12 Thread Magnus Hagebris
This is probably a stupid question. :-) I generated a keypair for DSA ,signed some data and stored the public/private keys for later use. Later on I want to verify the data i previously signed. So I just create a DSA struct and and add the public key to it. But that doesn't work, since the DSA

md4_block_x86()

2001-03-12 Thread carman
Hello, I am looking at the code in openSSL/crypto/md4/md4s.cpp. You call md4_block_x86() which is presumably an export from one of the standard libraries. But I don't find it. I am curious where it might be. Thanks, John __

Re: testing

2001-03-12 Thread Dan Kegel
"Michael Czapski" <[EMAIL PROTECTED]> wrote: > [snip] Michael, please DO NOT post in HTML email with that horrid notebook background image, please. If you want anyone to respond to your posts, switch to plain text email. - Dan

RE: How do I construct an instance of RSA using n & e

2001-03-12 Thread Reddie, Steven
I don't know about reversing the modulus. Are you using PKCS#11 functions to retrieve the key components? If so, you shouldn't need to reverse the bytes as the values already come back in the right endianness. Perhaps there is something else that is wrong? Also, if you really do need to revers

testing

2001-03-12 Thread Michael Czapski
Hello All, Some days ago I subscribed to the [EMAIL PROTECTED], or so Majordomo advised me.  So far I have seen no messages .  This is to test the that I am indeed subscribed. Cheers -- Michael Czapski Senior Consultant SeeBeyond Pty. Ltd. +61 2 9409-5403  

Cannot ssl after openssl-0.9.6 install

2001-03-12 Thread Keith Klingeman
After I installed openssl-0.9.6 ssh and other apps that use libssl and libcrypto fail. ssh fails with the error: "xfree: NULL pointer given as argument". I am running redhat 7, prior openssl was version 0.9.5a. I have created symlinks from libssl.0.9.6 to both libssl.so and libssl.so.0 and fro

Generating and using client/browser certificates.

2001-03-12 Thread Grant
Here's my steps to create working client certificates: 1. openssl req -new -out clienta.csr -keyout clientakey.pem Enter the details for the certificate, i.e common name being the client/employee, "Joe Bloggs". 2. openssl x509 -req -in clienta.csr -out clienta.pem -CA YOUR_SERVERS_CERTIFICATE

creating client certificates

2001-03-12 Thread Dan Diodati
I've been trying to create a client certificate for IE or Netscape that can be used to verify a user. For testing I created a CA certificate which I used to sign a client and server certificate. I created the client and server certificates using the openssl command. I can load the CA certifcate

experimentation questions

2001-03-12 Thread Toms,Vincent
Hello all, I am relatively new to openssl, and I was experimenting with the client/server code in the demos/ssl directory, and I am trying to up the cipher that it uses. Can any one direct me where to look. Thank you much. Vincent Toms __ _ __/ /_

Security Issues with Apache, SSL, IIS5

2001-03-12 Thread Barrie Jarman
Hi, Can anyone tell me if there are security issues with Apache SSL IIS5, I was told before 'oohhh dont trust that mate' but given no basis for that, can someone settle the argument for me, is it safe? cheers Baj __ OpenSSL Projec

Re: asking for client certificates

2001-03-12 Thread Alan McIlwain Perez
Thanks Jochen, it worked fine. I've got another question. Using IE 5.5 with Windows 98. Once the CA certificate is installed in the browser it does the handshake and loads the page without a problem but when you check the certificate's properties you see that IE gives an error with the certificat

Compiling problems with BCB5

2001-03-12 Thread Andrea Mazzolini
I'm trying to compile the SSL libraries with BCB5. When I run make -f bcb.mak I get the following error:   Error E2194: Could not find file '.cryptocryptlib.c'   Please help me. Thanks.

Re: Client Certificate Presentation

2001-03-12 Thread Peter Sylvester
> 3. However, Internet Explorer 5.5 shows a dialogue box saying the server is > requesting Client Authentication and asking me to select a certificate to > use when connecting. The problem is that the list is EMPTY !!! While the > certificate and private key are clearly visible in the Options | Ce

Re: i meet a problem when compiling openssl

2001-03-12 Thread Richard Levitte - VMS Whacker
From: andor <[EMAIL PROTECTED]> Perhaps this would rather be something to tell the person who made those patches? zhangchaoqin> Hi: zhangchaoqin>i download the os095aCygwin115.tar.gz from www.lymeware.com,i follow the readme.txt to compile openssl-0.9.5a.tar.gz ,but meet error. zhangchaoqi

i meet a problem when compiling openssl

2001-03-12 Thread andor
Hi: i download the os095aCygwin115.tar.gz from www.lymeware.com,i follow the readme.txt to compile openssl-0.9.5a.tar.gz ,but meet error. OpenSSL Version : openssl-0.9.5a CygWin32 Version : CYGWIN_NT-5.0 Patch Version: patch 2.5 OS Name : windows2000 professio

Re: asking for client certificates

2001-03-12 Thread jkunz
On 12 Mar, Alan McIlwain Perez wrote: > I am using the function SSL_get_peer_certificate( ) once the handshake > is finished, after the call to SSL_accept( ). Every time I get "client > does not have a certificate". You have to enable client verification first: SSL_CTX_set_verify( sslctx, SSL_VE

wtls

2001-03-12 Thread Alan McIlwain Perez
I know this isn't directly related to the list, but you might be able to help me. Is there any open source project that implements the WTLS, Wireless TLS,  protocol similar to OpenSSL for SSL/TLS? If so, are there any mailing lists about it? I am trying to adapt OpenSSL to handle WTLS. Do yo

Re: OCSP

2001-03-12 Thread Gabriel Lopez
Thanks for all the answers. I'm implementing rfc 2560 and want a "commercial product" to test my OCSPServer, i.e. Explorer, Netscape, or some plugin to this products. So Netscape isn't compliat (there's any wrong, simply, it isn't compliant, you can see the ASN1Object that send in a

RE: Can't compile openssl-0.9.6

2001-03-12 Thread John . Airey
Just to muddy the waters a little, the latest kernel (2.2.17) from RedHat put the "kernel-headers" package in with the "kernel-source" package. A really stupid idea which has caused a number of people a lot of grief, including me! - John Airey Internet Systems Support Officer, ITCSD, Royal Natio

asking for client certificates

2001-03-12 Thread Alan McIlwain Perez
Hi,   I have a server with openssl 0.9.6.  When someone makes a connection to it, I'd like it to request for a client certificate.   I am using the function SSL_get_peer_certificate( ) once the handshake is finished, after the call to SSL_accept( ). Every time I get "client does not have a c