X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=ctypescrypto%2Foid.py;h=7d4fc21439206c0d196239755f6a2874ea9c9a4c;hb=0032b97ea6d4348c0f11ee160c824ebe2e181696;hp=9852043e0b936cf8e5b9dc5b0c25cbbed2011734;hpb=9a07daa396adaf452414e02fdaf3746351746224;p=oss%2Fctypescrypto.git diff --git a/ctypescrypto/oid.py b/ctypescrypto/oid.py index 9852043..7d4fc21 100644 --- a/ctypescrypto/oid.py +++ b/ctypescrypto/oid.py @@ -1,5 +1,6 @@ """ Interface to OpenSSL object identifier database. + It is primarily intended to deal with OIDs which are compiled into the database or defined in the openssl configuration files. @@ -8,6 +9,9 @@ """ from ctypescrypto import libcrypto from ctypes import c_char_p, c_void_p, c_int, create_string_buffer + +__all__ = ['Oid','create','cleanup'] + class Oid: """ Represents an OID. It can be consturucted by textual