Hi everyone,
I stumbled over a missing feature of the openssl s_client tool. I wanted
to check a LDAP TLS connection over the cli, but the ldap starttls
option was not implemented (yet). So I took the chance to write a patch.
#> openssl s_client -starttls ldap -connect localhost:
In message <[EMAIL PROTECTED]> on Thu, 13 Apr 2006 01:03:15 -0700 (PDT),
"Sara978 (sent by Nabble.com)" <[EMAIL PROTECTED]> said:
lists> TEST 5:
lists> bash-3.00$ patch -p1
lists> can't find file to patch at input line 5
lists> Perhaps you used the wrong -p or --strip option?
lists> The text le
Hello,
> Hi, I have tried to run some test:
Try someting like that:
# file ts-20060225-0_9_8a-patch.gz
# head ts-20060225-0_9_8a-patch.gz (may see some garbage)
# od -c ts-20060225-0_9_8a-patch.gz
to see what this file look like.
Best regards,
--
Marek Marcola <[EMAIL PRO
$ gunzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
gunzip: ts-20060225-0_9_8a-patch.gz: not in gzip format
TEST 4:
bash-3.00$ gunzip ts-20060225-0_9_8a-patch.gz
gunzip: ts-20060225-0_9_8a-patch.gz: not in gzip format
TEST 5:
bash-3.00$ patch -p1 http://www.nabble.com/Patch-Openssl-t1438294.html
"Sara978 (sent by Nabble.com)" <[EMAIL PROTECTED]> writes:
> I have tried to write:
>
> patch -p1 < ts-20060225-0_9_8a-patch.gz
You have to uncompress the patch file first:
gunzip ts-20060225-0_9_8a-patch.gz
patch -p1 http://www.openssl.org
User Support Mailing Listo
akefile
|diff -u openssl/Makefile:1.1.1.3 openssl/Makefile:1.1.1.3.2.1
|--- openssl/Makefile:1.1.1.3 Sat Oct 29 11:50:51 2005
|+++ openssl/Makefile Sat Oct 29 13:10:03 2005
--
File to patch:
--
View this message in context:
http://www.nabble.com/Patch-Openssl-t1438294.html#a3
In message <[EMAIL PROTECTED]> on Wed, 12 Apr 2006 07:10:23 -0700 (PDT),
"Sara978 (sent by Nabble.com)" <[EMAIL PROTECTED]> said:
lists> gzip -cd ts-20060225-0_9_8a-patch.gz | patch -p1
lists>
lists> but I have this error:
lists>
lists> ts-20060225-0_9_8a-patch.gz: not in gzip format
lists> pat
must include??
Thanks for help.
Sara
--
View this message in context:
http://www.nabble.com/Patch-Openssl-t1438294.html#a3882201
Sent from the OpenSSL - User forum at Nabble.com.
__
OpenSSL Project