Skip to content

Commit

Permalink
Replace modified hmac with stdlib one.
Browse files Browse the repository at this point in the history
My patch to improve copy() speed was apparently incorporated in some
form:

http://svn.python.org/view/python/trunk/Lib/hmac.py?revision=35467&view=markup
  • Loading branch information
Trevor committed Feb 1, 2012
1 parent 9a4d745 commit d6af9b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 104 deletions.
2 changes: 1 addition & 1 deletion tlslite/TLSRecordLayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from .mathtls import *
from .constants import *
from .utils.cryptomath import getRandomBytes
from .utils import hmac
from .fileobject import FileObject

import hmac
import socket
import errno
import traceback
Expand Down
103 changes: 0 additions & 103 deletions tlslite/utils/hmac.py

This file was deleted.

0 comments on commit d6af9b9

Please sign in to comment.