Lines Matching refs:certificate
108 PGP-specific metadata, whereas X.509 has arbitrary certificate identifiers.
372 This allows for verification of certificate chains by adding each
373 certificate in order (starting closest to the root) to a keyring. For
376 certificate chain to be validated::
383 # Create and restrict a keyring for the certificate chain
387 # Attempt to add each certificate in the chain, starting with the
388 # certificate closest to the root.
393 If the final end-entity certificate is successfully added to the "chain"
398 restricting the keyring after linking the root certificate::
400 # Create a keyring for the certificate chain and add the root
408 # Attempt to add each certificate in the chain, starting with the
409 # certificate closest to the root.
414 If the final end-entity certificate is successfully added to the "chain2"
416 to the root certificate that was added before the keyring was restricted.
422 returned if the parent certificate could not be found, or -EKEYREJECTED is