python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
[Flutter]: How to get public key PEM string from the x509 certificate PEM string
I need the way to extract PEM string of Public Key from the x509 certificate PEM string.
Now i'm using basic_utils package, that can generate x509Certificate object from the giving PEM string.
This x5...

Eugene Alitz
Votes: 0
Answers: 2
Get x509 TLS certificate with golang crypto/tls
I want to retrieve PEM encoded server certificate in golang. The output should be the same as we'd get with
openssl s_client -showcerts -connect example.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END ...
Moazzem Hossen
Votes: 0
Answers: 0
Is it valid to have a certificate chain contained within START/END CERTIFICATE labels in a PEM file?
I have a pem file that is structured as follows:
-----BEGIN CERTIFICATE-----
<leaf cert details in Base64>
<root cert details in Base64>
-----END CERTIFICATE-----
instead of how I would t...
Jayde
Votes: 0
Answers: 0
Inconsistent results of certificate chain verification
I am getting inconsistent results of certificate chain verification with different OpenSSL libraries. The chain is verified successfully on MacOS using LibreSSL 2.8.3 and fails on Linux machine with O...
mrtowel
Votes: 0
Answers: 0