Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
efc68383ecb17c88fe1df8ed84b3f3d0e08a6dfc
/
tests
efc6838
Updated vectors to include secret.
by Ayrx
· 12 years ago
eb795d2
Renamed vectors/otp to vectors/oath
by Ayrx
· 12 years ago
4300f6c
Added test vectors for HOTP and TOTP algorithms.
by Ayrx
· 12 years ago
e4f7874
pytest marks for RSA
by Paul Kehrer
· 12 years ago
41ace0a
Merge pull request #559 from public/rsa-keys
by Paul Kehrer
· 12 years ago
bc29f5b
Make tests more explicit.
by Alex Stapleton
· 12 years ago
a3b8550
Check that public_exponent is odd
by Alex Stapleton
· 12 years ago
e237637
Use os.path.join to make paths
by Alex Stapleton
· 12 years ago
4eaab17
More sanity checks
by Alex Stapleton
· 12 years ago
d258222
remove deactivate and replace with activate_builtin_random
by Paul Kehrer
· 12 years ago
c91f239
Merge branch 'master' into urandom-engine
by Paul Kehrer
· 12 years ago
7d69d3a
Test alias properties
by Alex Stapleton
· 12 years ago
3829bc2
Check p*q=n in the tests
by Alex Stapleton
· 12 years ago
5d17ab3
Sanity check keys.
by Alex Stapleton
· 12 years ago
52026b8
RSA keys
by Alex Stapleton
· 12 years ago
58f27ac
PKCS #1 RSA test vector loader
by Alex Stapleton
· 12 years ago
09d08ae
Made OpenSSL's derive_pbkdf2_hmac raise the right exception
by Alex Gaynor
· 12 years ago
1389acb
assert the right thing
by Paul Kehrer
· 12 years ago
e4acd5d
Merge branch 'master' into urandom-engine
by Paul Kehrer
· 12 years ago
53f6dbc
Merge branch 'master' into prioritized-multi-backend
by Alex Gaynor
· 12 years ago
450bb4c
Rename and document
by Alex Gaynor
· 12 years ago
15ac790
Properly mark all test cases as dependant on HMAC.
by David Reid
· 12 years ago
d69e950
Don't forget InvalidKey.
by David Reid
· 12 years ago
6385561
Import exception classes instead of the exceptions module.
by David Reid
· 12 years ago
15fd643
Don't expose extract and expand on this class yet because we don't know how best to expose verify functionality, continue testing the stages using the private methods.
by David Reid
· 12 years ago
f3f8df3
Complete test coverage
by David Reid
· 12 years ago
e03a289
Use six.u for great good.
by David Reid
· 12 years ago
98c182f
Consistently use double quotes.
by David Reid
· 12 years ago
ec4155a
Aggressively type-check for text.
by David Reid
· 12 years ago
fec6d14
bytes all the things.
by David Reid
· 12 years ago
bddcb34
Remove more leftovers from rebase.
by David Reid
· 12 years ago
c4e7563
Add test cases for length checking and already finalized.
by David Reid
· 12 years ago
3ddf989
Remove load_hkdf_vectors which snuck in with a rebase.
by David Reid
· 12 years ago
0d492db
Closer to proposed interface in #513.
by David Reid
· 12 years ago
1436730
Use the nist vector loader.
by David Reid
· 12 years ago
9b24cb8
Fix case.
by David Reid
· 12 years ago
41f12d7
Fix pep8.
by David Reid
· 12 years ago
5443e9d
Break up hkdf_derive into hkdf_extract and hkdf_expand.
by David Reid
· 12 years ago
a187836
This got split into SHA1 and SHA256
by David Reid
· 12 years ago
66c9cd9
Refactor HKDF support and provide vectors for tests.
by David Reid
· 12 years ago
e035ba9
add catastrophic failure check to tests
by Paul Kehrer
· 12 years ago
30ff19b
More detailed error message for InternalError
by Alex Stapleton
· 12 years ago
7581866
Handle multiple errors on the stack
by Alex Stapleton
· 12 years ago
719c897
Merge pull request #537 from public/pkcs1-vectors
by David Reid
· 12 years ago
d52b89b
change register/unregister to activate/deactivate
by Paul Kehrer
· 12 years ago
a45a770
pep8 fixes
by Alex Gaynor
· 12 years ago
62dd58f
PKCS#1 vectors
by Alex Stapleton
· 12 years ago
ebc5161
Fix
by Alex Gaynor
· 12 years ago
0929f8f
More direct tests
by Alex Gaynor
· 12 years ago
723bb96
Not true anymore
by Alex Gaynor
· 12 years ago
87899d4
Direct tests for the hash support
by Alex Gaynor
· 12 years ago
6ced2f6
Direct tests for the cipher support
by Alex Gaynor
· 12 years ago
19e19ae
Replace re-running all tests with some unit tests
by Alex Gaynor
· 12 years ago
fcaf976
Initial work on a prioritized multibackend for which implements CipherBackend
by Alex Gaynor
· 12 years ago
a85baf1
add windows support to random engine tests
by Paul Kehrer
· 12 years ago
5ff3167
Merge branch 'master' into urandom-engine
by Paul Kehrer
· 12 years ago
6fb1a5a
add test for null char replacement
by Paul Kehrer
· 12 years ago
2e8617b
rename test files
by Paul Kehrer
· 12 years ago
5c8ea70
add some unicode checks for salt on init and key_material on derive
by Paul Kehrer
· 12 years ago
1277bc7
okay this time really finish the rename. Up example iterations to 100k
by Paul Kehrer
· 12 years ago
695313f
remove length check (which cffi handles)
by Paul Kehrer
· 12 years ago
6f2a04b
test coverage, other changes
by Paul Kehrer
· 12 years ago
1050ddf
PBKDF2 support for OpenSSL backend
by Paul Kehrer
· 12 years ago
44fd074
add PBKDF2 SHA1 vectors from RFC 6070
by Paul Kehrer
· 12 years ago
8412e74
Convert the HKDF vectors to the NIST format.
by David Reid
· 12 years ago
36e651c
Represent the hash vectors more cleanly
by Alex Gaynor
· 12 years ago
f2e34be
Merge pull request #492 from public/py-thread-safe
by Alex Gaynor
· 12 years ago
29446cd
Remove the contenious test of contention
by Alex Stapleton
· 12 years ago
0d62fb0
Switch to using our own InternalError, instead of SystemError
by Alex Gaynor
· 12 years ago
7ce51f2
Split a test in half
by Alex Stapleton
· 12 years ago
06649cf
Also test the locking cb directly
by Alex Stapleton
· 12 years ago
17ed58d
Python implementation of OpenSSL locking callback
by Alex Stapleton
· 12 years ago
ec73839
SHA256 vectors.
by David Reid
· 12 years ago
580e883
Add HKDF vectors from RFC5869.
by David Reid
· 12 years ago
9eca43c
GCM support for CommonCrypto backend
by Paul Kehrer
· 12 years ago
81a68fc
Merge branch 'master' into urandom-engine
by Paul Kehrer
· 12 years ago
1de55b7
Merge branch 'master' into commoncrypto-cipher-backend
by Paul Kehrer
· 12 years ago
5ab6a20
make register_cipher_adapter private and fix cryptorref release
by Paul Kehrer
· 12 years ago
263a335
change cipher registry to store enums
by Paul Kehrer
· 12 years ago
a33a5e3
add error handler
by Paul Kehrer
· 12 years ago
966821a
add cipher support to the commoncrypto backend
by Paul Kehrer
· 12 years ago
aed9e17
revert fixture decorator for now, switch to append. no more globals
by Paul Kehrer
· 12 years ago
c421e63
modify backend selection to allow multiple backends via comma delimiter
by Paul Kehrer
· 12 years ago
681e7a5
better name for the variable
by Paul Kehrer
· 12 years ago
098579e
don't mutate _ALL_BACKENDS
by Paul Kehrer
· 12 years ago
34c075e
support --backend as a pytest flag to limit to one backend for testing
by Paul Kehrer
· 12 years ago
7416966
Merge branch 'master' into urandom-engine
by Paul Kehrer
· 12 years ago
fa47000
Merge pull request #459 from public/use-pytest-fixture
by Alex Gaynor
· 12 years ago
0d58373
Use pytest.fixture for backends
by Alex Stapleton
· 12 years ago
985d99d
bytes byte back
by Paul Kehrer
· 12 years ago
ab2cfc7
add check to confirm we've loaded error strings
by Paul Kehrer
· 12 years ago
44957cd
oops, bytes plz
by Paul Kehrer
· 12 years ago
8212882
don't leak a context in the test
by Paul Kehrer
· 12 years ago
cf77d3a
add tests to the openssl backend to verify that we've registered
by Paul Kehrer
· 12 years ago
0abdf87
add test marks to fernet so backends without cipher (or AES/CBC) will skip
by Paul Kehrer
· 12 years ago
5e612d0
add is_available() to CommonCrypto binding, use it for skipif
by Paul Kehrer
· 12 years ago
5001c3f
cover a missing branch in the commoncrypto bindings
by Paul Kehrer
· 12 years ago
cc4a42d
Add initial CommonCrypto bindings (no backend yet)
by Paul Kehrer
· 12 years ago
e9b2fdd
Merge pull request #415 from reaperhulk/remove-cast5-ecb-for-now
by Alex Gaynor
· 12 years ago
0f72bda
remove CAST5 for first release
by Paul Kehrer
· 12 years ago
Next »