index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
hazmat
/
backends
/
test_openssl.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
CertificateRevocationListBuilder
Paul Kehrer
2015-12-24
1
-3
/
+6
*
coverage
Paul Kehrer
2015-12-24
1
-0
/
+5
*
Change password callback to use userdata pointer
Christian Heimes
2015-12-20
1
-2
/
+15
*
better place for this test
Alex Gaynor
2015-10-19
1
-7
/
+0
*
another test
Alex Gaynor
2015-10-19
1
-0
/
+7
*
a refactor to the API
Alex Gaynor
2015-10-17
1
-11
/
+3
*
Add an Elliptic Curve Key Exchange Algorithm(ECDH)
Simo Sorce
2015-10-17
1
-0
/
+14
*
Use InternalError for stuff
Alex Gaynor
2015-09-26
1
-19
/
+1
*
fix the tests
Alex Gaynor
2015-09-26
1
-1
/
+2
*
add test for openssl_assert
Paul Kehrer
2015-09-25
1
-1
/
+6
*
pep8 fix
Paul Kehrer
2015-08-09
1
-2
/
+0
*
move a test
Paul Kehrer
2015-08-09
1
-26
/
+0
*
support issuer alternative name encoding
Paul Kehrer
2015-08-09
1
-1
/
+6
*
fix unsupported test
Paul Kehrer
2015-08-08
1
-1
/
+1
*
rename sign_x509_certificate backend method to create_x509_certificate
Paul Kehrer
2015-08-06
1
-1
/
+1
*
fix a few tests that were missed
Paul Kehrer
2015-08-05
1
-0
/
+2
*
missed one
Paul Kehrer
2015-08-03
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into cert-builder
Ian Cordasco
2015-08-03
1
-0
/
+27
|
\
|
*
this is gonna be unicode now
Paul Kehrer
2015-08-01
1
-3
/
+3
|
*
move urandom engine test
Paul Kehrer
2015-08-01
1
-0
/
+27
*
|
Add note to serial_number parameter about entropy
Ian Cordasco
2015-08-02
1
-11
/
+3
*
|
Remove CertificateBuilder.version
Ian Cordasco
2015-07-24
1
-3
/
+1
*
|
Add tests to test_openssl backend for extra coverage
Ian Cordasco
2015-07-20
1
-0
/
+39
|
/
*
pointer shenanigans
Glyph
2015-06-26
1
-9
/
+8
*
remove remaining vestiges, make adding twice work
Glyph
2015-06-26
1
-3
/
+1
*
compare contents and not pointers
Glyph
2015-06-26
1
-9
/
+12
*
Use SECP256R1 instead of SECT283K1 in CSR tests
Ian Cordasco
2015-06-24
1
-2
/
+2
*
Skip tests when the EC curve is unsupported
Ian Cordasco
2015-06-24
1
-0
/
+2
*
Add tests to the CSR Builder for EC and DSA keys
Ian Cordasco
2015-06-24
1
-1
/
+24
*
convert to cffi 1.0 precompile system
Paul Kehrer
2015-06-07
1
-2
/
+6
*
allow zero value bn using _bn_to_int in the openssl backend
Paul Kehrer
2015-03-25
1
-0
/
+4
*
pep8! *shakes fist at the sky*
Paul Kehrer
2015-03-14
1
-1
/
+1
*
DER serialization of DSA private keys
Paul Kehrer
2015-03-14
1
-16
/
+0
*
support RSA DER private key serialization
Paul Kehrer
2015-03-13
1
-4
/
+11
*
support DER serialization of public keys
Paul Kehrer
2015-03-10
1
-8
/
+0
*
support RSA public key serialization
Paul Kehrer
2015-03-07
1
-1
/
+9
*
s/Format/PrivateFormat
Paul Kehrer
2015-03-01
1
-2
/
+2
*
change as_bytes to private_bytes, link more things
Paul Kehrer
2015-02-28
1
-2
/
+2
*
rename dump to as_bytes
Paul Kehrer
2015-02-25
1
-2
/
+2
*
address review comments
Paul Kehrer
2015-02-25
1
-7
/
+5
*
Support for traditional OpenSSL and PKCS8 RSA private key serialization
Paul Kehrer
2015-02-25
1
-2
/
+27
*
Pass the sys.path into the subprocess
Donald Stufft
2015-02-19
1
-0
/
+10
*
Allow the OpenSSL version string to begin with LibreSSL
Steven McDonald
2015-02-19
1
-3
/
+6
*
move asymmetric padding interface to primitives.asymmetric.padding
Paul Kehrer
2015-02-16
1
-2
/
+2
*
export interfaces from base in ciphers, update docs
Paul Kehrer
2015-02-14
1
-4
/
+3
*
move cipher and mode interfaces
Paul Kehrer
2015-02-13
1
-4
/
+6
*
move hash interfaces
Paul Kehrer
2015-02-13
1
-1
/
+1
*
Move around bits of the EC test suite to work around awful PyPy bug
Alex Stapleton
2015-01-22
1
-13
/
+13
*
remove fully deprecated items from 0.6 deprecation cycle
Paul Kehrer
2014-12-18
1
-42
/
+2
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
1
-12
/
+3
[next]