Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
hx509_crypto(3) 	      Heimdal x509 library		 hx509_crypto(3)

NAME
     hx509_crypto - hx509 crypto functions

SYNOPSIS
   Functions
     int hx509_verify_signature (hx509_context context, const hx509_cert signer,
	 const	AlgorithmIdentifier  *alg,  const heim_octet_string *data, const
	 heim_octet_string *sig)

Detailed Description
Function Documentation
   int hx509_verify_signature (hx509_context context, const  hx509_cert  signer,
     const  AlgorithmIdentifier  *  alg,  const  heim_octet_string * data, const
     heim_octet_string * sig)
     Verify a signature made using the private key of an certificate.

     Parameters
	 context A hx509 context.
	 signer the certificate that made the signature.
	 alg algorthm that was used to sign the data.
	 data the data that was signed.
	 sig the sigature to verify.

     Returns
	 An hx509 error code, see hx509_get_error_string().

Author
     Generated automatically by Doxygen for Heimdal x509 library from the source
     code.

Version 7.8.0			 Tue Nov 15 2022		 hx509_crypto(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=hx509_verify_signature&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help