Package Details: openssl-1.0 1.0.2.u-6

Git Clone URL: https://aur.archlinux.org/openssl-1.0.git (read-only, click to copy)
Package Base: openssl-1.0
Description: The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
Upstream URL: https://www.openssl.org
Licenses: custom:BSD
Submitter: Foxboron
Maintainer: nns
Last Packager: nns
Votes: 34
Popularity: 2.28
First Submitted: 2022-12-20 20:54 (UTC)
Last Updated: 2023-06-01 12:58 (UTC)

Pinned Comments

nns commented on 2022-12-21 12:03 (UTC) (edited on 2022-12-27 08:31 (UTC) by nns)

If you recently updated your system and are wondering why your AUR helper is pulling this package (and possibly requesting PGP keys to be imported), then you have a package that depends on (or used to depend on) openssl-1.0, which is an old release of the OpenSSL library.

The openssl-1.0 package used to be packaged in the community repo - however, it was recently moved from there to the AUR.

Ensure that you still have packages that depend on openssl-1.0 using pacman:

pacman -Qi openssl-1.0

If you don't, then you may remove this package from your system.

If you have issues with PGP keys being imported, try another keyserver:

gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys \
  7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C \
  8657ABB260F056B1E5190839D9C4D26D0E604491

Latest Comments

1 2 3 4 Next › Last »

parsaazari commented on 2024-05-13 16:39 (UTC)

i finally could find it, through openssl site, either way thanks. can i find zip files of previous builds on archlinux site? i have been desperately trying to install an older version of davinci resolve but i cant find it anywhere and this error pops up whenever i try to compile something: DaVinci_Resolve_18.5.1_Linux.zip was not found in the build directory and is not a URL.

nns commented on 2024-05-12 19:07 (UTC)

It seems to be working fine on my end.

parsaazari commented on 2024-05-12 18:51 (UTC)

the link for source of openssl package is down. I found the github link instead https://github.com/openssl/openssl/releases/tag/OpenSSL_1_1_1s

baatochan commented on 2024-02-08 14:01 (UTC) (edited on 2024-02-08 14:01 (UTC) by baatochan)

I've encountered the issue with importing the keys as well. In my case it was related to the proxy server and the fact that the pgp command doesn't use the http-proxy env var by default. Might be helpful for those that are behind proxy - you need to use --keyserver-options "http-proxy=$http_proxy" param for pgp.

nns commented on 2023-09-11 07:11 (UTC)

Perhaps try another keyserver, for example keys.openpgp.org:

gpg --keyserver hkps://keys.openpgp.org --recv-keys \
  7953AC1FBC3DC8B3B292393ED5E9E43F7DF9EE8C \
  8657ABB260F056B1E5190839D9C4D26D0E604491

pepijn_k commented on 2023-09-09 16:12 (UTC)

@nns, @paulhart I'm getting the same error when trying the gpg command.

gpg: keyserver receive failed: Server indicated a failure

I'm not familiar at all with gpg. Is it possible I'm not meeting some other requirement?

nns commented on 2023-09-07 08:28 (UTC)

@paulhart, I just tested the command in the comment and it worked fine. Perhaps the Ubuntu keyserver was having issues when you tested - I recommend trying again.

paulhart commented on 2023-09-05 21:24 (UTC)

got the PGP signature verification issue; attempted to use the gpg command in the pinned comment, it returned "gpg: keyserver receive failed; Server indicates a failure".

nns commented on 2023-06-01 12:59 (UTC)

Patch added with updated certificates, tests should pass now and the package should build fine.

nns commented on 2023-06-01 12:20 (UTC)

It looks like the CMS test certificates are expired. I'm working on a patch.