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: 28
Popularity: 2.48
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 Next › Last »

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.

webdawg commented on 2023-06-01 12:08 (UTC) (edited on 2023-06-01 12:08 (UTC) by webdawg)

FYI this does not compile anymore. I use it for foxitreader (which has been discontinued for linux), and there is a cert or envelope error at the end. I do not have a copy / paste of the issue at this time.

tls1 commented on 2023-05-12 00:24 (UTC) (edited on 2023-05-12 00:25 (UTC) by tls1)

Hi sorry Im a noob.

I uninstalled and tried reinstall using pacman but get an error

paru: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Furthermore, I'm getting an error building manually: Error: One or more files did note pass the validityr checks!

Now exa, paru, pacman, and a bunch of other programs are broken. Plz any help would be super appreciated!

Toolybird commented on 2023-03-20 18:46 (UTC)

Bringing this to your attention due to closure in the main Arch bug tracker.

https://bugs.archlinux.org/task/67858

nns commented on 2023-01-20 08:53 (UTC)

I've added a compiler flag to not error out with unused linker flags.

I've also identified an issue with the NIST curve when compiling with newer clang releases. This had been fixed in 1.1.1, so I backported the patch for this version as well.

This means that you should be able to compile with clang without issues.