Active Topics

 


Reply
Thread Tools
Posts: 1,288 | Thanked: 4,316 times | Joined on Oct 2014
#11
As I recall it was pretty much straight forward.
But had to patch perlpath

diff -up openssl-1.0.1c/util/perlpath.pl.perlfind openssl-1.0.1c/util/perlpath.pl
--- openssl-1.0.1c/util/perlpath.pl.perlfind 2012-07-11 22:57:33.000000000 +0200
+++ openssl-1.0.1c/util/perlpath.pl 2012-07-12 00:31:12.102156275 +0200
@@ -4,10 +4,10 @@
# line in all scripts that rely on perl.
#

-require "find.pl";
+use File::Find;

$#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
-&find(".");
+find(\&wanted, ".");

sub wanted
{
 

The Following 2 Users Say Thank You to nieldk For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#12
Compiling a newer wget 1.16 is fixing the problem for wget.
For qt using the new version in cssu-devel with sni patch from jonwil is also fixing the problem.
 

The Following 2 Users Say Thank You to Halftux For This Useful Post:
Halftux's Avatar
Posts: 862 | Thanked: 2,511 times | Joined on Feb 2012 @ Germany
#13
Here my wget version and libssl1.0.2 for use with older openssl versions < 1.1.0h

libssl1.0.2_1.0.2l-2maemo1_armel.deb
wget_1.16-1maemo1_armel.deb

It could be that you need to set environment variables for the ca certificates. Look here.

When you use openssl >=1.1.0h you should use the version from openrepos.
 

The Following 2 Users Say Thank You to Halftux For This Useful Post:
Reply

Tags
certificate, hostname, openssl

Thread Tools

 
Forum Jump


All times are GMT. The time now is 08:08.