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
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
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
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
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
(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
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
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
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
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
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
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.
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.
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
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
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.
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
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
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
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/
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
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
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
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
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
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
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
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
> ___
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
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
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
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
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
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
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
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
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
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
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
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 (
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
[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
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
>
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
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
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
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
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
>>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,
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
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
>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
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
>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
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
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
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
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
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
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!
>
: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
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
>
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
> 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
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
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
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
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
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.
>
>
>
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
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
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
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
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
Hi ALL,
Please read the mail below. Need help ASAP.
thanks,
Vignesh
[EMAIL PROTECTED]
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
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
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
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
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
> ...+
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
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
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
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
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
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
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
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
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
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
>
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
: <[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:
>
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,
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
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
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
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]
[
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
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
, 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 - 100 of 142 matches
Mail list logo