On Fri February 24 2012, Edward Ned Harvey wrote:
> > From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> > us...@openssl.org] On Behalf Of Michael S. Zick
> >
> > You must be new to mailing lists also.
> > Start your own thread, they are cheap here, don't hijack another topic.
>
> Mik
On 2/24/2012 8:27 PM, Edward Ned Harvey wrote:
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
us...@openssl.org] On Behalf Of Michael S. Zick
You must be new to mailing lists also.
Start your own thread, they are cheap here, don't hijack another topic.
Mike, How do you call that a
> From: owner-openssl-us...@openssl.org [mailto:owner-openssl-
> us...@openssl.org] On Behalf Of Michael S. Zick
>
> You must be new to mailing lists also.
> Start your own thread, they are cheap here, don't hijack another topic.
Mike, How do you call that a thread hijack? New subject, new threa
On Fri February 24 2012, Jaquez Jr, Hector L. wrote:
> Hello,
> I am new to certificates, how to create them, how to import
> them etc.
You must be new to mailing lists also.
Start your own thread, they are cheap here, don't hijack another topic.
Mike
> I am looki
Hello,
I am new to certificates, how to create them, how to import
them etc. I am looking for good training material that I can read over to
learn more about this. I can create a CSR file but don't know how to import
it using command line or GUI for that matter. We have serve
> Yes, 'epoll' is the most efficient mechanism on Linux. I recommend using
> level-triggered events because it's simpler.
That's the opposite as to what I have done. :)
From what I have read I gathered that Event Triggered is MUCH faster.
But I guess I could have gotten it all wrong.
> More gener
> I'm quite aware that that high goal is quite hard to reach, but
> still it's my
> goal. Aim for the star and you'll reach the top of trees.
That make sense.
> Yeah, I have been reading up a lot on select and poll, etc.
> It seems epoll is the way to go.
Yes, 'epoll' is the most efficient mech
> > I'm about to develop a server application which should be able to
> > handle ALOT of connections, say 20k-30k
> > Any suggestions as to how I should tackle this problem?
>
> It takes a lot of experience to develop a system that can handle more than
> 10,000 simultaneous connections. I don't thi
> I'm about to develop a server application which should be able to
> handle ALOT of connections, say 20k-30k
> Any suggestions as to how I should tackle this problem?
It takes a lot of experience to develop a system that can handle more than
10,000 simultaneous connections. I don't think it's re
Hi
I'm about to develop a server application which should be able to
handle ALOT of connections, say 20k-30k
Any suggestions as to how I should tackle this problem?
I am really new with OpenSSL and haven't really grasped it all yet.
I've been searching the net for a couple of days now just to find
Hi,
If I may attempt a slightly better response than my first one! Sorry
to openssl-dev people about spamming your list with this. Probably
this email is better suited to openssl-users, so I'm cross-posting it.
(If anyone decides to reply, please reply to openssl-users!)
1. Dr Stephen N. Hen
Thanks for all your help guys. Those links were great! I liked Areg's the
best: very detailed and complete (and good for beginners). =)
Just a question or two to clarify:
1) I noticed the certificates created in the tutorial had a *.pem extension.
The ones I'm used to dealing with had a *.cer on
Hi Joseph,
It's been awhile since I've looked at OpenCA. The manual was almost
impossible to read and seemed to be quite a rough translation from
German. Do you know if any work has been done on cleaning that up in the
past 12 months or so?
Yes, a lot - I am member of the dev team so I know wha
It's been awhile since I've looked at OpenCA. The manual was almost
impossible to read and seemed to be quite a rough translation from
German. Do you know if any work has been done on cleaning that up in
the past 12 months or so?
On Aug 1, 2004, at 11:42 PM, Oliver Welter wrote:
If you need rev
Try this one:
http://www.dswilson.com/spring2004/javasecurity/openssl-instructions.html
- Original Message -
From: "Liam Escario" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 02, 2004 7:32 AM
Subject: openssl newbie HELP!
> Hi!
>
&
Hi Liam,
Liam Escario wrote:
> Hi!
>
> Can anybody direct me to an Openssl tutorial/manual where I can find out
> step-by-step how to:
>
> 1) use openssl to create a CA
> 2) use the CA to create certificates
>
if you need only some certificates this is a good start
http://www.code.online.pt/story/2
Liam,
This link might help,
http://www.eclectica.ca/howto/ssl-cert-howto.php#rootc
-Areg
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Liam Escario
Sent: Monday, August 02, 2004 1:33 AM
To: [EMAIL PROTECTED]
Subject: openssl newbie HELP!
Hi!
Can
Hi!
Can anybody direct me to an Openssl tutorial/manual where I can find out
step-by-step how to:
1) use openssl to create a CA
2) use the CA to create certificates
I'd really appreciated any help on this. Thanks!
lee_the_flee
There is no emotion, there is p
There is no need to call RAND_screen() more than once.
0.9.4 is vulnerable to attacks because the random number generator is
not seeded with sufficient entropy. 0.9.6e takes more time in order
to generate the necessary entropy.
Using a hardcoded seed value with make your connections vulnerable.
2002 11:39:01 -0400
To: <[EMAIL PROTECTED]>
Subject: RE: openssl Newbie ( PRNG seed )
> Hi Rich,
>
> Any chance you can help me? I am testing my outbound email.
> Can you please reply to me so that I can see if my message
> made it to you?
>
> Thanks,
>
>
I guess it's working...;^(
sorry folks to disturb you all...
-Ed
-Original Message-
From: Ed Sanborn
Sent: Wednesday, September 04, 2002 11:39 AM
To: [EMAIL PROTECTED]
Subject: RE: openssl Newbie ( PRNG seed )
Hi Rich,
Any chance you can help me? I am testing my outbound
PROTECTED]
Subject: Re: openssl Newbie ( PRNG seed )
>>"How important is the PRNG seed to the
>>total security of your program ?"
How quickly they forget... :(
Your SSL connections can be broken. Several years ago Netscape used a
poor random seed (like getpid() o
>>"How important is the PRNG seed to the
>>total security of your program ?"
How quickly they forget... :(
Your SSL connections can be broken. Several years ago Netscape used a
poor random seed (like getpid() or'd into the time() or some such), and
Dave Wagner (et al) at Berkeley wer
is not the case if you have a truly random seed.
>-Original Message-
>From: Neelay Shah [mailto:[EMAIL PROTECTED]]
>Sent: Mittwoch, 4. September 2002 16:17
>To: [EMAIL PROTECTED]
>Subject: openssl Newbie ( PRNG seed )
>
>
>
>Hi Guys,
>
Hi Guys,
I am a newbie to openssl. Here is my question :
"How important is the PRNG seed to the
total security of your program ?" i.e
instead of calling RAND_screen() if I use RAND_seed()
and use a hardcoded value, what is the impact?
Also, is this imp
Lang
On Mon, 30 Aug 1999, Kaur Virunurm wrote:
> Date: Mon, 30 Aug 1999 11:36:28 +0300
> From: Kaur Virunurm <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: OpenSSL Newbie---help
>
> > I am new to open ssl, and in fac
> > 2) If you were to attempt acceleration where do you get the most bang for
> > your proverbial buck; just doing the encryption/decryption or doing the
> > entire SSL on a card ?
>
> The encryption is where you'd get the "bang for the buck."
??? One wants to accelerate a server, right? And what
> Hi.
>
> Thanks for taking the time to write OpenSSL !
>
> I'm completly new to SSL, so is there an "User Guide"/"Getting
> Started"/HOWTO/FAQ for OpenSSL ?
> I can't seem to find one :(
>
> I've found a german book, but my german isn't that good and it requires
> that you know alot about SSL
28 matches
Mail list logo