Hi all,
I have some base64 encoded data in my own buffer (a character array).
I want to decode this.
>From the man pages it appeared to me that I should
1) create a memory bio,
2) populate it with my base64 encoded data.
3) Create a base64 filter bio
4) Create a chain like this:
[base64_bio]
Hi All,
A very quick question regarding Certificate path validation. RFC5280
mentions that path validation begins at the trust anchor and proceeds
towards the end entity certificate. The public key from ith certificate is
used in verifying the signature on i+1th certificate (verification also
invol
Hi,
The certificate you got from the CA probably has a URL distribution point set
in it.
You didn't say what kind of cert you got (client or server?), or what is using
the cert (browser? or server?), but, for example, if it's a client cert, and
you're using it (for example) in a browser, then
Hi,
I have a CA-signed certificate chain and whenever the SSL
handshake is going on I see 'UnparseableException' related to CRL
URL's. This particular URL seems to point to the CA's LDAP. What
exactly is going on here ? The handshake succeeds but I am trying to
understand if this is an aut