I modified what I found in x509.c to look like this, would this work: --Ivan
PS -- I'll generate the diffs asap, and get them emailed too. /* Copyright (C) 2006 Ivan R. Judson ([EMAIL PROTECTED]) * All rights reserved. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson ([EMAIL PROTECTED]). * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young ([EMAIL PROTECTED])" * The word 'cryptographic' can be left out if the routines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an * acknowledgement: * "This product includes software written by Tim Hudson * ([EMAIL PROTECTED])" * * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Hamilton > Sent: Friday, September 29, 2006 1:40 PM > To: [email protected] > Subject: Re: Proxy module > > First off, you need to get rid of the "all rights reserved" > copyright clause. Changing it so that it states you grant > usage and distribution rights with OpenSSL under its license > would be a good start. (Licensing, licensing, we all have to > worry about it. :( ) > > Next, create a diff -c (contextual diff) against the current > CVS, including changes to the makefiles. > > Then, submit that diff as a patch against the current CVS to > [EMAIL PROTECTED] > > (At least this is how I presume things should be done. This > module may need to go into the contrib/ directory, as it does > affect validation and thus security.) > > -Kyle H > > On 9/29/06, Ivan R. Judson <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > Awhile ago I mentioned wanting to get proxy support (RFC 3280, yes > > it's expired, but in use) into openssl as simply as possible. > > > > I've built the attached module, that does what I wanted. What's the > > best way to try and get this integrated into the standard > distribution? > > > > Thanks, > > > > --Ivan > > > > > > > > > -- > > -Kyle H > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > Development Mailing List [email protected] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
