RE: license question

2006-09-02 Thread David Schwartz
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ted Mittelstaedt > Sent: Saturday, September 02, 2006 5:28 PM > To: openssl-users@openssl.org > Subject: Re: license question > > > > - Original Message - > From: "David Schwartz" <[EMAIL PROTECTE

Re: license question

2006-09-02 Thread Richard Salz
> There are many funny licensing clauses that appear nonsensical to the > layman but are perfectly logical. The SSLeay and OpenSSL license is > an extremely sloppy and poorly defined document because the people > who wrote it were under the misguided assumption that good legal > documentation is s

Re: license question

2006-09-02 Thread Ted Mittelstaedt
- Original Message - From: "David Schwartz" <[EMAIL PROTECTED]> To: Sent: Saturday, September 02, 2006 5:22 AM Subject: RE: license question > > > > I wholeheartedly disagree. You cannot violate the OpenSSL > > > license by using > > > OpenSSL. > > > > > > The end user is not creating

RE: ip changes prevent ssl

2006-09-02 Thread David Schwartz
> I have a server on a dynamic ip address. If the ip address > changes I can no longer establish connections. Although my > certs refer to a dns name rather than an ip, if the dns is > updated to reflect the new address, ssl fails. If the > application is restarted, everything works with no change

ip changes prevent ssl

2006-09-02 Thread jeff sacksteder
I have a server on a dynamic ip address. If the ip address changes I can no longer establish connections. Although my certs refer to a dns name rather than an ip, if the dns is updated to reflect the new address, ssl fails. If the application is restarted, everything works with no changes. It appea

Re: How to retrive the delta CRL location and revocation reason?

2006-09-02 Thread Dr. Stephen Henson
On Sat, Sep 02, 2006, [EMAIL PROTECTED] wrote: > > Hi, > > Please have a look at the attached delta crl, base crl and certificate. > I could retrieve the CDP for base crl using traditional way. But I am > seeing problem in retrieving the CDP of delta crl. > Well among other things that certif

Re: BIO and DTLS

2006-09-02 Thread Jeremy Goddard
Interesting, Two more questions. 1. Which callback should be used to perform a specific action after a DTLS session is setup. SSL_CTX_set_verify looks like a possibility. Is it called again when the the DTLS session is renegotiated? 2. Can you offer any suggestions about how to de-multiplex multi

RE: How to retrive the delta CRL location and revocation reason?

2006-09-02 Thread surendra.ande
Hi, Please have a look at the attached delta crl, base crl and certificate. I could retrieve the CDP for base crl using traditional way. But I am seeing problem in retrieving the CDP of delta crl. Have a look at the code snipet and also the outout of the code. Thanks a lot for your help. Code

RE: license question

2006-09-02 Thread David Schwartz
> > I wholeheartedly disagree. You cannot violate the OpenSSL > > license by using > > OpenSSL. > > > > The end user is not creating a derivative work because he is > > not creating a > > work at all. For copyright purposes, you only create a work when you add > > creative input. Compiling and lin

Re: license question

2006-09-02 Thread Ted Mittelstaedt
- Original Message - From: "David Schwartz" <[EMAIL PROTECTED]> To: Sent: Tuesday, August 29, 2006 2:17 PM Subject: RE: license question > > > What is actually going on when the end-user runs OpenSSL and it > > dynamically links in your restricted library, or the end user compiles > >

Re: Build problem on HP Itanium 64 bit machine

2006-09-02 Thread Urjit Gokhale
Hi, This is interesting ... 1) The piece of code in the Makefile that builds the shared object libcrypto.so and libssl.so is here. You can notice SHLIBDEPS='-lcrypto' for libssl.so == libcrypto$(SHLIB_EXT): libcrypto.a @if [ "$(SHLIB_TARGET)" != "" ]; then \