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
*
expose tbs_certrequest_bytes and signature on CertificateSigningRequest
Paul Kehrer
2015-12-03
1
-0
/
+132
*
implement support for encoding name constraints
Paul Kehrer
2015-12-02
1
-0
/
+35
*
Add support for 160 bit ARC4 keys
Ehren Kret
2015-11-28
1
-0
/
+1
*
test name fix
Erik Trauschke
2015-11-19
1
-1
/
+1
*
add tbsCertList and signature interfaces to CRLs
Erik Trauschke
2015-11-19
1
-0
/
+38
*
rename tbs_certificate to tbs_certificate_bytes, add a comment
Paul Kehrer
2015-11-03
1
-9
/
+9
*
skip check
Paul Kehrer
2015-11-03
1
-0
/
+1
*
add support for Certificate signature and tbs_certificate
Paul Kehrer
2015-11-03
1
-1
/
+184
*
Swapping modified x509 test with modified ec test
Peter Hamilton
2015-10-30
2
-14
/
+4
*
Fixing fixture import order
Peter Hamilton
2015-10-30
1
-1
/
+1
*
Adding test usage for elliptic curve fixtures
Peter Hamilton
2015-10-30
1
-2
/
+3
*
Adding elliptic curve test fixtures
Peter Hamilton
2015-10-29
1
-0
/
+296
*
Error cleanly if the public and private keys to an ECDH key exchange are on d...
Alex Gaynor
2015-10-28
1
-1
/
+27
*
add ellipticcurvepublicnumbers repr
Paul Kehrer
2015-10-28
1
-0
/
+5
*
Merge pull request #2447 from reaperhulk/encode-decode-point
Alex Gaynor
2015-10-27
1
-0
/
+67
|
\
|
*
address review feedback
Paul Kehrer
2015-10-28
1
-7
/
+0
|
*
modify approach to use EllipticCurvePublicNumbers methods
Paul Kehrer
2015-10-27
2
-73
/
+76
|
*
remove support for null points, improve docs
Paul Kehrer
2015-10-27
1
-2
/
+4
|
*
add support for encoding/decoding elliptic curve points
Paul Kehrer
2015-10-26
1
-2
/
+71
*
|
Merge pull request #2435 from reaperhulk/fix-2407
Alex Gaynor
2015-10-27
1
-0
/
+41
|
\
\
|
|
/
|
/
|
|
*
work on py3
Paul Kehrer
2015-10-27
1
-2
/
+2
|
*
remove unneeded str
Paul Kehrer
2015-10-27
1
-2
/
+2
|
*
switch to using pyasn1_modules for the test
Paul Kehrer
2015-10-27
1
-12
/
+14
|
*
encode countryName with PrintableString
Paul Kehrer
2015-10-20
1
-0
/
+39
*
|
Merge pull request #2220 from reaperhulk/encode-cp
Alex Gaynor
2015-10-24
1
-0
/
+89
|
\
\
|
*
|
support encoding certificate policies in CertificateBuilder
Paul Kehrer
2015-10-24
1
-0
/
+89
*
|
|
Merge pull request #2293 from reaperhulk/idempotent-engine-add
Alex Gaynor
2015-10-24
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
make engine addition idempotent
Paul Kehrer
2015-10-21
1
-2
/
+2
*
|
|
typo
Alex Gaynor
2015-10-24
1
-1
/
+1
*
|
|
Fixed #2444 -- added an __hash__ to x509 Names
Alex Gaynor
2015-10-24
1
-0
/
+17
*
|
|
add comments on test cases to explain reasons a bit better
Paul Kehrer
2015-10-22
1
-0
/
+5
*
|
|
make skip message more verbose
Paul Kehrer
2015-10-21
1
-11
/
+10
*
|
|
AES keywrap support
Paul Kehrer
2015-10-21
1
-0
/
+112
|
/
/
*
|
fix some indentation
Paul Kehrer
2015-10-21
1
-2
/
+2
*
|
test fix
Erik Trauschke
2015-10-21
1
-0
/
+2
*
|
remove convenience functions for revoked extensions
Erik Trauschke
2015-10-21
1
-10
/
+11
*
|
Merge branch 'master' into crl_ossl_backend
Erik Trauschke
2015-10-20
6
-8
/
+163
|
\
\
|
*
|
add __repr__ to x509.Extensions
Paul Kehrer
2015-10-20
1
-0
/
+14
|
|
/
|
*
better place for this test
Alex Gaynor
2015-10-19
2
-7
/
+16
|
*
another test
Alex Gaynor
2015-10-19
1
-0
/
+7
|
*
removed unused code, and added a test
Alex Gaynor
2015-10-19
1
-12
/
+13
|
*
be more pro-active in handling invalid keys
Alex Gaynor
2015-10-18
1
-23
/
+27
|
*
unused
Alex Gaynor
2015-10-17
1
-6
/
+0
|
*
a refactor to the API
Alex Gaynor
2015-10-17
3
-76
/
+59
|
*
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
Simo Sorce
2015-10-17
3
-3
/
+117
|
*
Fix load_kasvs_ecdh_vectors() COUNT sourcing
Simo Sorce
2015-10-13
2
-3
/
+3
|
*
Catch Invalid X or Y points and raise a ValueError
Simo Sorce
2015-10-12
1
-0
/
+29
*
|
Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into cr...
Erik Trauschke
2015-10-20
2
-0
/
+258
|
\
\
|
|
/
|
/
|
|
*
removing caching mechanism for x509 properties
Erik Trauschke
2015-10-15
1
-19
/
+18
|
*
use X509ExtensionParser for Revoked extensions
Erik Trauschke
2015-10-14
1
-17
/
+12
[next]