diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017126.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-July/017126.html | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-July/017126.html b/zarb-ml/mageia-dev/2012-July/017126.html new file mode 100644 index 000000000..3224b1bd5 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-July/017126.html @@ -0,0 +1,166 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Old OpenSSL HOWTO [was Re: openssl regression] + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Old%20OpenSSL%20HOWTO%20%5Bwas%20Re%3A%20openssl%20regression%5D&In-Reply-To=%3CCA%2BCX%2BbhKe9s1C7VDn1JPXT8fc_Uxnn1AKs5XjLpB-CPwumFxUQ%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="017346.html"> + <LINK REL="Next" HREF="017127.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Old OpenSSL HOWTO [was Re: openssl regression]</H1> + <B>Pascal Terjan</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Old%20OpenSSL%20HOWTO%20%5Bwas%20Re%3A%20openssl%20regression%5D&In-Reply-To=%3CCA%2BCX%2BbhKe9s1C7VDn1JPXT8fc_Uxnn1AKs5XjLpB-CPwumFxUQ%40mail.gmail.com%3E" + TITLE="[Mageia-dev] Old OpenSSL HOWTO [was Re: openssl regression]">pterjan at gmail.com + </A><BR> + <I>Wed Jul 4 01:54:33 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="017346.html">[Mageia-dev] Security updates - Help needed (also forgot avidemux and gstreamer0.10-ffmpeg) +</A></li> + <LI>Next message: <A HREF="017127.html">[Mageia-dev] Old OpenSSL HOWTO [was Re: openssl regression] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17126">[ date ]</a> + <a href="thread.html#17126">[ thread ]</a> + <a href="subject.html#17126">[ subject ]</a> + <a href="author.html#17126">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On Mon, Jun 11, 2012 at 3:15 PM, Shlomi Fish <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">shlomif at shlomifish.org</A>> wrote: +><i> Hi all, +</I>><i> +</I>><i> here is a small HOWTO about using OpenSSL with Mageia Cauldron applications +</I>><i> that broke with the new version of the "openssl" package (1.0.1), such as svn +</I>><i> with <A HREF="https://">https://</A> URLs: +</I>><i> +</I>><i> 1. Download openssl-1.0.0j.tar.gz from: +</I>><i> +</I>><i> <A HREF="http://www.openssl.org/source/">http://www.openssl.org/source/</A> +</I>><i> +</I>><i> 2. Unpack it. +</I>><i> +</I>><i> 3. Use the following shell script to configure it (you can customise the +</I>><i> ossl_pref prefix to your liking: +</I>><i> +</I>><i> [QUOTE] +</I>><i> #!/bin/bash +</I>><i> ossl_pref="$HOME/apps/openssl" +</I>><i> ./config --prefix="$ossl_pref" --openssldir="$ossl_pref/openssl" shared +</I>><i> [/QUOTE] +</I>><i> +</I>><i> There is more coverage of this here: +</I>><i> +</I>><i> <A HREF="http://www.devside.net/guides/linux/openssl">http://www.devside.net/guides/linux/openssl</A> +</I>><i> +</I>><i> 4. Add the following lines to your .bashrc: +</I>><i> +</I>><i> [QUOTE] +</I>><i> oldssl() +</I>><i> { +</I>><i> export LD_LIBRARY_PATH="$HOME/apps/openssl/lib/:$LD_LIBRARY_PATH" +</I>><i> } +</I>><i> [/QUOTE] +</I>><i> +</I>><i> 5. Now when you want to use svn with <A HREF="https://">https://</A> or whatever just type "oldssl" +</I>><i> first. +</I>><i> +</I>><i> ------------- +</I>><i> +</I>><i> I've tried to fix svn in Cauldron, but rebuilding it didn't help, and trying to +</I>><i> rebuild libneon0.27 caused "%check" to fail. This was reported here: +</I>><i> +</I>><i> <A HREF="http://lists.manyfish.co.uk/pipermail/neon/2012-June/001473.html">http://lists.manyfish.co.uk/pipermail/neon/2012-June/001473.html</A> +</I>><i> +</I> +I am not on the ML so can't reply to the thread but debug.log seems to +be the interesting one: + +******* Running test 18: client_cert_pkcs12 ******** +HTTP session to <A HREF="https://localhost:7777">https://localhost:7777</A> begins. +ssl: SNI enabled by default. +ssl: Match common name 'ignored.example.com' against '' +Identity match for '': bad +ssl: Match common name 'nowhere.example.com' against '' +Identity match for '': bad +Running pre_send hooks +Sending request headers: +GET /foo HTTP/1.1^M +Keep-Alive: ^M +Connection: TE, Keep-Alive^M +TE: trailers^M +Host: localhost:7777^M +^M +Sending request-line and headers: +Doing DNS lookup on localhost... +req: Connecting to 127.0.0.1:7777 +Doing SSL negotiation. +Supplying client certificate. +sess: Closing connection. +sess: Connection closed. +Request ends, status 0 class 0xx, error line: +SSL handshake failed: SSL error: digest too big for rsa key +Running destroy hooks. +Request ends. +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="017346.html">[Mageia-dev] Security updates - Help needed (also forgot avidemux and gstreamer0.10-ffmpeg) +</A></li> + <LI>Next message: <A HREF="017127.html">[Mageia-dev] Old OpenSSL HOWTO [was Re: openssl regression] +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#17126">[ date ]</a> + <a href="thread.html#17126">[ thread ]</a> + <a href="subject.html#17126">[ subject ]</a> + <a href="author.html#17126">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |