index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
require mode nonce/iv/tag data to be bytes
Paul Kehrer
2016-03-07
1
-0
/
+30
*
pass bytes to modes/algorithms like we should
Paul Kehrer
2016-03-07
11
-40
/
+40
*
Merge pull request #2670 from joernheissler/x509_req_verify
Paul Kehrer
2016-03-06
1
-0
/
+16
|
\
|
*
Change method to property
Joern Heissler
2016-01-18
1
-7
/
+5
|
*
Add verify method on CertificateSigningRequest
Joern Heissler
2016-01-13
1
-1
/
+19
*
|
Merge pull request #2766 from reaperhulk/fix-2665
Alex Gaynor
2016-03-06
1
-0
/
+14
|
\
\
|
*
|
raise ValueError if > 2 byte value for NameAttribute with CN OID
Paul Kehrer
2016-03-06
1
-0
/
+14
*
|
|
Merge pull request #2762 from alex/dedupe-doubles
Paul Kehrer
2016-03-06
11
-145
/
+85
|
\
\
\
|
*
|
|
standard future import
Alex Gaynor
2016-03-06
1
-0
/
+2
|
*
|
|
turns out you have to _commit_ the file you wrote. who knew!
Alex Gaynor
2016-03-05
1
-0
/
+41
|
*
|
|
Un-double the test doubles
Alex Gaynor
2016-03-05
10
-145
/
+42
|
|
/
/
*
|
|
make the test function name make sense
Alex Gaynor
2016-03-05
1
-1
/
+1
*
|
|
move key
Alex Gaynor
2016-03-05
2
-73
/
+75
*
|
|
wrap some very long lines
Alex Gaynor
2016-03-05
1
-8
/
+80
*
|
|
Added a failing test case for #2760
Alex Gaynor
2016-03-05
1
-0
/
+36
|
/
/
*
|
Send stderr someplace
Alex Gaynor
2016-02-27
1
-1
/
+2
*
|
added another test
Alex Gaynor
2016-02-27
1
-3
/
+15
*
|
better name for this test
Alex Gaynor
2016-02-27
1
-1
/
+1
*
|
whitespace
Alex Gaynor
2016-02-27
1
-1
/
+0
*
|
Fixed #2732 -- added support for x.509 policy constraints extension
Alex Gaynor
2016-02-27
1
-0
/
+22
*
|
Merge pull request #2733 from reaperhulk/policy-constraints
Alex Gaynor
2016-02-26
1
-0
/
+35
|
\
\
|
*
|
add policy constraints class
Paul Kehrer
2016-02-26
1
-0
/
+35
*
|
|
Don't try to use hypothesis on Python 2.6, upstream dropped support
Alex Gaynor
2016-02-19
1
-0
/
+4
*
|
|
Actually allocate a buffer that is the correct size.
Tristan Seligmann
2016-02-08
1
-2
/
+3
|
/
/
*
|
Refs #2578 -- implement __hash__ on InhibitAnyPolicy
Eeshan Garg
2016-02-01
1
-0
/
+7
*
|
Refs #2578 -- implement __hash__ on AccessDescription
Eeshan Garg
2016-01-31
1
-0
/
+16
*
|
support rsa key generation testing when key is not serializable
Paul Kehrer
2016-01-30
1
-1
/
+10
*
|
fernet fix: ignore the timestamp entirely when no ttl is set
Paul Kehrer
2016-01-21
1
-0
/
+9
*
|
resolve the TODO, random block sizes
Alex Gaynor
2016-01-13
1
-5
/
+6
*
|
Added hypothesis tests for padding
Alex Gaynor
2016-01-13
1
-0
/
+20
|
/
*
Write some tests for skip conditions in tests.
Alex Gaynor
2016-01-10
3
-25
/
+63
*
give a real EVP_PKEY with an invalid default key type to the test
Paul Kehrer
2016-01-07
1
-2
/
+0
*
opaque EVP_PKEY since EVP_PKEY_id exists
Paul Kehrer
2016-01-07
1
-1
/
+1
*
refactor the init validation of AuthorityKeyIdentifier
Paul Kehrer
2016-01-05
1
-0
/
+7
*
Merge pull request #2635 from alex/rfc-hash
Paul Kehrer
2016-01-03
1
-0
/
+8
|
\
|
*
Implement __hash__ on RFC822Name
Alex Gaynor
2016-01-03
1
-0
/
+8
*
|
Implement __hash__ on UniformResourceIdentifier
Alex Gaynor
2016-01-03
1
-0
/
+8
|
/
*
Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux
Alex Gaynor
2015-12-31
2
-4
/
+24
|
\
|
*
support unrecognized extensions in x509
Paul Kehrer
2015-12-30
2
-4
/
+24
*
|
don't allow UnrecognizedExtension with get_extension_for_class
Paul Kehrer
2015-12-30
1
-0
/
+5
|
/
*
py3 repr will be different
Paul Kehrer
2015-12-30
1
-4
/
+10
*
add UnrecognizedExtension class
Paul Kehrer
2015-12-30
1
-0
/
+51
*
move test
Paul Kehrer
2015-12-27
2
-29
/
+38
*
pep8 fix, rename test, add a comment to explain it
Paul Kehrer
2015-12-27
1
-2
/
+6
*
Move private key initialization out of pytest.raises block
Christopher Grebs
2015-12-27
1
-1
/
+3
*
Fix test again and add pytest.raises statement
Christopher Grebs
2015-12-27
1
-9
/
+8
*
Fixed test scenario to use different key.
Christopher Grebs
2015-12-27
1
-2
/
+2
*
Add simple test that would fail on decryption
Christopher Grebs
2015-12-27
1
-0
/
+23
*
Merge pull request #2598 from reaperhulk/index-cp
Alex Gaynor
2015-12-27
1
-0
/
+10
|
\
|
*
support indexing in CertificatePolicies
Paul Kehrer
2015-12-27
1
-0
/
+10
[next]