Hi,
the x509 option of openssl does only use the first certificate in a file.
Continue reading openssl: Show all certificates of a certificate bundle file
Hi,
the x509 option of openssl does only use the first certificate in a file.
Continue reading openssl: Show all certificates of a certificate bundle file
Hi,
since openssl 1.1.0 it is possible to establish a HTTPs CONNECT connection to a (Web)server behind a http proxy.
Continue reading openssl: Establish a http connect behind a proxy
Hi,
openssl can verify certificates against the root CA/intermediate CA chain and also can check a crl list if a certificate is revoked.
Continue reading openssl: Verifiy failed with error 3 at 0 depth lookup: unable to get certificate CRL
Hi,
sometimes it is necessary to add an own root/intermediate CA top your machine CA store.
Continue reading Linux: Place own/custom certificates in /etc/ssl/certs
Hi,
the C# (.NET 4) RSACryptoServiceProvider->ImportCspBlob methode has the ability to import RSA (public) keys.
Continue reading C#: Import a rsa public key generated by openssl