From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- openssl/x509/struct.X509StoreContext.html | 106 ++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 openssl/x509/struct.X509StoreContext.html (limited to 'openssl/x509/struct.X509StoreContext.html') diff --git a/openssl/x509/struct.X509StoreContext.html b/openssl/x509/struct.X509StoreContext.html new file mode 100644 index 0000000..e5722df --- /dev/null +++ b/openssl/x509/struct.X509StoreContext.html @@ -0,0 +1,106 @@ + + + + + + + + + + openssl::x509::X509StoreContext - Rust + + + + + + + + + + + + + + + +
+

Struct openssl::x509::X509StoreContext + + [] + + [src]

+
pub struct X509StoreContext {
+    // some fields omitted
+}

Methods

impl X509StoreContext

fn new(ctx: *mut X509_STORE_CTX) -> X509StoreContext

+

fn get_error(&self) -> Option<X509ValidationError>

+

fn get_current_cert<'a>(&'a self) -> Option<X509<'a>>

+
+ + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3