summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-July/017126.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-July/017126.html')
-rw-r--r--zarb-ml/mageia-dev/2012-July/017126.html166
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 &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">shlomif at shlomifish.org</A>&gt; wrote:
+&gt;<i> Hi all,
+</I>&gt;<i>
+</I>&gt;<i> here is a small HOWTO about using OpenSSL with Mageia Cauldron applications
+</I>&gt;<i> that broke with the new version of the &quot;openssl&quot; package (1.0.1), such as svn
+</I>&gt;<i> with <A HREF="https://">https://</A> URLs:
+</I>&gt;<i>
+</I>&gt;<i> 1. Download openssl-1.0.0j.tar.gz from:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://www.openssl.org/source/">http://www.openssl.org/source/</A>
+</I>&gt;<i>
+</I>&gt;<i> 2. Unpack it.
+</I>&gt;<i>
+</I>&gt;<i> 3. Use the following shell script to configure it (you can customise the
+</I>&gt;<i> ossl_pref prefix to your liking:
+</I>&gt;<i>
+</I>&gt;<i> [QUOTE]
+</I>&gt;<i> #!/bin/bash
+</I>&gt;<i> ossl_pref=&quot;$HOME/apps/openssl&quot;
+</I>&gt;<i> ./config --prefix=&quot;$ossl_pref&quot; --openssldir=&quot;$ossl_pref/openssl&quot; shared
+</I>&gt;<i> [/QUOTE]
+</I>&gt;<i>
+</I>&gt;<i> There is more coverage of this here:
+</I>&gt;<i>
+</I>&gt;<i> <A HREF="http://www.devside.net/guides/linux/openssl">http://www.devside.net/guides/linux/openssl</A>
+</I>&gt;<i>
+</I>&gt;<i> 4. Add the following lines to your .bashrc:
+</I>&gt;<i>
+</I>&gt;<i> [QUOTE]
+</I>&gt;<i> oldssl()
+</I>&gt;<i> {
+</I>&gt;<i> export LD_LIBRARY_PATH=&quot;$HOME/apps/openssl/lib/:$LD_LIBRARY_PATH&quot;
+</I>&gt;<i> }
+</I>&gt;<i> [/QUOTE]
+</I>&gt;<i>
+</I>&gt;<i> 5. Now when you want to use svn with <A HREF="https://">https://</A> or whatever just type &quot;oldssl&quot;
+</I>&gt;<i> first.
+</I>&gt;<i>
+</I>&gt;<i> -------------
+</I>&gt;<i>
+</I>&gt;<i> I've tried to fix svn in Cauldron, but rebuilding it didn't help, and trying to
+</I>&gt;<i> rebuild libneon0.27 caused &quot;%check&quot; to fail. This was reported here:
+</I>&gt;<i>
+</I>&gt;<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>&gt;<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>