Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cryptography
/
ff9bafee7cdd295bc5e79252a5f2ca6f8bf3c1fe
/
tests
/
test_utils.py
be8ce55
negative test
by Paul Kehrer
· 11 years ago
14951f4
rename dss_sig_value -> der_encode_dsa_signature
by Paul Kehrer
· 11 years ago
d3e3df9
use pyasn1 for creating the dss-sig-value structure
by Paul Kehrer
· 11 years ago
3fc686e
dss_sig_value: Pure python conversion of (r, s) to byte stream
by Paul Kehrer
· 11 years ago
462bd60
Fix some typos.
by Alex Gaynor
· 11 years ago
7ef2f8f
fix a coverage miss in the dsa sig vector loader
by Paul Kehrer
· 11 years ago
3c9e158
Modify DSA SigVer loader to be able to load SigGen vectors
by Mohammed Attia
· 11 years ago
0fb5d85
Add DSA SigVer vectors loader
by Mohammed Attia
· 11 years ago
6f72949
SigVer.rsp loading
by Alex Stapleton
· 11 years ago
24a2f07
Missed an unhexlify
by Alex Stapleton
· 11 years ago
fb812d6
Use binascii.hexlify instead of just hexlify
by Alex Stapleton
· 11 years ago
c387cf7
ECDSA SigGen.{txt,rsp} vector loader
by Alex Stapleton
· 11 years ago
cf04860
ECDSA vector loader
by Alex Stapleton
· 11 years ago
3fe9150
expand pkcs1 loader to support OAEP as well
by Paul Kehrer
· 11 years ago
85a791f
Pain the bikeshed a different colour
by Alex Stapleton
· 11 years ago
5e4c8c3
Fixes to @alex's comments
by Alex Stapleton
· 11 years ago
d80195e
Update tests
by Alex Stapleton
· 11 years ago
112963e
Address most of my own comments
by Alex Stapleton
· 11 years ago
a39a319
Move cryptography.vectors to cryptography_vectors
by Alex Stapleton
· 11 years ago
afc1ccd
import order fixes for future automated checking
by Paul Kehrer
· 11 years ago
ae37176
remove a comma that was pointlessly added
by Paul Kehrer
· 11 years ago
61666eb
add headers to each test so the file source can be determined
by Paul Kehrer
· 11 years ago
afc2518
another file permutation for rsa nist tested.
by Paul Kehrer
· 11 years ago
62707f1
expand RSA NIST vector loader to support verification vectors as well
by Paul Kehrer
· 11 years ago
dde5933
change rsa nist loader to use strings for algorithm name
by Paul Kehrer
· 11 years ago
2da0013
Add the vectors for different (L,N) pairs again for the loader test
by Mohammed Attia
· 11 years ago
49b9259
Change flag to a bool
by Mohammed Attia
· 11 years ago
22ccb87
Remove some of the vectors in the loader test
by Mohammed Attia
· 11 years ago
98afd76
Use iteritems from the six module for Python 3 compatibility
by Mohammed Attia
· 11 years ago
613f8bc
Decrease loader test size
by Mohammed Attia
· 11 years ago
987cc70
Add loader and loader test for FIPS DSA KeyPair vectors
by Mohammed Attia
· 11 years ago
2f2a206
add FIPS RSA test loader + tests
by Paul Kehrer
· 11 years ago
c37feed
Added future imports and licenses that are missing
by Alex Gaynor
· 11 years ago
2681180
these examples should be bytes to be consistent with other loaders
by Paul Kehrer
· 11 years ago
7d9c306
rename msg -> message in pkcs1 loader
by Paul Kehrer
· 11 years ago
efca280
expand pkcs1 loader to load PKCS1 v1.5 and PSS signature examples
by Paul Kehrer
· 11 years ago
d5c9f5a
remove openssl vector loader that is no longer in use
by Paul Kehrer
· 11 years ago
09328bb
add crt coefficients to RSAPrivateKey constructor and update tests
by Paul Kehrer
· 11 years ago
efc6838
Updated vectors to include secret.
by Ayrx
· 11 years ago
4300f6c
Added test vectors for HOTP and TOTP algorithms.
by Ayrx
· 11 years ago
58f27ac
PKCS #1 RSA test vector loader
by Alex Stapleton
· 12 years ago
6fb1a5a
add test for null char replacement
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
34c075e
support --backend as a pytest flag to limit to one backend for testing
by Paul Kehrer
· 12 years ago
f03334e
backend support check now lists which backend caused the skip
by Paul Kehrer
· 12 years ago
ec49550
change typeerror to valueerror
by Paul Kehrer
· 12 years ago
60fc8da
rename the method to be less horribly named
by Paul Kehrer
· 12 years ago
5a8fdf8
add mark that allows us to do skip tests on backends via decorators
by Paul Kehrer
· 12 years ago
2b3f942
Move stuff around and coverage
by Alex Gaynor
· 12 years ago
749ac5b
simplify nist loader to completely ignore sections
by Paul Kehrer
· 12 years ago
c985dbb
modify nist loader to support multi-line GCM sections
by Paul Kehrer
· 12 years ago
a43b669
GCM loader support
by Paul Kehrer
· 12 years ago
41172ab
flake8
by Alex Gaynor
· 12 years ago
c2f45d5
fixed bytes
by Alex Gaynor
· 12 years ago
ab53bc5
simplify
by Alex Gaynor
· 12 years ago
cee8d52
Simplify and make better hte tests for load_from_file
by Alex Gaynor
· 12 years ago
f7f6a9f
Remove separate file loaders and replace with one
by Paul Kehrer
· 12 years ago
cf5fb33
Removed some tests that are now duplicates
by Alex Gaynor
· 12 years ago
d3ce703
Ignore the sections of the NIST files
by Alex Gaynor
· 12 years ago
20884bf
update tests for new test vector locations
by Paul Kehrer
· 12 years ago
2b75867
restructure vectors into ciphers/hashes/hmac
by Paul Kehrer
· 12 years ago
0317b04
HMAC support
by Paul Kehrer
· 12 years ago
afdddca
Enable all the flake8
by Alex Gaynor
· 12 years ago
3359d7e
Test what happens when an invalid line is in the cryptrec vectors
by Donald Stufft
· 12 years ago
87cd0db
update loader and test to handle lines with brackets
by Paul Kehrer
· 12 years ago
79c16e9
alphabetical import order and quote consistency...
by Paul Kehrer
· 12 years ago
69e0652
hash vector loader and tests
by Paul Kehrer
· 12 years ago
745c95c
flake8 fixes
by Alex Gaynor
· 12 years ago
016eed1
Ported openssl vector tests
by Alex Gaynor
· 12 years ago
1fe70b1
Start of the great refactoring
by Alex Gaynor
· 12 years ago
6b99a1b
remove distinction between encrypt/decrypt in the openssl loader
by Paul Kehrer
· 12 years ago
05d7214
crazy pep8 contortions
by Paul Kehrer
· 12 years ago
1951bf6
add cryptrec and openssl test vector loaders + tests
by Paul Kehrer
· 12 years ago
f312a5c
Made the load NIST vectors test utility use bytes correctly
by Alex Gaynor
· 12 years ago
9e1a48b
Add a test utility functions to read & process NIST vector files
by Donald Stufft
· 12 years ago