index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_utils.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
import order fixes for future automated checking
Paul Kehrer
2014-03-19
1
-4
/
+4
|
*
remove a comma that was pointlessly added
Paul Kehrer
2014-03-18
1
-1
/
+1
|
*
add headers to each test so the file source can be determined
Paul Kehrer
2014-03-18
1
-1
/
+11
|
*
another file permutation for rsa nist tested.
Paul Kehrer
2014-03-18
1
-1
/
+62
|
*
expand RSA NIST vector loader to support verification vectors as well
Paul Kehrer
2014-03-18
1
-4
/
+75
|
*
change rsa nist loader to use strings for algorithm name
Paul Kehrer
2014-03-16
1
-3
/
+3
|
*
Add the vectors for different (L,N) pairs again for the loader test
Mohammed Attia
2014-03-13
1
-108
/
+246
|
*
Change flag to a bool
Mohammed Attia
2014-03-13
1
-94
/
+92
|
*
Remove some of the vectors in the loader test
Mohammed Attia
2014-03-12
1
-577
/
+2
|
*
Use iteritems from the six module for Python 3 compatibility
Mohammed Attia
2014-03-12
1
-1
/
+3
|
*
Decrease loader test size
Mohammed Attia
2014-03-12
1
-575
/
+1
|
*
Add loader and loader test for FIPS DSA KeyPair vectors
Mohammed Attia
2014-03-12
1
-1
/
+1370
|
*
add FIPS RSA test loader + tests
Paul Kehrer
2014-03-10
1
-1
/
+65
|
*
Added future imports and licenses that are missing
Alex Gaynor
2014-03-08
1
-0
/
+2
|
*
these examples should be bytes to be consistent with other loaders
Paul Kehrer
2014-02-19
1
-37
/
+38
|
*
rename msg -> message in pkcs1 loader
Paul Kehrer
2014-02-18
1
-13
/
+14
|
*
expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples
Paul Kehrer
2014-02-17
1
-8
/
+125
|
*
remove openssl vector loader that is no longer in use
Paul Kehrer
2014-02-16
1
-53
/
+2
|
*
add crt coefficients to RSAPrivateKey constructor and update tests
Paul Kehrer
2014-02-12
1
-2
/
+29
|
*
Updated vectors to include secret.
Ayrx
2014-02-10
1
-0
/
+16
|
*
Added test vectors for HOTP and TOTP algorithms.
Ayrx
2014-02-09
1
-0
/
+98
|
*
PKCS #1 RSA test vector loader
Alex Stapleton
2014-02-05
1
-1
/
+298
|
*
add test for null char replacement
Paul Kehrer
2014-01-29
1
-0
/
+19
|
*
revert fixture decorator for now, switch to append. no more globals
Paul Kehrer
2014-01-19
1
-8
/
+8
|
*
modify backend selection to allow multiple backends via comma delimiter
Paul Kehrer
2014-01-18
1
-5
/
+26
|
*
support --backend as a pytest flag to limit to one backend for testing
Paul Kehrer
2014-01-13
1
-1
/
+22
|
*
backend support check now lists which backend caused the skip
Paul Kehrer
2014-01-03
1
-1
/
+1
|
*
change typeerror to valueerror
Paul Kehrer
2013-12-27
1
-1
/
+1
|
*
rename the method to be less horribly named
Paul Kehrer
2013-12-26
1
-7
/
+7
|
*
add mark that allows us to do skip tests on backends via decorators
Paul Kehrer
2013-12-26
1
-1
/
+32
|
*
Move stuff around and coverage
Alex Gaynor
2013-12-24
1
-1
/
+20
|
*
simplify nist loader to completely ignore sections
Paul Kehrer
2013-11-18
1
-26
/
+26
|
*
modify nist loader to support multi-line GCM sections
Paul Kehrer
2013-11-18
1
-0
/
+20
|
*
GCM loader support
Paul Kehrer
2013-11-12
1
-0
/
+130
|
*
flake8
Alex Gaynor
2013-11-12
1
-0
/
+1
|
*
fixed bytes
Alex Gaynor
2013-11-12
1
-4
/
+4
|
*
simplify
Alex Gaynor
2013-11-12
1
-11
/
+17
|
*
Simplify and make better hte tests for load_from_file
Alex Gaynor
2013-11-12
1
-154
/
+11
|
*
Remove separate file loaders and replace with one
Paul Kehrer
2013-11-11
1
-11
/
+13
|
|
|
|
All tests updated to work with the new simplified loader
*
Removed some tests that are now duplicates
Alex Gaynor
2013-11-11
1
-159
/
+2
|
*
Ignore the sections of the NIST files
Alex Gaynor
2013-11-11
1
-5
/
+111
|
*
update tests for new test vector locations
Paul Kehrer
2013-10-31
1
-2
/
+2
|
*
restructure vectors into ciphers/hashes/hmac
Paul Kehrer
2013-10-30
1
-5
/
+10
|
*
HMAC support
Paul Kehrer
2013-10-28
1
-0
/
+16
|
|
|
|
|
|
Conflicts: docs/primitives/index.rst tests/hazmat/primitives/utils.py
*
Enable all the flake8
Alex Gaynor
2013-10-21
1
-4
/
+6
|
*
Test what happens when an invalid line is in the cryptrec vectors
Donald Stufft
2013-10-19
1
-0
/
+14
|
*
update loader and test to handle lines with brackets
Paul Kehrer
2013-10-18
1
-0
/
+1
|
*
alphabetical import order and quote consistency...
Paul Kehrer
2013-10-18
1
-10
/
+10
|
*
hash vector loader and tests
Paul Kehrer
2013-10-18
1
-1
/
+56
|
*
flake8 fixes
Alex Gaynor
2013-10-16
1
-1
/
+1
|
[next]