commit | c704a2e46c9cca7ee7adac1d3b8fd84a378b5819 | [log] [tgz] |
---|---|---|
author | kjav <sam.rr.lee@gmail.com> | Mon Sep 07 12:12:27 2015 +0100 |
committer | kjav <sam.rr.lee@gmail.com> | Mon Sep 07 12:12:27 2015 +0100 |
tree | 0f883320df35664548862462334f429861ea1880 | |
parent | af894f5de9095629ffe8cfb0d49ab7a509278e9f [diff] |
Implemented empty state_string function
diff --git a/OpenSSL/SSL.py b/OpenSSL/SSL.py index f8f5e02..190e4ac 100644 --- a/OpenSSL/SSL.py +++ b/OpenSSL/SSL.py
@@ -1592,6 +1592,7 @@ :return: A string representing the state """ + return _ffi.string(_lib.SSL_state_string_long(self._ssl)) def server_random(self): """