Hi,
We work on verification of code in our company.
We use the openssl to generate the key-pair and then to encrypt data using the
key-pair. However we would like to verify that we do everything correctly so we
want to encrypt independently using the private key. So our question is how do
we ext
> I don't think that's possible at the moment. There are no
> deterministically built operating systems yet.
This is rather sad. I think FreeBSD has
a project somewhere trying to move that way.
Hopefully all of the unix-likes are at least aware of
the concept, if not having an actual project for i
HI Manoj
if you check the documentation, it shows
18 X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: self signed certificatethe
passed certificate is self signed and the same certificate cannot be found
in the list of trusted certificates.
corresponding code can be found in x509_vfy.c, where you n