Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
b078d8e1f446a1d2d13453e65e37fbaf4f6b17f2
/
tests
/
hazmat
/
primitives
/
utils.py
b078d8e
re-add some removed generators to simplify patch
by Paul Kehrer
· 12 years ago
783479c
refactor all tests to use mark instead of generator skips
by Paul Kehrer
· 12 years ago
2a36dd1
Cover a missed branch
by Alex Gaynor
· 12 years ago
f7b4ede
restrict gcm tags to a minimum of 4 bytes in length
by Paul Kehrer
· 12 years ago
a620b7d
don't modify params on parametrized tests
by Paul Kehrer
· 12 years ago
4eec0bb
pep8
by Alex Gaynor
· 12 years ago
21919e2
Make this less invasive
by Alex Gaynor
· 12 years ago
e5c5eec
Clean up test generation to not use generators anymore and use parametrization
by Alex Gaynor
· 12 years ago
b91221d
raise ValueErrors when supplying/not supplying tags for GCM
by Paul Kehrer
· 12 years ago
5a40896
create AEADEncryptionContext and DecryptionContext
by Paul Kehrer
· 12 years ago
0092c20
raise TypeError if you attempt to get the tag attribute on a decrypt
by Paul Kehrer
· 12 years ago
bc31fb2
rename add_data to authenticate_additional_data for clarity (hopefully)
by Paul Kehrer
· 12 years ago
a4bfc08
invalidtag exception for gcm
by Paul Kehrer
· 12 years ago
ce9c611
enforce AEAD add_data before update
by Paul Kehrer
· 12 years ago
24316fd
_AEADCipherContext refactor
by Paul Kehrer
· 12 years ago
cc9ec98
rename NotFinalized exception to NotYetFinalized because alex is right
by Paul Kehrer
· 12 years ago
22e80cb
GCM support
by Paul Kehrer
· 12 years ago
9a1b0c7
Use keyword argument forms everywhere.
by David Reid
· 12 years ago
077e76e
Explicit backend
by David Reid
· 12 years ago
217e3b5
Fixed using copied hashes
by Alex Gaynor
· 12 years ago
f7f6a9f
Remove separate file loaders and replace with one
by Paul Kehrer
· 12 years ago
4da28c3
ARC4 support
by Paul Kehrer
· 12 years ago
21dde56
block cipher rename
by Paul Kehrer
· 12 years ago
753ae19
Encode Reasons.
by David Reid
· 12 years ago
e3960f6
Strip down the HMAC interface to be HashContext.
by David Reid
· 12 years ago
bb0d3f0
Enforce that Hash takes a HashAlgorithm instance.
by David Reid
· 12 years ago
c3d029f
Fix python3 compat for the hash_test.
by David Reid
· 12 years ago
71102d8
Fix python3 compatibility and pep8
by David Reid
· 12 years ago
69aeb49
Reduce the surface of the primitive hash interface. Add more interfaces, drop direct hashlib compatibility.
by David Reid
· 12 years ago
2824ab7
make hmac (mostly) compatible with stdlib hmac
by Paul Kehrer
· 12 years ago
0317b04
HMAC support
by Paul Kehrer
· 12 years ago
ce0d781
Move the bindings into the hazmat module
by Donald Stufft
· 12 years ago
f04317a
Move primtives into a hazmat package
by Donald Stufft
· 12 years ago
[Renamed (98%) from tests/primitives/utils.py]
01fbdf7
Merge pull request #181 from reaperhulk/error-handling
by Alex Gaynor
· 12 years ago