Pirmin Duss
190b4784c5
openssl: do not depend on ARM CPU probing
...
With this commit libcrypto does not use ARM NEON extension as long as
SPECS includes "neon". arm_v7a does declare "neon" per default while
arm_v8a does.
Issue #3773
2021-02-23 12:07:16 +01:00
Christian Helmuth
f23e302475
Update OpenSSL to version 1.1.1i
...
Note, OpenSSL now comes as one combined depot archive *openssl* that
replaces the former *libssl* and *libcrypto* archives. The libraries are
still separate binaries for compatibility with legacy software.
Issue #3773
2021-02-23 12:07:16 +01:00
Christian Helmuth
7d2eb71094
openssl: update to current version 1.0.2u
2020-05-18 10:16:15 +02:00
Josef Söntgen
c58ad11f2f
libports: update OpenSSL to 1.0.2q
...
And enable SSL_CONF_* in libssl, needed by lighttpd's mod_openssl.
Issue #3069 .
2019-01-07 12:33:54 +01:00
Emery Hemingway
72cb71c827
Replace SHA1 hashes of port downloads with SHA256
...
Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.
Ref #2767
2018-05-30 13:36:22 +02:00
Christian Helmuth
e3d1b8b044
openssl: clarify error message on missing /dev/random
2018-02-28 11:05:04 +01:00
Josef Söntgen
f32344138f
openssl: patch source relative paths in SSL
2017-11-30 11:23:06 +01:00
Christian Helmuth
c3ce1887a2
openssl: fix download location
...
Issue #1295
2014-11-20 17:05:59 +01:00
Christian Prochaska
c41a102bc4
Add 'check_tool' function to new ports mechanism
...
Fixes #1254 .
2014-10-10 13:02:30 +02:00
Josef Söntgen
225dcf897b
openssl: update to version 1.0.1i
...
Just a normal version bump, though we should revise the openssl port
regarding explicit memset() etc. issues.
Fixes #1236 .
2014-08-22 16:16:40 +02:00
Josef Söntgen
e23a0c8a13
openssl: use Genode specific RAND backend
...
The backend merely provides simpler access to '/dev/random' because
on Genode the common random device checks are unnecessary.
Fixes #1236 .
2014-08-22 16:16:40 +02:00
Norman Feske
615830e107
Enable hash checks for ports mechanism
2014-05-27 13:45:03 +02:00
Norman Feske
85a2ebc1c4
libports: migrate to new ports mechanism
...
Issue #1082
2014-05-27 11:14:42 +02:00