Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: handle CryptoKeyExceptions in new crypto validation #751

Merged
merged 1 commit into from
Nov 28, 2016
Merged

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Nov 24, 2016

and add type hints to crypto_key

closes #750, issue #712

and add type hints to crypto_key

closes #750, issue #712
@codecov-io
Copy link

Current coverage is 100% (diff: 100%)

Merging #751 into master will not change coverage

@@           master   #751   diff @@
====================================
  Files          46     46          
  Lines        9172   9178     +6   
  Methods         0      0          
  Messages        0      0          
  Branches        0      0          
====================================
+ Hits         9172   9178     +6   
  Misses          0      0          
  Partials        0      0          

Powered by Codecov. Last update c43788c...f451295


"""
self._values = []
self._values = [] # type: List[Dict[str, str]]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@bbangert bbangert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+

@bbangert bbangert merged commit cefe478 into master Nov 28, 2016
@bbangert bbangert deleted the fix/750 branch November 28, 2016 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

handle CryptoKeyExceptions in new crypto header validation
4 participants