Re: Mac users bypass SSL

2004-09-27 Thread Paul L. Allen
it for more than just this one web server and a bit of prior planning might pay off down the road. Good luck! Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707

Re: installation blues

2004-07-19 Thread Paul L. Allen
version number. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group _

Re: Fork() after a good SSL_connect and SSL_accept - does it work?

2004-07-12 Thread Paul L. Allen
y and everything else in the child process? What the heck else would I have to do in this architecture. Does anyone have experience with SSL in forked environments? Thanks for your advice. I have seen some hits on fork behavior in the archives but no answers. -- Boeing Phantom Works

Re: BIO_flush() wont flush!

2004-04-28 Thread Paul L. Allen
Linux and Solaris. Are you checking all of the return codes? Perhaps if you posted enough of your code to show what you're doing, someone will have a suggestion? Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology

Re: OpenSSL with Java?

2004-04-28 Thread Paul L. Allen
at making their Java implementation work, I'd probably try their implementation before anything else if I needed a Java SSL solution today. But, don't forget that PureTLS is out there if you need it. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-32

Re: compiling a c program whit openssl problem

2004-03-01 Thread Paul L. Allen
l -lcrypto" to your cc command, like this: gcc -o rsa_test rsa_test.c -lssl -lcrypto That should get you past this particular problem. Be prepared for *many* more like this and worse. If you like puzzles, you'll do fine. Programming computers to do useful things is a walk in a maze, but the

Re: OpenSSL session hangs

2004-02-24 Thread Paul L. Allen
Dr. Stephen Henson wrote: On Mon, Feb 23, 2004, Paul L. Allen wrote: [... tracking my problem partially through the OpenSSL libraries ...] I'm stumped! I'm not immediately sure what the problem is either. It might be stack corruption somewhere or something confusing the malloc lib

Re: OpenSSL session hangs

2004-02-19 Thread Paul L. Allen
Paul L. Allen wrote: Dr. Stephen Henson wrote: OK, that seems to rule out the low level socket read and write calls being the cause. Have you tried this in the latest 0.9.7 snapshot BTW? IIRC some fixes have been made to buffering BIOs. I'll try that this evening. After that I'm

Re: OpenSSL session hangs

2004-02-19 Thread Paul L. Allen
, and there was nothing on the stack above that. Very strange. I think the buffering BIO is a likely suspect. I'll proceed as if the buffering BIO has been proven guilty and see where that takes me. :-) Thanks, Steve! Paul Allen -- Boeing Phantom Works \ Paul L. Allen,

Re: OpenSSL session hangs

2004-02-19 Thread Paul L. Allen
Paul L. Allen wrote: Dr. Stephen Henson wrote: On Wed, Feb 18, 2004, Paul L. Allen wrote: [ ... problem statement omitted ...] Firstly I hope you are checking the return values from BIO_gets(), BIO_puts() and BIO_flush(). Yes, I am. All are OK up to the hang. Presumably you are using a

OpenSSL session hangs

2004-02-18 Thread Paul L. Allen
including just before the final hang, there are bytes waiting to be flushed. No error is ever reported until the final hang. Is this an interesting enough problem? Anybody have any ideas? Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Tech

Re: Lost messages

2004-02-18 Thread Paul L. Allen
archived on-line. Check it out here: http://www.mail-archive.com/[EMAIL PROTECTED]/ Cheers! Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Proto

Re: Test

2003-09-11 Thread Paul L. Allen
o this list now. Did this one make it? Thanks, -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group _

Re: Visual C++ example

2003-08-14 Thread Paul L. Allen
are at http://www.rtfm.com/sslbook/examples. You might want to acquire a book. Eric's "SSL and TLS" is excellent. I understand there is now an O'Reilly title on the subject as well. Good luck! Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297

Re: SSL protocol packet format

2003-06-10 Thread Paul L. Allen
OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED] -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMA

Re: introduction

2003-03-13 Thread Paul L. Allen
Mozilla can use SSL for NNTP, POP, and SMTP connections, so its source code will have client code for each of those service types. Mozilla knows how to provide client certs if the server requests them, but it's up to the server to do that. I've coded servers that require client certs, but I don't

Re: Slapper denial-of-service problem - why isn't this fixed?

2002-12-17 Thread Paul L. Allen
ause there's no payoff for the effort. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707 M/S 7L-40, Seattle, WA 98124-2207 \ Prototype Systems Group _

Re: SunOS/OpenSSL install woes

2002-12-04 Thread Paul L. Allen
with /usr/ucb/cc is remove it and then make sure some real compiler (like gcc) is in your path. It's been many years since there has been any need for a special backward-compatibility compiler on Solaris. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425)

Re: Unable to load DSA public key?

2002-11-21 Thread Paul L. Allen
Nils Larsch wrote: > > Paul L. Allen wrote: > > One of our customers showed up with a certificate that OpenSSL's x509 > > subcommand doesn't appear to like. It complains about the public key: > > > > [paula@bluesky C_pdp]$ /usr/local/ssl/bin/openssl x509 -

Re: A BEG / PLEA For Help. Solaris 8 Will not compile,MUST be someth ing I am doing.

2002-11-05 Thread Paul L. Allen
been out for nearly two months has a bug on Solaris 8, but I'm not sure how else to interpret this. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297 Math & Computing Technology \ [EMAIL PROTECTED] POB 3707 M/S 7L-

Re: apache with client certificates

2002-09-18 Thread Paul L. Allen
ot likely the problem, unless there's a configuration error. You can verify this by watching a connection attempt with ssldump. If you see Apache requesting a client cert, but the client doesn't send one, the problem is likely with the client. Good luck! Paul Allen -- Boeing Phantom Wor

Re: certs not working through Java

2002-09-12 Thread Paul L. Allen
can be built under the 1.3 JDK and the resulting class files work fine with classes compiled under 1.4. The OpenSSL stuff on the server side is modelled closely after Eric's sample code and gave no problems at all. Paul Allen -- Boeing Phantom Works \ Paul L. Allen, (425) 86

Re: OpenSSL and JSSE?

2002-08-26 Thread Paul L. Allen
Eric Rescorla wrote: > > "Paul L. Allen" <[EMAIL PROTECTED]> writes: > > Eric Rescorla wrote: > > Hmmm... When I watch a demo client and server with client > > authentication, > > I see the client's cert going over the wire. I wonder why I d

Re: OpenSSL and JSSE?

2002-08-26 Thread Paul L. Allen
Eric Rescorla wrote: > > "Paul L. Allen" <[EMAIL PROTECTED]> writes: > > Eric Rescorla wrote: > > > > I've watched my Java client connecting to my OpenSSL server using > > > > ssldump. I can see the server's cert going over to the

Re: OpenSSL and JSSE?

2002-08-26 Thread Paul L. Allen
Eric Rescorla wrote: > > "Paul L. Allen" <[EMAIL PROTECTED]> writes: > > JSSE stores keys and certificates in its own private format managed > > by a thing called "keytool". In the JSSE documentation, no mention > > is ever made of a CA. Ke

Re: Anyone using OpenSSL for a CA or PKI Deployment?

2002-07-16 Thread Paul L. Allen
e taken more energy than we wanted to devote to that component of the project. I'll be following OpenCA over time. The notion of a free CA is fairly attractive, and if it was also well-documented, standards-compliant, and stable, it would be compelling. Paul Allen -- Boeing Phantom Works

Re: unixreview: Anne Carasik on openssl

2002-06-27 Thread Paul L. Allen
_ > OpenSSL Project http://www.openssl.org > User Support Mailing List[EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] -- Boeing Phantom Works \ Paul L. Allen, (425) 865-3297

Re: OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Paul L. Allen
he typical Linux system will have that stuff under /usr. The usual location when you build from source is under /usr/local. Note that the argument to the --with-ssl-dir= switch is the OpenSSL install directory, not the subdirectory that has the libraries. In your case, it's pro