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
/
bindings
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix libressl error/refactor some error handling (#3609)
Paul Kehrer
2017-05-26
1
-11
/
+7
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
1
-26
/
+0
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
1
-8
/
+2
*
Refactor binding initialization to allow specified errors (#3278)
Paul Kehrer
2017-02-13
1
-1
/
+13
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
1
-10
/
+7
*
Error out on OpenSSL 1.0.0 by default (#3276)
Alex Gaynor
2016-11-22
1
-1
/
+7
*
C locking callback (#3226)
Alex Gaynor
2016-11-13
1
-65
/
+0
*
OpenSSL 1.1.0 support (#2826)
Paul Kehrer
2016-08-26
1
-0
/
+6
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-1
/
+1
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
1
-16
/
+1
*
Use runtimeerror for this
Alex Gaynor
2016-03-19
1
-2
/
+1
*
test for verify_openssl_version
Alex Gaynor
2016-03-19
1
-1
/
+8
*
use an error that's likely to be in all openssls we support
Paul Kehrer
2016-03-08
1
-12
/
+9
*
review feedback + make the test actually test a thing
Paul Kehrer
2016-03-07
1
-6
/
+15
*
only call ERR_error_string if we're going to raise InternalError
Paul Kehrer
2016-03-07
1
-1
/
+21
*
make engine addition idempotent
Paul Kehrer
2015-10-21
1
-2
/
+2
*
Merge pull request #2180 from reaperhulk/easy-conditional-fix
Donald Stufft
2015-08-04
1
-0
/
+18
|
\
|
*
add test for conditional removal
Paul Kehrer
2015-08-01
1
-0
/
+18
*
|
move urandom engine test
Paul Kehrer
2015-08-01
1
-30
/
+0
|
/
*
test libressl when there is no libressl
Glyph
2015-06-30
1
-2
/
+15
*
pep8
Glyph
2015-06-30
1
-0
/
+1
*
Detect and ignore LibreSSL.
Glyph
2015-06-30
1
-1
/
+3
*
the output of RAND_bytes is os.urandom's result
Glyph
2015-06-29
1
-0
/
+14
*
handle previous registration by raising RuntimeError
Glyph
2015-06-27
1
-2
/
+2
*
remove remaining vestiges, make adding twice work
Glyph
2015-06-26
1
-1
/
+1
*
convert to cffi 1.0 precompile system
Paul Kehrer
2015-06-07
3
-56
/
+8
*
use setenv so we don't have to import os
Paul Kehrer
2015-01-14
1
-3
/
+1
*
monkeypatch PYCA_WINDOWS_LINK_TYPE in the tests to fix #1624
Paul Kehrer
2015-01-14
1
-1
/
+4
*
Update the license header for every source file, as well as the documentation.
Alex Gaynor
2014-11-16
3
-36
/
+9
*
Monkeypatch the CFFI Verifier to prevent the implicit compile
Donald Stufft
2014-11-14
1
-0
/
+14
*
We can test this, we have the power! Fixes #874
Alex Gaynor
2014-11-07
1
-1
/
+5
*
Update test for new API
Alex Gaynor
2014-10-24
1
-3
/
+3
*
test_ssl_mode should get current mode as well
Paul Kehrer
2014-09-26
1
-2
/
+4
*
In tests for setting SSL and SSL_CTX options, get current options first
Paul Kehrer
2014-09-26
1
-4
/
+8
*
Fix test failures
Terry Chia
2014-07-28
2
-4
/
+3
*
change env variable name, handle empty string
Paul Kehrer
2014-07-05
1
-0
/
+2
*
improve unit tests for _get_windows_libraries
Paul Kehrer
2014-07-03
1
-2
/
+2
*
switch to env variable based static/dynamic switch for windows
Paul Kehrer
2014-07-02
1
-1
/
+11
*
Fix some typos.
Alex Gaynor
2014-04-25
1
-1
/
+1
*
move some comments
Paul Kehrer
2014-04-20
1
-3
/
+3
*
fix SSL_OP_ALL being unusable on Windows due to long being 32-bit signed
Paul Kehrer
2014-04-20
1
-0
/
+34
*
should probably update the test too
Paul Kehrer
2014-03-17
1
-7
/
+5
*
be less dumb
Paul Kehrer
2014-03-13
1
-4
/
+3
*
make create_modulename private, add test
Paul Kehrer
2014-03-13
1
-0
/
+28
*
Added future imports and licenses that are missing
Alex Gaynor
2014-03-08
2
-0
/
+4
*
test to confirm calling Cryptography_add_osrandom_engine > 1 is safe
Paul Kehrer
2014-02-20
1
-0
/
+5
*
Remove the contenious test of contention
Alex Stapleton
2014-01-24
1
-46
/
+0
*
Split a test in half
Alex Stapleton
2014-01-24
1
-6
/
+18
*
Also test the locking cb directly
Alex Stapleton
2014-01-24
1
-19
/
+20
*
Python implementation of OpenSSL locking callback
Alex Stapleton
2014-01-24
1
-0
/
+106
[next]