On 20.09.2017 18:33, Jordan Brown wrote:
Q: Does OpenSSL's trust-list verification support trusting multiple
certificates with the same subject name and overlapping validity periods?
do these replacement certificates have the same serial number and the
same private key?
smime.p7s
Descri
On Tue, February 21, 2017 12:16, Jakob Curdes wrote:
> Hi, I am new to the list and have a question where it seems I cannot find
> the answer in archives here or in other sources.
>
> We want to verify the certificate chain of an "official" certificate, but
> including the revocation status of the
Hello,
openssl s_client -connect mailhost:25 -starttls smtp
displays this:
CONNECTED(0003)
depth=0 OU = Domain Control Validated, CN = ...
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 OU = Domain Control Validated, CN = ...
verify error:num=27:certifica
On 18.12.2016 17:21, sahorwitz wrote:
I am obviosly a newbie and missing something. How then do I encrypt the file
on one machine (little endian), transmit it to another machine (big endian)
and decrypt it there?
similar to this:
encrypt
openssl enc -e -in file -out encryptfile -aes-256-gcm