mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Merge branch 'master' of github.com:research/chocolate
This commit is contained in:
commit
7f6f3e785e
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
from chocolate_protocol_pb2 import chocolatemessage
|
||||
from Crypto.Hash import SHA256
|
||||
import M2Crypto
|
||||
import urllib2, os, sys, time, random, CSR, sys
|
||||
import CSR
|
||||
from CSR import M2Crypto
|
||||
import urllib2, os, sys, time, random, sys
|
||||
# CSR.py here should be a symlink to ../server-ca/CSR.py
|
||||
|
||||
def sha256(m):
|
||||
|
|
|
|||
Loading…
Reference in a new issue