What’s the difference between digest algorithm and signing algorithm? [migrated]

I’m reading rfc5652, there are different references of the two algorithm identifiers.
For example in this ASN.1 structure :
https://tools.ietf.org/html/rfc5652#section-5.3
When using RSA for signing; isn’t the digest algorithm represents t… Continue reading What’s the difference between digest algorithm and signing algorithm? [migrated]

Could an attack on time synchronization with a Galileo Satellite be used to spoof navigation messages with TESLA-based authentication?

I read about an attack on the TESLA protocol which will be used in Galileo’s navigation message authentication (Full article can be found here: https://doi.org/10.1007/978-3-319-49806-5_1)
Basically, an attacker delays all messages to make… Continue reading Could an attack on time synchronization with a Galileo Satellite be used to spoof navigation messages with TESLA-based authentication?

How to list all of the known root keys in docker (Docker Content Trust)

How can I list all of the Docker Content Trust root keys on my system?
I am setting up a CI process that will use the debian:stable-latest docker image to build my application’s releases in ephemeral cloud instances. I want to make sure th… Continue reading How to list all of the known root keys in docker (Docker Content Trust)

openssl verify error: unable to get local issuer certificate

I have a test certificate chain that I generated and it fails the openssl verify command:
openssl verify -CAfile ca_cert.pem -untrusted intermediate_cert.pem server_cert.pem

The output I get from the command is :
C = US, ST = CA, O = serv… Continue reading openssl verify error: unable to get local issuer certificate

How to verify PGP signature with signing key using Enigmail in Thunderbird [migrated]

I received an email like this above:
—–BEGIN PGP SIGNED MESSAGE—–
Hash: SHA1

Because anyone can claim to be me. There’s no validation of the user
name or email address when someone posts a comment. While I do try to
remove imposters… Continue reading How to verify PGP signature with signing key using Enigmail in Thunderbird [migrated]