does not require M2Crypto anymore
This commit is contained in:
parent
6609de4577
commit
eb9b6f0a9b
5 changed files with 60 additions and 29 deletions
|
@ -34,10 +34,11 @@ import crypto.ctypes_openssl
|
|||
|
||||
method_supported = {}
|
||||
|
||||
method_supported.update(crypto.m2.ciphers)
|
||||
method_supported.update(crypto.rc4_md5.ciphers)
|
||||
method_supported.update(crypto.salsa20_ctr.ciphers)
|
||||
method_supported.update(crypto.ctypes_openssl.ciphers)
|
||||
# let M2Crypto override ctypes_openssl
|
||||
method_supported.update(crypto.m2.ciphers)
|
||||
|
||||
|
||||
def random_string(length):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue