[no subject]

2003-12-04 Thread Richard Levitte - VMS Whacker
\ or +46-708-26 53 44 Procurator Odiosus Ex Infernis-- [EMAIL PROTECTED] Member of the OpenSSL development team: http://www.openssl.org/ Unsolicited commercial email is subject to an archival fee of $400. See http://www.stacken.kth.se/~levitte/mail/ for more info

Ordering of components of subject/issuer DN

2003-11-17 Thread Steven Reddie
Subject Key Identifier538:d=5 hl=2 l= 22 prim: OCTET STRING562:d=1 hl=2 l= 13 cons: SEQUENCE564:d=2 hl=2 l= 9 prim: OBJECT :sha1WithRSAEncryption575:d=2 hl=2 l= 0 prim: NULL577:d=1 hl=3 l= 129 prim: BIT STRING

Re: Ordering of components of subject/issuer DN

2003-11-17 Thread Richard Levitte - VMS Whacker
, it shouldn't be very important, unless the actually use the DN in a specific order for retrieval. In a LDAP repository or a DAP repository, the story is different, as the certificate will end up in entirely different places, at least of the certificate subject is used as the repository DN (I wouldn't

Re: Ordering of components of subject/issuer DN

2003-11-17 Thread Peter Sylvester
You're right, the ordering you see is quite unusual. It is not *that* unusual. It happens when you try to setup a CA with openssl while reading the x509 -text output in an LDAP sense. X501: Each initial sub-sequence if the name of an object is also the name of an object. The sequence of

Re: Ordering of components of subject/issuer DN

2003-11-17 Thread Dr. Stephen Henson
On Mon, Nov 17, 2003, Steven Reddie wrote: I have come across a certificate that chokes our software which uses OpenSSL. I haven't dug very deep yet, but was hoping that someone could tell me about any ordering rules for the DN's. openssl asn1parse on the cert produces the dump below

RE: Ordering of components of subject/issuer DN

2003-11-17 Thread Steven Reddie
So this sounds like a limitation of our software rather than an OpenSSL by-design issue? I've been told that when the EE certificate in question was issued that the CA's subject DN was copied to the EE's issuer DN and flipped on the way; I don't understand why. The people responsible

Re: Ordering of components of subject/issuer DN

2003-11-17 Thread Richard Levitte - VMS Whacker
subject DN was copied to the EE's issuer DN smr and flipped on the way; I don't understand why. Possibly because some software had some kind of order expectation. On the other hand, flipping the CA subject when making it the issuer of the EE cert is the perfect way to make sure nothing can

[no subject]

2003-11-14 Thread rocco . ciriello
somebody know if openssl manage the parallel multiple signature or the cosign. thanks __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

[no subject]

2003-10-07 Thread rocco . ciriello
Hello, I'm a new openssl'user. I able to sign and verify file whit openssl. I have the problem, I don't now as read information about the signer form a signed file. I used asn1parse command, but I need read single info (as the commonName) and asn1parse don't make it. what can I do? thank

[no subject]

2003-09-23 Thread Rao_SEETHAPATHY
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[no subject]

2003-09-20 Thread Kre Rasmussen
Hi everyone Ive installed Apache 1.3.29 with the Apache-SSL patch and OpenSSL 0.9.7b. Now I need to make a certificat, otherwise Apache wont accept SSLEnable in apache.conf But how do a make a certificat? I dont know much about encryption, but Ive heard that 3DES should be the most secure

Re: Subject Attribute Email has no known NID, skipped

2003-08-31 Thread Christian Barmala
Hi Stephen, thank you for your fast reply. - Original Message - From: Dr. Stephen Henson [EMAIL PROTECTED] Sent: Sunday, August 31, 2003 3:30 PM When I use Email I get the Error Message: Subject Attribute Email has no known NID, skipped I think that is a bug... Good to know

[no subject]

2003-08-14 Thread Neil Humphreys
Hi all, I have an app that requires 2types of secure communications: -one fully securedchannel with encrypted data -one fully secured channel, *except* that thedata itselfis not secret, and does not need any encryption. Hence, I would be grateful if someone could spell out what the

Re: (No Subject)

2003-07-02 Thread Ng Pheng Siong
On Tue, Jul 01, 2003 at 03:19:14PM +0100, Marius Cabas wrote: I want to check the client certificate from an SLL server. In the callback function passed to SSL_CTX_set_verify() I'm getting the error 18: X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT (self signed certificate). I suppose the certificate

[no subject]

2003-03-18 Thread Christoph Hansen
- Christoph Hansen TurboMed EDV GmbH Schützenwall 59 24114 Kiel Tel.: 0431 65949751 Fax.: 0431 6597997 email: [EMAIL PROTECTED] Web: www.turbomed.de

[no subject]

2003-03-04 Thread JPC
Hello, I try to compile opennssl-0.9.7a under QNX4 and have the error below: I compiled openssl-0.9.6h without no problem and since version 0.9.7 I have this error. I have QNX4 with Watcom compiler, perl 5.8.0 Any idear ? Regards, -DL_ENDIAN -DTERMIO -c x_all.c

[no subject]

2003-02-07 Thread openssl utilisateur
hi could someone tell me how to extract the certification path from an ordinary certificate (X509 certificate) thanks _ MSN Messenger : discutez en direct avec vos amis ! http://www.msn.fr/msger/default.asp

[no subject]

2003-01-08 Thread Ed Harty
Hi, I am generating a client cert for Apache using openssl with my own CA as follows: openssl genrsa -out client.key 1024 openssl req -new -key client.key -out client.csr openssl x509 -req -days 365 -CA myCA.cert -CAkey myCA.key -CAcreateserial -in client.csr -out client.crt openssl pkcs12

[no subject]

2002-12-12 Thread sharun santhosh
I am new to this and have read somewhere that public key algorithms are inappropriate for encrypting 'large' amounts of data. How large is large? thanks __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now.

[no subject]

2002-12-11 Thread sharun santhosh
Can someone please tell me the 'best' set/sequence of functions I should use to extract a RSA public key from a certificate and then use it to encrypt a file. I am going crazy trying out various combinations here. __ Do you Yahoo!? Yahoo! Mail

[no subject]

2002-11-27 Thread Durairaj
Hi, I am installing Net_SSLeay.pm-1.18 on HP-UX ia64.For this one the prerequisite is openssl-0.9.6d.How can I configure on HP-UX ia64. I have already checked.But I have error: first I installed openssl-0.9.6d: The commands are: ./Configure hpux-gcc gmake gmake test gmake install It works

[no subject]

2002-11-25 Thread ahmad f
hi i have some problems using BIO_read /write/gets/puts in visual c++ i wrote this code to access to the BIO and read some data each time i use this function i obtain this error : The instruction at 0x1003159d referenced memory at 0xccd0 . the memory could not be read could someone

[no subject]

2002-11-22 Thread ahmad f
hi i am a new user of openssl,and i am trying to make an application that use openssl to manage a pki. so i begin by trying make a command like genrsa ,i began with RSA_generate_key() function ,it works but the problem is what function must be used to encrypt RSA key with DES or 3DES ,and

add an attribute to the subject

2002-10-29 Thread MALA_SOMBRA
Hello all, I'm trying to add an attibute to a cert's subject. This is an example: Subject: 1.2.3.4.5=A000, C=ES, O=pepe S.A., CN=yo [EMAIL PROTECTED] But I don't no how to do it. I've tryed to do it writting in the openssl.cnf this: [ policy_match ] countryName = match

[no subject]

2002-10-25 Thread Hara
Hi (B (BIs anyone tell me how I can stop this messages?? (B (BI am using openssl-0.9.5a and apache1.3.22. (B (BError Logs (B (B[Thu Oct 24 23:32:48 2002] [error] SSL_accept failed (B[Thu Oct 24 23:32:48 2002] [error] error:1407609C:SSL (Broutines:SSL23_GET_CLIENT_HELLO:http (B request

[no subject]

2002-10-25 Thread Richard Levitte - VMS Whacker
] Member of the OpenSSL development team: http://www.openssl.org/ Unsolicited commercial email is subject to an archival fee of $400. See http://www.stacken.kth.se/~levitte/mail/ for more info. __ OpenSSL Project

[no subject]

2002-10-14 Thread Maya
Hello! I am using smime-tool for creating SMIME messages. I found and option which I can use to extract signer's certificate when verifying the message. How I can extract encryption Certificates used to encrypt the message? I found how to extract issuer_and_serial from PKCS7

[no subject]

2002-08-09 Thread Wang, LiJie
hi, On install Openss0.9.6e, When I do nmake -f ms\ntdll.mak There is a lot of problems. For instance,it shows it can't find stdlib.h and string.h in cryptlib.c and other problems. Please tell me: how can I solve this problem. my platform is win2000 sp 2 and visual c++ 6.0. thanks!

[no subject]

2002-07-01 Thread Michael Staszewski II
I am new to the whole SSL thing and I want to set up an SSL Telnet server (not SSH). Is there a package that does this or do I use OpenSSL? Can I just apply SSL to the existing RedHat telnet server? Thanks, Mike Michael Staszewski IIAssociate DeveloperQuest Software Inc.

[no subject]

2002-07-01 Thread Jeffrey Altman
I am new to the whole SSL thing and I want to set up an SSL Telnet = server (not SSH). Is there a package that does this or do I use = OpenSSL? Can I just apply SSL to the existing RedHat telnet server? Thanks, Mike Michael Staszewski II Associate Developer Quest Software Inc.

Fwd: Added generationQualifier and pseudonym to objects.txt but now subject name contains numeric OIDs!

2002-06-25 Thread Fiel Cabral
Reposted. I'm adding new OIDs to objects.txt but I'm finding that when the X509 subject name is printed, it contains OIDs for the OIDs I added. Does anyone know how to fix this? --- Fiel Cabral [EMAIL PROTECTED] wrote: Date: Mon, 24 Jun 2002 16:04:10 -0700 (PDT) From: Fiel Cabral [EMAIL

Re: Added generationQualifier and pseudonym to objects.txt but now subject name contains numeric OIDs!

2002-06-25 Thread Lutz Jaenicke
BUT when I do openssl req -text, I get a couple of OIDs in the subject DN! Like: CN=abc/2.5.4.44=Jr. (generationQualifier) Initially I only had a long form for the attribute in objects.txt so I tried adding the short form as well but that did not help. Do you know which file to modify so

Added generationQualifier and pseudonym to objects.txt but now subject name contains numeric OIDs!

2002-06-24 Thread Fiel Cabral
-text, I get a couple of OIDs in the subject DN! Like: CN=abc/2.5.4.44=Jr. (generationQualifier) Initially I only had a long form for the attribute in objects.txt so I tried adding the short form as well but that did not help. Do you know which file to modify so I can supply the friendly-names

Re: NID for emailaddress in subject name

2002-06-14 Thread Rakeshbabu Bobba
Hi, I have found NID for emailaddress. (48) Anyways if you have any comments on my approach to what I am doing please let me know. Thankyou Rakesh. On Thu, 13 Jun 2002, Rakeshbabu Bobba wrote: Hi Does anyone know where to look for NID of emailaddress. is it part of subject name

[no subject]

2002-05-11 Thread ArtCorcoran
Hi, I'm trying to compile openssl-0.9.6d on Win2000 under cygwin (latest cygwin). The configure works fine, but it fails during make with the following: make[3]: Entering directory `/d/acorcoran/apps/openssl/openssl-0.9.6d/crypto/objects' /usr/bin/perl objects.pl objects.txt obj_mac.num

[no subject]

2002-05-03 Thread John Bihlmeyer
Hello, I am new to this forum and would like to ask if anyone here can help me with a concern that I have. We are using the libcryp library as a dynamic library. My question and concern is when we refresh the library on a system older products may stop running. For instance when we move from

[no subject]

2002-05-03 Thread SJoshi
(gdb) #0 0x4011afb6 in chunk_free (ar_ptr=0x401c3f00, p=0x80e2318) at malloc.c:3142 #1 0x4011ad59 in __libc_free (mem=0x80e2320) at malloc.c:3054 #2 0x08069ed2 in CRYPTO_free () #3 0x080758f0 in obj_name_cmp () __

RE: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Ed Moyle
On Monday, April 29, 2002 09:15, arjan pot [mailto:[EMAIL PROTECTED]] wrote: In other words; is it possible to connect with a Java - client through OpenSSL to a server, written in C? The part about this that sounds hard is the connect through OpenSSL part. My recommendation would be to use

RE: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
On Tue, 30 Apr 2002, Ed Moyle wrote: On Monday, April 29, 2002 09:15, arjan pot [mailto:[EMAIL PROTECTED]] wrote: In other words; is it possible to connect with a Java - client through OpenSSL to a server, written in C? The part about this that sounds hard is the connect through

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Eric Rescorla
Chris Cleeland [EMAIL PROTECTED] writes: On Tue, 30 Apr 2002, Ed Moyle wrote: Does anybody know if the wrong signature length problems in JSSE have been fixed? Otherwise, I don't think this'll work, even if you code it properly... Check out the following link:

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Chris Cleeland
On 30 Apr 2002, Eric Rescorla wrote: Chris Cleeland [EMAIL PROTECTED] writes: On Tue, 30 Apr 2002, Ed Moyle wrote: Does anybody know if the wrong signature length problems in JSSE have been fixed? Otherwise, I don't think this'll work, even if you code it properly... Check out

Re: Java SSL Support (didn't have a subject, so I am giving it one.)

2002-04-30 Thread Eric Rescorla
Chris Cleeland [EMAIL PROTECTED] writes: On 30 Apr 2002, Eric Rescorla wrote: Right. Good point. However, for some reason I remember that we had problems with JSSE doing RSA properly, too. But memory is fuzzy anymore. That could be. I've heard such reports but never really verified them.

[no subject]

2002-04-11 Thread Rakeshbabu Bobba
Hi, I am trying to compile Openssl on windows 2000 server. I have downloaded Openssl from a link pointed by openCA.org(right now the site is not responding so i am not able to give you the link here) and did the following perl Configure VC-WIN32 --prefix=(dir) ms\do_ms set

[no subject]

2002-03-26 Thread amit limaye
hello How do i handle the STACK_OF data type what functions ormacros are provided for extracting individual elements of this stack -SIGTERM amit __ OpenSSL Project http://www.openssl.org User

[no subject]

2002-03-25 Thread Carsten Heinrigs
This was posted a few months before but i couldn't find an answer. When executing: ./openssl rsa -in www.server.com.key -out www.server.com.key_new where www.server.com.key is a copy of my private key, I am prompted for a pass phase (which is what should happen). When I enter the passphrase,

[no subject]

2002-03-25 Thread biswaksen patra
Hi, I need help from the openssl users. i appreciate somebody's help in this regard. I am very new to openssl progarmming. I am facing a problem in writing a client program, which talks to a server which does client authentication. can anybody send me a snippet of client code. i am sending

[no subject]

2002-03-20 Thread biswaksen
hi, i am writing a ssl client program in C using openssl APIs to connect to the ssl server where the ssl server does client authentication. so i need to know whatare the functions the client should use to do the same and the sequence of the function. any help will be highly appreciated

Subject: Troubles Creating a Certificate for IIS

2002-03-08 Thread Brandon Amundson
Subject: Troubles Creating a Certificate for IIS Currently our setup consists of a Linux web server running apache. Part of the site is restricted through the use of SSL and client certificates. We have a self-signed root certificate, created with OpenSSL, and a server certificate signed

[no subject]

2002-02-22 Thread Maya
Hello! I have a question. I have certificate request generated by new Java keytool, which can assign UTF8 strings as DN. I have signed it with openssl x509 tool version 0.9.6a. As a result the certificate is properly displayed under Win 2000. When I try to extract the DN from the

[no subject]

2002-02-07 Thread Sean Grant1
Hi I'm relatively new to the openssl field, but I have a question Does any one know if there is a limit that is placed on the pkcs7 format, is there a limit to the field sizes that can be used within this format Thanks __

[no subject]

2002-01-07 Thread Bernd . Bauer
hi! i have an axis development board and i want to run an snmp agent on it. the agent need the openssl library, but if i try to compile it there is an error: could not read symbols nvalid operation can you tell me why? thanks bernd -- GMX - Die Kommunikationsplattform im Internet.

[no subject]

2001-12-21 Thread Karpagam R
Hi I need to download OPEN SSL on windows NT version for my project purpose. I really find only the tar files related to linux version in the concerned site. Pls. let me know any URL from wherein i can download OPEN SSL-Windows NT version Regards Thanks R.Karpagam Software Engineer

[no subject]

2001-12-21 Thread Hylton Tregenza
Hi Thanks for the responce. MSKeyblob file (attached) is the exported public key written to file I will look into the RSA_PUBKEY functions too. Hylton // a while later Update - Using the Rsa = d2i_RSA_PUBKEY(...) Rsa is null and the following error message is given.

[no subject]

2001-12-11 Thread blu-_-king
Hi, I want to generate a pkcs10 request with req command line tool but I don't know how to specify a particular key usage. I know I have to work in openssl.cnf line marked 'req_extension'... what kind of string has to be added in that line? Thanks for any help.

[no subject]

2001-12-03 Thread charaf . echchatbi
Hello everybody, I use now openssl library for implement a protocol over ssl. for test it I want to create a certificate Authority CA(root), an other CA called(CA Member) signed by Root certificate and a certificate for a user(Allan) as client. My protocol use a connection ssl between a

[no subject]

2001-11-30 Thread Denny Chambers
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

Subject: [Crypt::SSLeay] compile problems on Solaris

2001-11-28 Thread Terence Pua
i have solaris 8 running on an x86 machine and perl 5.6.1. i'm trying to install Crypt::SSLeay and i get the following problems... tpua@s6 ~torrance/.cpan/build/Crypt-SSLeay-0.35 sudo perl Makefile.PL Password:Found OpenSSL (version OpenSSL 0.9.6) installed at /usr/local/sslWhich OpenSSL

Re: Subject: [Crypt::SSLeay] compile problems on Solaris

2001-11-28 Thread Joshua Chamas
Test::Harness qw(runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/ssl_context...Can't load 'blib/arch/auto/Crypt/SSLeay/SSLeay.so' for module Crypt::SSLeay: ld.so.1: /usr/local/bin/perl: fatal: relocation error: file blib/arch/auto/Crypt/SSLeay/SSLeay.so: symbol SSL_set_fd:

[no subject]

2001-11-14 Thread Mads
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[no subject]

2001-11-12 Thread Tal Mozes
Hi all, I'm trying __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[no subject]

2001-11-11 Thread Jan Holmberg
Hi I can´t findpopsig and pushsig in file crypto/des/read_pwd.c ( version 0.96b ) any ide where to getthe missing code.Note it´s static void declared in read_pwd.c. My enviromentis RedHat 7.1 and linux-elf with Intel PentiumPro. Best. Reg. Jan Holmberg sysadm artech

No Subject

2001-11-01 Thread Jean-Francois Naud
Hi I am a Mac user under Mac OS X and I want to connect to SGI via SSH. My problem is that when I do the command ssh host, I receive this message: OpenSSL version mismatch. Built against 90581f, you have 90602f. What I have to do? Please Help! Thank you! Jean-Francois Naud Ph.D student

No Subject

2001-10-29 Thread red-hat
I am very new to apache. With that said. I have set up a test key with Verisign and it works fine with all browsers except Internet Explorer 5 for Macintosh, with i.e for mac I get a Security Failure. Data Decryption error: any ideas Deke

[no subject]

2001-10-05 Thread info
Pozdravljeni! Obvescamo vas, da smo storitev mail to SMS nadomestili z novima storitvama. Za posiljanje SMS sporocil uporabite storitev E-sms na http://www.simobil.net oz. SMSglasnik na http://glasnik.simobil.si. Hvala za razumevanje! Si.mobil

[no subject]

2001-10-05 Thread info
Pozdravljeni! Obvescamo vas, da smo storitev mail to SMS nadomestili z novima storitvama. Za posiljanje SMS sporocil uporabite storitev E-sms na http://www.simobil.net oz. SMSglasnik na http://glasnik.simobil.si. Hvala za razumevanje! Si.mobil

[no subject]

2001-10-05 Thread info
Pozdravljeni! Obvescamo vas, da smo storitev mail to SMS nadomestili z novima storitvama. Za posiljanje SMS sporocil uporabite storitev E-sms na http://www.simobil.net oz. SMSglasnik na http://glasnik.simobil.si. Hvala za razumevanje! Si.mobil

[no subject]

2001-10-05 Thread info
Pozdravljeni! Obvescamo vas, da smo storitev mail to SMS nadomestili z novima storitvama. Za posiljanje SMS sporocil uporabite storitev E-sms na http://www.simobil.net oz. SMSglasnik na http://glasnik.simobil.si. Hvala za razumevanje! Si.mobil

Alt Subject Name : IP Address

2001-10-04 Thread Andy Schneider
Can anyone send me a code snippet showing how I get the subject alternate name (IP address) in a form useful for IP source verification? Andy S. __ OpenSSL Project http://www.openssl.org User

RE: Alt Subject Name : IP Address

2001-10-04 Thread Joel Daniels
Can anyone send me a code snippet showing how I get the subject alternate name (IP address) in a form useful for IP source verification? Don't know what you mean for sure, but here is some MS Visual C++ Client Code that will verify the Server's Name(IP,or DNS Name) based on the subject

[no subject]

2001-10-03 Thread Jorge Andres Devoto
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

[no subject]

2001-10-03 Thread Jorge Andres Devoto
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

No Subject

2001-09-24 Thread Mason Leung
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

No Subject

2001-09-18 Thread raghu iyengar
__ Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information/ __ OpenSSL Project

No Subject

2001-09-17 Thread raghu
``The wise man doesn't give the right answers, he poses the right questions.'' __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated

No Subject

2001-09-07 Thread Mandy . Crutchley
I am trying to compile openssl (openssl-0.9.6b) and openssh (openssh-2.9p2) for AIX 4.3. It would seem that to get openssh to work (with the --with-tcp-wrappers and --with-ssl-dir=PATH ) I am getting the following collect2: Library librsaref not found error: gcc -DMONOLITH -I../include

No Subject

2001-09-04 Thread ÍôÑó
HI, I am a green hand in SSL programming. If I have got a certificate with the postfix of .pem or .cer, how can I get the subject , public key and other related infomation from the file? I mean what kind of functions I should employ? thank you

No Subject

2001-08-22 Thread Diarmuid Oneill
: Wednesday, August 22, 2001 1:45 AM To: [EMAIL PROTECTED] Subject: RE: OpenSSL on itanium You know that DEC's been discontinued (bought by Compaq)? I read that Compaq is selling (sold?) the Alpha to Intel right now. um = micrometer (millionth of a meter) which is the track width of the microprocessor. I

No Subject

2001-08-21 Thread Admin
Hi We own a website www.fexin.com .We have purchased SSL certificate from Verisign and installed it on our web server. This certificate has been expired in july 2001. Can we now use OpenSSL to create a SSL Certificate and then install it on web server ? We have downloaded openssl-0.9.6b.tar

No Subject

2001-08-07 Thread Paul Hutchinson

No Subject

2001-07-30 Thread O'SULLIVAN JOHN
Hi everyone, I am running Red-Hat Linux Release 7.1 and I am trying to learn how to use OpenSSL from scratch(I have version .9.6.b installed) .Could anyone please direct me to some simple, working code to get me started . Thanks , John

No Subject

2001-07-30 Thread Robert Pungello
What threat are you concerned to counter? No threat in particular, I just wanted to figure out how it's done. Thanks for the information. Rob __ OpenSSL Project http://www.openssl.org User

No Subject

2001-07-24 Thread Yaowen Chen
Yaowen Chen Software Engineer of Ensuite [EMAIL PROTECTED] www.teleias.com Phone:(416) 366-3335 ext 211 __ OpenSSL Project http://www.openssl.org User Support Mailing List

No Subject

2001-07-19 Thread Sundaram, Mani
I am in the process of porting OpenSSL to our platform that does not support Unix sockets and does not have a /dev/urandom entropy device. I am able to get the prngd daemon(to generate random numbers) to run on the localhost at a desired port, but don't know how to interface this with the

No Subject

2001-07-18 Thread Prasad Valmeti
Hai all, I am trying to communicate JSSE client with Openssl Server. I have created ca.cert , client.cert and server.cert using openssl. when i tried to import client.cert which is signed by ca.cert (self-signed) in openssl into keystore ... It is

No Subject

2001-04-25 Thread Judy Trent
Hi, I'm new to openSSL and I have a question. I'm trying to use openSSL with visual basic. I want to create a small server/client program. I have been successfull in calling some functions from visual basic, however, I ran into a problem with the SSL_accept function. When I call SSL_accept,

No Subject

2001-04-19 Thread Doron Tvizer
Hi, I have managed to ompile the openssl 0.9.6 kit on a win2000 environment. 1. Is there any code sample that demonstrate how to use it whitin an http agent (As a matter of fact https agent)? 2. Will this code also work on Unix platform? Thanks in advance, Doron Tvizer www.CrediView.com

No Subject

2001-04-19 Thread brian grant
d000181700_1_s.gif

BSD-style MD5-based passwd (previous mail with wrong subject)

2001-03-28 Thread Paulo Matos
Hi! Looking at the ChangeLog Changes between 0.9.7 and 0.9.6 (from CVS) *) Fix 'openssl passwd -1'. [Bodo Moeller] Changes between 0.9.6 and 0.9.5a *) Add BSD-style MD5-based passwords to 'openssl passwd' (option '-1'). [Bodo Moeller] What was wrong? in

Re: BSD-style MD5-based passwd (previous mail with wrong subject)

2001-03-28 Thread Bodo Moeller
On Wed, Mar 28, 2001 at 11:48:31AM +, Paulo Matos wrote: Changes between 0.9.7 and 0.9.6 (from CVS) *) Fix 'openssl passwd -1'. [Bodo Moeller] Changes between 0.9.6 and 0.9.5a *) Add BSD-style MD5-based passwords to 'openssl passwd' (option '-1'). [Bodo Moeller] What was

Re: BSD-style MD5-based passwd (previous mail with wrong subject)

2001-03-28 Thread Paulo Matos
On Wed, 28 Mar 2001, Bodo Moeller wrote: What was wrong? The version in OpenSSL 0.9.6 incorrectly assumed that the magic string was 4 bytes long (which is correct for the Apache variant ["apr1"], but not for the original scheme ["1"]). I just tested the 0.9.6a-beta2, and the

No Subject

2001-03-21 Thread Mike Barrett
Mike Barrett | Conscience is what hurts [EMAIL PROTECTED] | when everything www.daboyz.org | else feels so good.

No Subject

2001-03-20 Thread EuroPhone Club
URBANE LIRE 50 INTERURBANE LIRE 85 CELLULARI LIRE 479 SEMPRE COMUNQUE Iscriviti GRATIS al nuovissimo Club, dalla parte dei consumatori: tariffe telefoniche ECCEZIONALI, più lopportunità di GUADAGNARE www.europhoneclub.com Con Europhoneclub potrai riferirti ad un unico operatore

No Subject

2001-03-07 Thread Sean Telles
Sean Telles Manager of Fulfillment OneSecure [EMAIL PROTECTED] 303.563.4119 (desk) 303.808.6932 (cell) ---==--- “It is impossible for a man to learn what he thinks he already knows.” - Epictetus

No Subject

2001-02-28 Thread Craig Wooster
Craig Wooster Manager of System Administration BroadRiver Communications (678) 566-1190 winmail.dat

No Subject

2001-02-23 Thread Gilchrist, Ted
Ted Gilchrist Network Administrator NACCO Industries, Inc.

(no subject)

2001-02-21 Thread lqiu
remove __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

No Subject

2001-02-20 Thread De Taeye, Herman
Hello, We want to build the following configuration: BROWSER ===SSL=== PROXY === SSL === SERVER 1/ The BROWSER runs on a Windows system 2/ The PROXY is an Apache server running on a Solaris system; it is configured as a reverse proxy 3/ The SERVER is an Apache Web Server under

No Subject

2001-02-19 Thread sadosd
get your own 100 meg web site for only $11.95 per month today! STOP PAYING $19.95 or more PER MONTH for your web site, WHEN YOU CAN GET ONE FOR ONLY $11.95 PER MONTH! DO YOU ALREADY HAVE A WEBSITE? ALL YOU HAVE TO DO IS TRANSFER THE DOMAIN TO OUR SERVERS AND UPLOAD YOUR DATA AND YOU ARE

Subject: [Crypt::SSLeay] compile problems on HPUX

2001-02-15 Thread BLOCK,RYAN (HP-PaloAlto,ex1)
Hello, I am trying to install the Crypt:SSLeay module on an HPUX 10.20 system, and am having trouble with it. Is this module even able to run on HPUX? Here is the error that I am receiving. == Writing Makefile for Crypt::SSLeay # make test /opt/ansic/bin/cc -c

No Subject

2001-02-15 Thread Evan Cross
Hi, I need to load a certificate from disk so I can check to see if it validity before time is in the future. I've been trying to use PEM_read_X509 but it crashes. Anyone got any examples that show how to successfully load a certificate from disk and view its contents. I can't find

<    1   2   3   4   5   6   >