Home | History | Annotate | Download | only in update_engine

Lines Matching full:certificate

38   // Takes an openssl X509_STORE_CTX, extracts the corresponding certificate
42 // |x509_ctx| is the pointer to the openssl object that holds the certificate.
43 // |out_depth| is the depth of the current certificate, in the certificate
60 // The certificate is valid and the same as seen before or the first time we
61 // see a certificate.
63 // The certificate is valid, but is different than a previously seen
64 // certificate for the selected server.
66 // The certificate validation failed.
96 // Called whenever a certificate is checked for the server |server_to_check|
97 // passing the result of said certificate check.
118 // Set the certificate observer to the passed instance. To remove the
132 // certificate, in order to determine if it has changed since the last
136 // each certificate on the server and returns 1 for success and 0 for failure.
145 // Checks if server certificate stored in |x509_ctx| has changed since last
148 // certificate check is passed to the observer, if any. Returns true on
154 // Notifies the observer, if any, of a certificate checking.
167 // The observer called whenever a certificate is checked, if not null.