URGENT: Parsing DTLS Alerts in OpenSSL

2019-04-15 Thread NJ
Hi, I am facing issue while trying to parse the Alert received from client. I could see the Alert on wireshark as "Alert(21) Handshake Failure" but while trying to parse it from below code doesn't work. I want to parse this error and try to re-initiate the handshake from my server code. ctx_in

[openssl-users] Urgent Issue in debug build of openssl version 0.9.8 on Red Hat Linux 5 machine

2017-11-30 Thread toyash gautam
Hi, I am aware of the fact that this version of openssl is no longer supported, but it is extremely urgent from the customer point of view. I used ./config -d [options], but the release build was made using "-d" as well. "-d" was ignored. Please help if it is possible to

Re: [openssl-users] Nonblocking IO: Kindly need your urgent authoritative confirmation that the OpenSSL API's SSL_read and SSL_write and select() must indeed be used together *exactly* like this, as t

2015-02-25 Thread Tinker
Wait, On 2015-02-24 20:48, Graham Leggett wrote: [..] sense = READ; while (sense == READ ? if_ready_to_read() : if_ready_to_write()) { rc = SSL_read(); if (rc == SSL_WANT_WRITE) { sense = WRITE; } else { sense = READ; } // do stuff with what you read (you may

Re: [openssl-users] Nonblocking IO: Kindly need your urgent authoritative confirmation that the OpenSSL API's SSL_read and SSL_write and select() must indeed be used together *exactly* like this, as t

2015-02-25 Thread Tinker
Hi Graham, Thank you a lot for your response! - Just to merge this properly with your previous response to another thread this past Sat the 21:st in https://mta.openssl.org/pipermail/openssl-users/2015-February/000608.html , It's not just “I want to read during SSL_write, are you ok with me

Re: [openssl-users] Nonblocking IO: Kindly need your urgent authoritative confirmation that the OpenSSL API's SSL_read and SSL_write and select() must indeed be used together *exactly* like this, as t

2015-02-24 Thread Graham Leggett
On 22 Feb 2015, at 11:22 PM, Tinker wrote: > I need your authoritative answer on the following question. [snip stuff that is too long] You are totally overthinking this. The SSL protocol involves negotiation, during which the sender and the receiver exchange data with each other. What this me

Re: [openssl-users] Nonblocking IO: Kindly need your urgent authoritative confirmation that the OpenSSL API's SSL_read and SSL_write and select() must indeed be used together *exactly* like this, as t

2015-02-22 Thread Tinker
(This is a resubmit of the same post with the numbered list represented better here in text format, as the previous mail got the numbered list presented well only in the HTML version.) Dear OpenSSL list, I need your authoritative answer on the following question. Guaranteedly, this same ques

[openssl-users] Nonblocking IO: Kindly need your urgent authoritative confirmation that the OpenSSL API's SSL_read and SSL_write and select() must indeed be used together *exactly* like this, as to ke

2015-02-22 Thread Tinker
Dear OpenSSL list, I need your authoritative answer on the following question. Guaranteedly, this same question has been voiced on this mailing list already, in less or more similar wording. My question is: Please help me to get clear on *exactly* what my program needs to do in response to

Re: Server key issue. need Urgent Help on it

2012-08-28 Thread Gaiseric Vandal
This means you need to create a key pair (private key with no password + X509 certficate) for apache to use. Some linux distributions sometimes include a dummy key pair just for testing. On Fedora Core 14 these is a /etc/pki/tls/certs/make-dummy-cert command. On 08/28/12 07:21, Jamshed Al

Re: Server key issue. need Urgent Help on it

2012-08-28 Thread latze
Sorry for the stupid questions, but - does this file exist on your machine (and there is no typo in the name)? - and does it have meaningful content (a key)? > Dear All, > I have installed OpenSSL and faces this given below error when try to tun > apache server. Kindly advice me on this, how to c

Re: Some Problem wiht TLS connection using OPENSLL....PLS This is urgent..

2011-07-06 Thread Victor Duchovni
On Wed, Jul 06, 2011 at 04:26:18PM +0300, islam wrote: > Hi i have some problems using openssl library. I got this error : > > 14742:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version > number:s3_pkt.c:293: You should give up and ask someone on your team who is more experienced to impleme

Some Problem wiht TLS connection using OPENSLL....PLS This is urgent..

2011-07-06 Thread islam
Hi i have some problems using openssl library. I got this error : 14742:error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number:s3_pkt.c:293: and my code is below : #include #include #include #include #include #include #include #include #include #include #include #include

Re: problem with certificates, kinda urgent

2011-02-13 Thread Victor Duchovni
On Fri, Feb 11, 2011 at 05:04:11PM -0500, Jean-Michael Cyr wrote: > I have some difficulties to make openssl work to crypt my email. Email encrypt is generally done via S/MIME. OpenSSL provides an smime(1) command. http://www.openssl.org/docs/apps/smime.html -- Viktor.

problem with certificates, kinda urgent

2011-02-13 Thread Jean-Michael Cyr
Hi guys, I have some difficulties to make openssl work to crypt my email. I tried with thoses 3 functions: openssl_pkcs7_sign -> Always have this error message: error getting private key in C:\wamp\www\opensslencrypt\index.php on line 41 openssl_pkcs7_encrypt -> Always got false as return.

Re: Urgent Help Needed

2010-03-21 Thread Sander Temme
On Mar 21, 2010, at 12:12 AM, Anjan Koundinya.K wrote: > What should I do? I need as a part of final year project . Please help If your curriculum has anything to do with computing, I suggest going back and taking the other years before you hit the final. Otherwise, you might try to put the l

Urgent Help Needed

2010-03-21 Thread Anjan Koundinya.K
I have installed openssl-0.9.8e on Ubuntu 9 and installation is successfully. But I am trying to execute SSL client and server in shell and get and error. */tmp/cceqI1DB.o: In function `main':* *sslclient.c:(.text+0x21): undefined reference to `initialize_ctx'* *sslclient.c:(.text+0x3a): undefine

RE: ssl_write returned ssl_error_ssl: urgent help needed

2009-11-18 Thread Jeremy Farrell
faqs/smart-questions.html From: sandeep.kuma...@wipro.com <mailto:sandeep.kuma...@wipro.com> To: openssl-users@openssl.org; openssl-...@openssl.org Hi, I got some weird error. help needed urgent.

Re: ssl_write returned ssl_error_ssl: urgent help needed

2009-11-18 Thread luiz
out > 0 ) r = select(iSock+1,&fd_r,&fd_w,NULL,&tv); else r = select(iSock+1,&fd_r,&fd_w,NULL,NULL); } while ( ret == -1 && r != 0 ); if ( r == 0) return -1; return ret; } > Hi, > > I got some weird err

ssl_write returned ssl_error_ssl: urgent help needed

2009-11-18 Thread sandeep.kumar17
Hi, I got some weird error. help needed urgent. SSL_write() is returned with error "SSL3_WRITE_PENDING:bad write retry". I have tried with flags "PARTIAL_WRITE" and "AUTO_RETRY" and "MOVING BUFFER". Still i am facing this problem. Any temporary work

{Urgent}Different Elements inserted to x509 and some information required on patching fixes!

2009-05-12 Thread Balaji Kannadassan
Hi All! We are running into an important and critical customer issue where we see some entry in the X509 stack entry when being freed is found to have a value of 0x / -1 and as a result of the same there is a crash. Found few other issues where different element is there in X509 stack

Re: apache http server not connecting to correct open ssl --urgent help needed

2009-04-03 Thread Nikos Balkanas
to correct open ssl --urgent help needed hi nikos, Thanks fo rthe information. i tried you idea but still when i restart i get the following message. any more information is highly appreciated. My LDPATH has been set to the following: LD_LIBRARY_PATH="/usr/local/openssl098i/lib:/apps/

Re: apache http server not connecting to correct open ssl --urgent help needed

2009-04-03 Thread Srinivas Jonnalagadda
server not connecting to correct open ssl --urgent >help needed > >Hi, > >I imagine you are using a Solaris 10 machine. You also need to load >different versions of the same library. You need to set the correct >LD_LIBRARY_PATH. For 2.0.55 include in the LD_LIBARY_PATH yo

Re: apache http server not connecting to correct open ssl --urgent help needed

2009-04-03 Thread Nikos Balkanas
rrect open ssl --urgent help needed On Thu, Apr 02, 2009 at 05:20:30PM -0400, Srinivas Jonnalagadda wrote: Hi, I have openssl 0.9.8b installed with apache http server 2.0.55 on sloariz machine. when i installed i used the /usr/local/ssl as prefix and i did not use shared threads option. I w

Re: apache http server not connecting to correct open ssl -- urgent help needed

2009-04-02 Thread The Doctor
On Thu, Apr 02, 2009 at 05:20:30PM -0400, Srinivas Jonnalagadda wrote: > Hi, > > I have openssl 0.9.8b installed with apache http server 2.0.55 on sloariz > machine. when i installed i used the /usr/local/ssl as prefix and i did not > use shared threads option. I was able to install successfully

apache http server not connecting to correct open ssl -- urgent help needed

2009-04-02 Thread Srinivas Jonnalagadda
Hi, I have openssl 0.9.8b installed with apache http server 2.0.55 on sloariz machine. when i installed i used the /usr/local/ssl as prefix and i did not use shared threads option. I was able to install successfully. On the same machine i installed openssl 0.9.8i in /usr/local/openssl098i direc

Re: how to uninstall openSSL Urgent help needed

2009-03-29 Thread Sander Temme
On Mar 29, 2009, at 7:10 PM, Srinivas Jonnalagadda wrote: I am using Sun Solaris version 10. any help i shighly appreciated. If you mess with the OpenSSL 0.9.7 installed under /usr/sfw, you will lose ssh access to your server, since the installed copy of OpenSSH links against that OpenSS

getting warnings did my make pass for 0.9.8i -- urgent help needed

2009-03-29 Thread Srinivas Jonnalagadda
Hi, I was installing openssl-0.9.8i in /usr/local/openssl098i which is my own defined directory. though the dir does not exist on my sun solaris machine. I used the following commands and when i gave make test command i get the warnings but later in the end i get test uptodate. did my configure

Re: how to uninstall openSSL Urgent help needed

2009-03-29 Thread Srinivas Jonnalagadda
Hi, I am using Sun Solaris version 10. any help i shighly appreciated. Regards, Srinivas J -Original Message- >From: The Doctor >Sent: Mar 26, 2009 5:12 PM >To: openssl-users@openssl.org >Cc: "openssl-...@openssl.org" >Subject: Re: how to uninstall openSSL Urg

Re: how to uninstall openSSL Urgent help needed

2009-03-26 Thread The Doctor
On Thu, Mar 26, 2009 at 04:42:41PM -0500, Srinivas Jonnalagadda wrote: > Hi, > > I would like to know how to uninstall openssl from my unix machine. > What machine/box are you running? Linux? BSD? AIX? Sun? > > Thanks, > Srinivas Jonnalagadda > ___

Re: how to uninstall openSSL Urgent help needed

2009-03-26 Thread Kyle Hamilton
This is a -users question, not a -dev question. If openssl was installed from a package provided by or in the format of your OS vendor, uninstall it using the vendor's packaging tools. I've attached a list of files that are installed on my MacOSX machine by 'make install'. (the './' at the begin

how to uninstall openSSL Urgent help needed

2009-03-26 Thread Srinivas Jonnalagadda
Hi, I would like to know how to uninstall openssl from my unix machine. Thanks, Srinivas Jonnalagadda __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenss

Re: Please help: very urgent: Query on patented algorithms

2008-06-17 Thread Vin McLellan
At 01:20 PM 6/16/2008, Michael Sierchio wrote: RC4 is owned (and trademarked) by RSA Security Inc, but they are no longer enforcing the patent, RC4 was never protected by patent, but by trade secret. When the details of the algorithm were published, Ron Rivest himself suggested calling the "a

Re: Please help: very urgent: Query on patented algorithms

2008-06-16 Thread Michael Sierchio
RC4 is owned (and trademarked) by RSA Security Inc, but they are no longer enforcing the patent, RC4 was never protected by patent, but by trade secret. When the details of the algorithm were published, Ron Rivest himself suggested calling the "alleged RC4" "ARCFOUR". It is indeed a tradema

Re: Please help: very urgent: Query on patented algorithms

2008-06-16 Thread Chris Clark
On 6/16/08, bagavathy raj <[EMAIL PROTECTED]> wrote: > Hi, > Is there any binary distribution where I can find SSL dlls without > patented algorithms like IDEA,MCD2,RC4,RC5 etc. I tried compiling > without them. I could exclude other algos but not RC4. Some linking > issues. So i need to know if th

Re: Please help: very urgent: Query on patented algorithms

2008-06-16 Thread bagavathy raj
Hi, Is there any binary distribution where I can find SSL dlls without patented algorithms like IDEA,MCD2,RC4,RC5 etc. I tried compiling without them. I could exclude other algos but not RC4. Some linking issues. So i need to know if there is any ssl release without the patented algorithms. On 6/1

Re: Please help: very urgent: Query on patented algorithms

2008-06-16 Thread Mounir IDRASSI
Hi, Use the tool Dependency Walker (http://www.dependencywalker.com/) to look at the exported functions of libeay32.dll. If it exports RC5, you will see exported symbols starting with RC5. For MDC2, you'll find symbols starting with MDC2 and etc... Cheers, -- Mounir IDRASSI IDRIX http://www.idri

Please help: very urgent: Query on patented algorithms

2008-06-16 Thread bagavathy raj
Hi, I have openssl dlls(i.e.libeay32.dll, ssleay32.dll). I need to know if these libaries are using any of the patented algorithms like IDEA, RC4, RC5,MDC2 etc. Can you please let me know if there is any way to find out this? Any help would be highly appreciated. Thanks in adavance, Bagavathy

RE: Urgent Help in regarding openssl library

2007-06-25 Thread lavanya.golla
hu 6/14/2007 1:51 PM To: openssl-users@openssl.org; openssl-users@openssl.org Subject: RE: Urgent Help in regarding openssl library Hi, Thank you for the repsonse. But what can be the reason for bad key. Can it be that client encrypted with a different session key and the server is decrypting

RE: Urgent Help in regarding openssl library

2007-06-15 Thread Marek Marcola
Hello, > > But what can be the reason for bad key. Can it be that > client encrypted with a different session key and the server is > decrypting with another session's key. This may happen for example when memory regions witch holds this keys are damaged ... > Mostly we are seeing this fault wh

RE: Urgent Help in regarding openssl library

2007-06-14 Thread lavanya.golla
nya Golla. From: [EMAIL PROTECTED] on behalf of Marek Marcola Sent: Thu 6/14/2007 1:34 PM To: openssl-users@openssl.org Subject: RE: Urgent Help in regarding openssl library Hello, > In continuation with the error we have motioned before we have the > below

RE: Urgent Help in regarding openssl library

2007-06-14 Thread Marek Marcola
Hello, > In continuation with the error we have motioned before we have the > below query:- > > If an SSL record has no padding bytes then how does openSSL handle it? If we are talking about block cipher used to establish SSL connection like DES or AES then padding is always used. When any side (

RE: Urgent Help in regarding openssl library

2007-06-13 Thread lavanya.golla
find it? Thanks & Regards, Lavanya Golla. From: [EMAIL PROTECTED] on behalf of Marek Marcola Sent: Tue 5/29/2007 6:39 PM To: openssl-users@openssl.org Subject: Re: Urgent Help in regarding openssl library Hello, > We are mailing regrding an error we are

Re: Urgent Help in regarding openssl library

2007-05-30 Thread jimmy
[EMAIL PROTECTED] wrote: Hi All, 1) We are using UNIX SLES 10. 2) When there are large number of TLS negotiations being done in as very short span of time this error comes. are you doing this in a multi-threaded app? in that case have you initialized the locking callbacks? P.S. such

Re: Urgent Help in regarding openssl library

2007-05-29 Thread Marek Marcola
Hello, > We are mailing regrding an error we are getting while implementing > openssl libraries for our application. > > The error we get is as below:- > SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac. > > We are using open ssl 0.9.7g. Kinldy can you give us some help or at >

Urgent Help in regarding openssl library

2007-05-29 Thread lavanya.golla
Hi Team, We are mailing regrding an error we are getting while implementing openssl libraries for our application. The error we get is as below:- SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac. We are using open ssl 0.9.7g. Kinldy can you give us some help or at least sug

urgent help needed, generating fingerprint of public key

2005-12-23 Thread Tom Horstmann
correct fingerprints is very important and urgent for us, we like to ask for paid assistance. We know the correct fingerprint for the public key in the request below would begin with "31b5". -BEGIN CERTIFICATE REQUEST- MIIC+zCCAeMCAQAwgbUxCzAJBgNVBAYTAkRFMUkwRwYDVQQKE0BES1

Urgent -- signature formatting & RFC 3369

2005-08-24 Thread nicolas mivielle
That's very important and quite urgent for me so if anyone knows about that (or even has an idea) please don't hesitate. And if you want me to post a mail more accurate (?) please tell me. Thanx , Nicol

Re: JNI Problems urgent.

2005-04-24 Thread Pól Ó Riain
Would anyone please be able to help me ? I realise how annoying i must sound its just this is extremely urgent. I need it by tomorrow (as in i need it finished tonight). On Sat, 2005-04-23 at 20:16 +0100, Pól Ó Riain wrote: > I've been trying the options u gave me but gcc keeps giving m

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
I've been trying the options u gave me but gcc keeps giving me errors. $ gcc -c -g -c -fPIC -I/usr/include -I/usr/j2sdk1.4.2_08/include -I/usr/j2sdk1.4.2_08/include/linux nativeCrypto.c -o nativeCrypto.o gcc -shared -Wl,-soname,libnativeCrypto.so -o libnativeCrypto.so nativeCrypto.o -g -L/usr/li

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
>>make > gcc -c -g -c -fPIC -I/usr/include -I/usr/j2sdk1.4.2_08/include > -I/usr/j2sdk1.4.2_ > 08/include/linux jni.c -o jni.o > gcc -shared -Wl,-soname,libnativebf.so -o libnativebf.so jni.o -g -L/usr/lib - > lcrypto It tells me -c -g etc are invalid options On Sun, 2005-04-24 at 00:41 +0900,

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
Oh wait nevermind i see. On Sun, 2005-04-24 at 00:41 +0900, Takaaki Ishii wrote: > >Ok well thats not the problem so, its definately in /usr/lib/. I am > >having this problem not only on OpenSSL crypto libraries but a very > >similiar problem at work with some c crypto libraries we are using. Its

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
Did you run the C or the Java ? I can compile and run the C code myself too, and if i take out the C code and just put in a printf method it works but it WON'T encrypt for me :( Did you run the Java interface ? or just the C ? On Sun, 2005-04-24 at 00:41 +0900, Takaaki Ishii wrote: > >Ok well t

Re: JNI Problems urgent.

2005-04-23 Thread Takaaki Ishii
>Ok well thats not the problem so, its definately in /usr/lib/. I am >having this problem not only on OpenSSL crypto libraries but a very >similiar problem at work with some c crypto libraries we are using. Its >more likely my jni interface thats misbehaving then. (although i did >check it several

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
Ok well thats not the problem so, its definately in /usr/lib/. I am having this problem not only on OpenSSL crypto libraries but a very similiar problem at work with some c crypto libraries we are using. Its more likely my jni interface thats misbehaving then. (although i did check it several times

Re: JNI Problems urgent.

2005-04-23 Thread Takaaki Ishii
>And where do i set that ? > >> hi, >> BF_set_key is marked as defined in libcrypto.so or libeay32.dll(for windows) >> check if this openssl library is in your library path. It depends on Operating-System you are using. Please set PATH (Windows) or LD_LIBRARY_PATH (at least Linux, Solaris) envir

Re: JNI Problems urgent.

2005-04-23 Thread Pól Ó Riain
And where do i set that ? > hi, > BF_set_key is marked as defined in libcrypto.so or libeay32.dll(for windows) > check if this openssl library is in your library path. > > sravan > > > Pól Ó Riain wrote: > > Hey, yes it does exist. Is there anything wrong with the code ? > > > > > > > If

Re: JNI Problems urgent.

2005-04-21 Thread sravan
hi, BF_set_key is marked as defined in libcrypto.so or libeay32.dll(for windows) check if this openssl library is in your library path. sravan Pól Ó Riain wrote: Hey, yes it does exist. Is there anything wrong with the code ? If BF_set_key function is statically linked, you ca

Re: JNI Problems urgent.

2005-04-21 Thread Pól Ó Riain
Hey, yes it does exist. Is there anything wrong with the code ? > If BF_set_key function is statically linked, you can confirm > those symbols in shared object, like: > > $ nm libnativebf.so > U BF_cfb64_encrypt > U BF_set_key <- must exist. > 09a0 T Java_nat

Re: JNI Problems urgent.

2005-04-20 Thread Takaaki Ishii
Hi, >Hey guys i'm having trouble with a jni interface to OpenSSL. >/home/mcx/Programming/Eclipse/project/lib/libnativebf.so: undefined symbol: > BF_set_key If BF_set_key function is statically linked, you can confirm those symbols in shared object, like: $ nm libnativebf.so U BF_cfb

JNI Problems urgent.

2005-04-20 Thread Pól Ó Riain
Hey guys i'm having trouble with a jni interface to OpenSSL. This is my Java: public class nativeBF { public native void nativeRun(); public void nCall(){ nativeRun(); } static { //Load the

RE: Is server can only accept ssl clients to the limit of 64 on s ame port, can I enlarge the number, Urgent! Thanks!

2004-08-28 Thread Edward Chan
Is server can only accept ssl clients to the > limit of 64 on same port, can I enlarge the number, Urgent! Thanks! > > Hi Edward, Steve, > > Problem solved, thank you! :) > > Is there any magic numbers like this in socket or openssl > libraries, more thanks! >

Re: Is server can only accept ssl clients to the limit of 64 on same port, can I enlarge the number, Urgent! Thanks!

2004-08-28 Thread Eric Lai
:29 AM Subject: RE: Is server can only accept ssl clients to the limit of 64 on same port, can I enlarge the number, Urgent! Thanks! > I'm not sure why the SSL_accept() is blocking, but on Windows, 64 does seem > to be a magic number for things such as select(). FD_SETSIZE is defined to

RE: Is server can only accept ssl clients to the limit of 64 on s ame port, can I enlarge the number, Urgent! Thanks!

2004-08-26 Thread Edward Chan
the > limit of 64 on same port, can I enlarge the number, Urgent! Thanks! > > On Thu, Aug 26, 2004, Eric Lai wrote: > > > Hi Steve, > > > > Thank for your reply! > > > > Let me explain my problem: If I tried to connect 100 SSL > client to my >

Re: Is server can only accept ssl clients to the limit of 64 on same port, can I enlarge the number, Urgent! Thanks!

2004-08-26 Thread Dr. Stephen Henson
On Thu, Aug 26, 2004, Eric Lai wrote: > Hi Steve, > > Thank for your reply! > > Let me explain my problem: If I tried to connect 100 SSL client to my > server, only 64 clients can connected, the other 36 clients remain in SSL > Accepting state (or SSL Accept got blocking). When I diconnect 1 of

RE: tcp urgent data

2003-08-11 Thread David Schwartz
> At the moment I let OpenSSL API calls take care of all the reads and writes. > Can I send/receive TCP urgent data ("out-of-band" data) with direct calls on the socket, > without interfering with the operation of SSL? You can only do this if you do all the reads yo

tcp urgent data

2003-08-09 Thread Neil Humphreys
Hi I have a Visual C++ app with a class derived from CAsyncSocket, implementing the OpenSSL library. At the moment I let OpenSSL API calls take care of all the reads and writes. Can I send/receive TCP urgent data ("out-of-band" data) with direct calls on the socket, without interf

Re: [PLEASE HELP..URGENT!!!!] OPENSSL on Compaq Tru64 or any 64-bit machine.

2002-11-28 Thread Durairaj
Use compiler option like: cc +DD64 eg: ./configure hpux-cc +DD64 Bye, Durai. ( [EMAIL PROTECTED]) >Hi, > >Is there any variable that is supposed to be set for compiling on a 64 bit machine >like >Compaq's Tru64?? I have used the openssl library for all the machines and it works >except >for Tru

[PLEASE HELP..URGENT!!!!] OPENSSL on Compaq Tru64 or any 64-bit machine.

2002-11-28 Thread J
Hi, Is there any variable that is supposed to be set for compiling on a 64 bit machine like Compaq's Tru64?? I have used the openssl library for all the machines and it works except for Tru64. I defined 'SIXTY_FOUR_BIT' in the bn.h file and that made the session key encryption with a public key

Re: installation openssl urgent!

2002-10-23 Thread Adriano Devillaine
Hi Jose... First of all..don't unistall the openssl rpm's that comes with the redhat distriution, because many packages uses libraries and headers that are not suplied eith anothers distribiutons... Second... when you run the configure script, make shore you run it with the "shared" parameter lik

Re: installation openssl urgent!

2002-10-23 Thread José Alberto Patiño Limón
On Tue, 2002-10-22 at 19:32, Ivone Uribe wrote: > Hi all! > > I have problems with the openssl in an installation of a wap gateway, I'm > using the RedHat 7.2. > > When I was trying to install the gateway rpm I got this messages: > libcrypto.so.0.9.6 required > libssl.so.0.9.6 required. > > >

Re: installation openssl urgent!

2002-10-22 Thread Ivone Uribe
to erase my old installation, isn't it? Regards, Ivone Ivone From: Guy Matz <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: installation openssl urgent! Date: Tue, 22 Oct 2002 23:30:08 -0400 set it in your environment . . . just before you run configure, t

Re: installation openssl urgent!

2002-10-22 Thread Guy Matz
sl/include/openssl"...is that right?...but where do I set it? Regards, Ivone From: Guy Matz <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: installation openssl urgent! Date: Tue, 22 Oct 2002 21:59:26 -0400 it looks like you have an issue wi

Re: installation openssl urgent!

2002-10-22 Thread Ivone Uribe
at right?...but where do I set it? Regards, Ivone From: Guy Matz <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: installation openssl urgent! Date: Tue, 22 Oct 2002 21:59:26 -0400 it looks like you have an issue with your include files . . . try setting C

Re: installation openssl urgent!

2002-10-22 Thread Guy Matz
it looks like you have an issue with your include files . . . try setting CPPFLAGS="-I/usr/local/ssl/openssl", or whatever the path to your rc5.h file is, then run configure. let me know if that doesn't work. regards, guy Ivone Uribe wrote: Hi all! I have problems with the openssl in an ins

installation openssl urgent!

2002-10-22 Thread Ivone Uribe
Hi all! I have problems with the openssl in an installation of a wap gateway, I'm using the RedHat 7.2. When I was trying to install the gateway rpm I got this messages: libcrypto.so.0.9.6 required libssl.so.0.9.6 required. To solve it I removed the openssl0.9.6 rpm (is it right?) and I just

BIO_write & BIO_should_retry issue - URGENT - HELP

2002-10-07 Thread VGuttikar
Hi ALL, Please read the mail below. Need help ASAP. thanks, Vignesh [EMAIL PROTECTED]

Re: patches for security advisory of 30th July [URGENT]

2002-08-11 Thread Jeffrey Altman
You might do better if you didn't post HTML to a text based mailing list. The patches posted to this mailing list come from an OpenSSL team member. They are similar to the patches that were incorporated into the current distributions of 0.9.6e and 0.9.7-beta3. The patches utilize the OpenSSLDie

Re: patches for security advisory of 30th July [URGENT]

2002-08-11 Thread Sumeet Singh
Its funny how nobody is replying to this email - not even in the negative. I will try one last time :). Can any representative of openssl reply to the enclosed email ? In fact can *anybody* reply please ? I would really appreciate that. Sumeet Singh wrote: Hi all,     This

Urgent: VC++ Component with OPenSSL

2002-07-30 Thread Chuo HUANG(CMS)
Hello! Did you use OpenSSL in a VC++ Component before? I am developing an ATL component with VC++ in windows 2000 environment but encountered the problem . I am not sure if I can use OpenSSL function in a component. For example: pkey = PEM_read_PrivateKey(fp12, NULL,NULL, NULL);?? Pls give me s

Re: problems load private key URGENT!!!

2002-06-24 Thread Andrea Nagar
Here's the code I use:  EVP_PKEY* GetPrivateKey(char *fileName, char *pass) { FILE *f; PKCS12 *p12; X509_NAME *name; X509 *certificato; EVP_PKEY *privata; // = new EVP_PKEY(); int len = strlen(pass); if ((f = fopen(fileName, "r")) == NULL)  throw HandledError("File Spec

Re: make test fails (urgent)

2002-05-19 Thread Lutz Jaenicke
On Fri, May 17, 2002 at 02:52:02PM -0400, sridhar Kondoji wrote: > iam trying to install openssl on my unix workstation.It uses solaris 8 OS. > > Iam trying to install in a local directory. > > Make test fails with following error message. > > Generating a 512 bit RSA private key > ...+

Re: URGENT: PKCS8 format to be used with java

2002-05-17 Thread Vadim Fedukovich
On Fri, 17 May 2002, Haikel wrote: > Hi, > > I'have generated keys in pkcs8 format with java and openssl. The thing > that was not expected is the difference of the two files structure. The why not? it's encrypted private key. Yes, one should expect them to be the same after decryption > two

Re: URGENT: PKCS8 format to be used with java

2002-05-16 Thread Haikel
ly? What methods? what > classes? > > Regards, > Pankaj Kumar. > > -Original Message- > From: Haikel > To: [EMAIL PROTECTED] > Sent: 5/17/02 9:10 AM > Subject: URGENT: PKCS8 format to be used with java > Importance: High > > Hi, > > I'have genera

Re: URGENT: PKCS8 format to be used with java

2002-05-16 Thread Open SSListreader
we use PKCS7 with Java. Can't speak to the other question. - Original Message - From: Haikel <[EMAIL PROTECTED]> Date: Fri, 17 May 2002 17:10:51 +0100 To: [EMAIL PROTECTED] Subject: URGENT: PKCS8 format to be used with java > Hi, > > I'have generated keys

RE: URGENT: PKCS8 format to be used with java

2002-05-16 Thread KUMAR,PANKAJ (HP-Cupertino,ex1)
Hi, Did you use Java keytool for generating the private key? If yes, what were the options. If not, then did you do it programmatically? What methods? what classes? Regards, Pankaj Kumar. -Original Message- From: Haikel To: [EMAIL PROTECTED] Sent: 5/17/02 9:10 AM Subject: URGENT: PKCS8

URGENT: PKCS8 format to be used with java

2002-05-16 Thread Haikel
Hi, I'have generated keys in pkcs8 format with java and openssl. The thing that was not expected is the difference of the two files structure.  The two files I generated look like that: The file generated with java -BEGIN ENCRYPTED PRIVATE KEY- MIICrTAnBgoqhkiG9w0BDAEDMBkEFLHA2SGrNrwcUsFr

Urgent help needed for installing openssl-0.9.6b on RHL 7.1

2002-04-18 Thread Nilesh Barot
Hello Gurus , I'm facing one typical problem while configuring openssl-0.9.6b on RedHat linux 7.1 , kernel 2.4.2-2. I have successfully configured and installed openssl-0.9.6b, mod_ssl-2.8.7-1.1.3.23 and Apache_1.3.23 on Redhat linux 7.2 , kernel 2.4.7-10. It is also working properly. This

default crl days ( pretty urgent )

2001-12-21 Thread Venkatesha, Ashalatha
Does anyone know how to set default_crl_days while installing openssl is there any option provided to set this in openssl.cnf??? OR does it work successfully when we edit this config file & change and use to generate certificates like CA, client certificates openssl.cnf: default_crl_days= 30

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
FreeBSD3.4-REL with Openssl 0.9.6b -Mike - Original Message - From: "Lutz Jaenicke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 1:34 PM Subject: Re: problems with private keys... please help! urgent! > On Tue, Dec 18, 2001 at

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Lutz Jaenicke
On Tue, Dec 18, 2001 at 01:28:00PM -0800, Mike K wrote: > # openssl genrsa -des3 -out test.key 1024 > warning, not much extra random data, consider using the -rand option > Generating RSA private key, 1024 bit long modulus > ...++ > ...++ > e is 65537 (0x100

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
Message - From: "Andrew T. Finnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 12:28 PM Subject: RE: problems with private keys... please help! urgent! > Mike, > > Are the CA of these files self-signed? If they are why >

RE: problems with private keys... please help! urgent!

2001-12-18 Thread Andrew T. Finnell
3:34 PM To: [EMAIL PROTECTED] Subject: Re: problems with private keys... please help! urgent! Same problem regarding "unable to load key" when doing this. I know my pass is correct Any other ideas? Thanks for the help. Is this error the reason why apache wont s

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 11:33 AM Subject: Re: problems with private keys... please help! urgent! > If the private key has been created with a password (usually is); then the > same password needs to be supplied using the -passin argument. > > for ex: >

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Saju Paul
ember 18, 2001 2:32 PM Subject: Re: problems with private keys... please help! urgent! > It never asked me for a password > > > - Original Message - > From: "Saju Paul" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, December 18,

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
It never asked me for a password - Original Message - From: "Saju Paul" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 10:23 AM Subject: Re: problems with private keys... please help! urgent! > > For domain1, I tried to ch

Re: problems with private keys... please help! urgent!

2001-12-18 Thread Saju Paul
A key > unable to load key > d41d8cd98f00b204e9800998ecf8427e I get this error when I use an incorrect password... check your password.. - Original Message - From: "Mike K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 1:31 PM Subject: problem

problems with private keys... please help! urgent!

2001-12-18 Thread Mike K
Hi all... Before upgrading, one of my virtual domains (ip based) had SSL setup and was working fine. The second domain did not work. The error was odd according to people in IRC support channels, and I was told to upgrade to all of the latest versions. I did that. Now when I try to run starts

[URGENT] Apache died......?

2001-10-10 Thread Rachel
I installed the apache_1.3.20 with mod_ssl-2.8.4-1.3.20 and openssl-engine-0.9.6b yesterday. After I installed all of them and configured my httpd.conf, I try to run configtest on my apache, the result shown as below.   # /usr/local/apache/bin/apachectl configtest[Thu Oct 11 10:23:49 2001] [

Re: URGENT : SSL Handshake failed

2001-01-26 Thread drt rappanah
client certificates of the Netscape Certificate Server in the directory conf/ssl.crt ? Regards, Ravi APPANAH - Original Message - From: "Owen Boyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 10:40 AM Subject: Re: URGENT : SSL Hand

URGENT : SSL Handshake failed

2001-01-26 Thread drt rappanah
  Hi !!       I've installed a Netscape Certificate Server 4.2sp1 on a linux mandrake 7.2 (kernel 2.2.17-21)...     I've also installed an Apache 1.3.14 server with mod_perl 1.24_01, mod_ssl 2.7.1, php 4.0.3pl1 and openssl 0.9.6...     I've signed Apache certificate with the Certificate ser

RE: URGENT : SSL Handshake failed

2001-01-25 Thread John . Airey
, Peterborough PE2 6XU, Tel.: +44 (0) 1733 375299 Fax: +44 (0) 1733 370848 [EMAIL PROTECTED] -Original Message- From: drt rappanah [mailto:[EMAIL PROTECTED]] Sent: 25 January 2001 14:07 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: URGENT : SSL Handshake failed Importance: High Hi

  1   2   >