index
:
delta/pyopenssl-git.git
23.1.x
add-notice
alex-patch-1
dependabot/github_actions/dessant/lock-threads-3
gha
main
master
github.com: pyca/pyopenssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Convert ALPN and SessionTests to use pytest-style tests (#570)
Alex Chan
2016-11-10
1
-37
/
+25
*
Convert NextProtoNegotiationTests to use pytest-style tests (#569)
Alex Chan
2016-11-10
1
-151
/
+127
*
Convert ServerNameCallbackTests to use pytest-style tests (#565)
Alex Chan
2016-11-05
1
-67
/
+59
*
Convert test_util to use pytest-style tests (#562)
Alex Chan
2016-10-24
1
-6
/
+5
*
Convert test_rand to use pytest-style tests (#563)
Alex Chan
2016-10-24
2
-95
/
+96
*
Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)
Alex Gaynor
2016-09-24
1
-15
/
+43
*
Fixed #529 -- use the native bytes syntax (#536)
Alex Gaynor
2016-09-11
4
-237
/
+237
*
Don't use SSLv3 (#534)
Alex Gaynor
2016-09-10
1
-1
/
+1
*
Pass an explicit nameopt to be resillient to OpenSSL default changes (#533)
Alex Gaynor
2016-09-10
1
-2
/
+4
*
make these tests pass if OP_NO_SSLv2 is 0 (#532)
Alex Gaynor
2016-09-10
1
-2
/
+2
*
bump the size of some test keys (#531)
Alex Gaynor
2016-09-10
1
-3
/
+3
*
bump the size of the test dhparam (#530)
Alex Gaynor
2016-09-10
1
-3
/
+5
*
Simplify conditions and delete an unused function (#512)
Alex Gaynor
2016-07-31
1
-16
/
+0
*
Remove some pointless branches (#511)
Alex Gaynor
2016-07-31
2
-46
/
+20
*
Clean out some cruft (#509)
Alex Gaynor
2016-07-31
2
-10
/
+0
*
Convert between pyOpenSSL and cryptography objects (#439)
Paul Kehrer
2016-07-29
1
-0
/
+75
*
Write a few more tests (#503)
Alex Gaynor
2016-07-04
1
-8
/
+39
*
Write a few more tests for coverage (#501)
Alex Gaynor
2016-07-04
1
-1
/
+18
*
Simplify a few more branches to improve coverage (#500)
Alex Gaynor
2016-07-03
1
-0
/
+3
*
Replace several untested paths with _openssl_assert (#498)
Alex Gaynor
2016-07-03
1
-0
/
+8
*
Enable use of CRL (and more) in verify context. (#483)
Dan Sully
2016-06-04
1
-1
/
+88
*
Refactor tests for crypto.load_publickey (#482)
Hynek Schlawack
2016-06-03
1
-30
/
+34
*
fix a small bug with load_publickey (#481)
Paul Kehrer
2016-06-03
1
-0
/
+14
*
Test markups.
Cory Benfield
2016-03-30
1
-3
/
+3
*
Switch to pytest test style.
Cory Benfield
2016-03-30
1
-6
/
+9
*
Add basic tests for _make_requires
Cory Benfield
2016-03-30
1
-0
/
+39
*
Merge pull request #422 from hynek/set_session_id
Paul Kehrer
2016-03-18
1
-21
/
+133
|
\
|
*
Implement Context.set_session_id
Hynek Schlawack
2016-03-16
1
-21
/
+133
*
|
swap ERR_remove_thread_state for ERR_clear_error
Paul Kehrer
2016-03-17
1
-2
/
+2
|
/
*
Rename state_name to get_state_name
Hynek Schlawack
2016-03-14
1
-2
/
+2
*
Move conftest.py into tests
Hynek Schlawack
2016-03-14
1
-0
/
+12
*
Pluck more unrelated bits from #422
Hynek Schlawack
2016-03-13
1
-2
/
+9
*
Merge pull request #433 from reaperhulk/opaque-x509-ext
Alex Gaynor
2016-03-11
1
-1
/
+65
|
\
|
*
move to separate pytest class + add one more test case
Paul Kehrer
2016-03-11
1
-12
/
+26
|
*
what's a bytes
Paul Kehrer
2016-03-11
1
-1
/
+1
|
*
first revoked cert in the CRL has NID_crl_reason first in list
Paul Kehrer
2016-03-11
1
-2
/
+2
|
*
add a test to confirm crl.get_reason ignores unsupported extensions
Paul Kehrer
2016-03-11
1
-0
/
+50
*
|
Grammar
Hynek Schlawack
2016-03-11
1
-3
/
+3
*
|
Fix set_cipher_list on modern OpenSSL
Hynek Schlawack
2016-03-11
1
-40
/
+40
|
/
*
bytes
Paul Kehrer
2016-03-10
1
-1
/
+1
*
fix test and a missing X509_REVOKED_dup call
Paul Kehrer
2016-03-09
1
-0
/
+2
*
Fix signature buffer size for RSA keys
Colleen Murphy
2016-03-01
1
-0
/
+68
*
Greatly simplify test_state_string
Hynek Schlawack
2016-01-31
1
-36
/
+2
*
Merge pull request #304 from chakatodd/get_app_data
Hynek Schlawack
2016-01-18
1
-1
/
+2
|
\
|
*
Fixed AttributeError when calling get_app_data()
Todd Chapman
2016-01-18
1
-1
/
+2
*
|
Drop this, it's no good.
Alex Gaynor
2016-01-16
1
-2
/
+0
*
|
Fixed up some flake8 errors from the latest version
Alex Gaynor
2016-01-16
2
-20
/
+8
|
/
*
Correction for coding convention.
Anthony Alba
2015-12-04
1
-2
/
+0
*
Enable tests to pass when MD5 verification disabled in OpenSSL.
Anthony Alba
2015-12-04
1
-1
/
+3
*
Further testing for load/dump_publickey
Cory Benfield
2015-10-27
1
-0
/
+32
[prev]
[next]