index
:
delta/python-packages/pyopenssl.git
23.1.x
add-notice
alex-patch-1
alex-patch-2
alex-patch-3
dependabot/github_actions/actions/setup-python-2.3.1
dependabot/github_actions/dessant/lock-threads-3
deprecate-stuff
docs-in-tox-2
docstrings
drop-1.0.1
ecdhe
gha
main
master
random-order
reaperhulk-patch-1
release-0.14
remove-rationale
stop-lawyers-from-emailing-hynek
verify-chain
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
*
Drop CI for OpenSSL 1.0.2 (#953)
Alex Gaynor
2020-10-26
1
-11
/
+2
*
crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)
Huw Jones
2020-10-12
1
-0
/
+55
*
Allow using additional untrusted certificates for chain building in X509Store...
Sándor Oroszi
2020-10-12
1
-0
/
+139
*
Allow using an OpenSSL hashed directory for verification in X509Store (#943)
Sándor Oroszi
2020-09-11
1
-1
/
+135
*
I'm back in black (#941)
Alex Gaynor
2020-08-26
1
-5
/
+16
*
Context.set_verify: allow omission of callback (#933)
Maximilian Hils
2020-08-07
1
-5
/
+26
*
Allow accessing a connection's verfied certificate chain (#894)
Shane Harvey
2020-08-05
2
-0
/
+92
*
focal time (#929)
Paul Kehrer
2020-08-05
1
-6
/
+7
*
remove npn support entirely. you should be using alpn (#932)
Paul Kehrer
2020-08-03
1
-184
/
+0
*
use SSLv23_METHOD so we get "best TLS" in most tests. (#931)
Paul Kehrer
2020-08-03
1
-135
/
+135
*
use modern message digests (#930)
Paul Kehrer
2020-08-03
1
-3
/
+3
*
update cert fixtures and simplify tests (#927)
Paul Kehrer
2020-08-03
2
-241
/
+392
*
make our CI less frustrating (#926)
Paul Kehrer
2020-08-03
2
-37
/
+11
*
use larger keys in ssl tests (#922)
Alex Gaynor
2020-08-03
1
-3
/
+3
*
Add SSL.Context.set_keylog_callback (#910)
Maximilian Hils
2020-07-28
1
-0
/
+31
*
Paint it Black by the Rolling Stones (#920)
Alex Gaynor
2020-07-23
7
-605
/
+891
*
Fix generated test X.509 certificates. (#917)
David Benjamin
2020-06-24
2
-0
/
+6
*
Remove deprecated tsafe module. (#913)
Benjamin Peterson
2020-05-22
1
-23
/
+0
*
Drop OpenSSL 1.0.1 (#908)
Alex Gaynor
2020-04-07
1
-208
/
+187
*
Fix PKey.check for some broken keys (#897)
Mrmaxmeier
2020-03-11
1
-0
/
+14
*
Make tests pass in the future (now the present) (#888)
Alex Gaynor
2020-01-12
1
-3
/
+5
*
Random cleanup around our usage of binary_type (#879)
Alex Gaynor
2019-11-18
1
-5
/
+3
*
ALPN: complete handshake without accepting a client's protocols. (#876)
Mark Williams
2019-11-18
1
-1
/
+78
*
use _ffi.from_buffer() to support bytearray (#852)
Daniel Holth
2019-11-18
1
-2
/
+40
*
Fix for Python 4 (#862)
Hugo van Kemenade
2019-08-29
2
-7
/
+7
*
Mark this test as flaky (#850)
Alex Gaynor
2019-07-06
1
-0
/
+3
*
Remove tests of long functionality (#832)
Alex Gaynor
2019-05-19
1
-117
/
+0
*
Make test_ssl pass in an IPv6-only environment (#827)
David Benjamin
2019-04-15
1
-20
/
+38
*
skip NPN tests if NPN is not available (#822)
Paul Kehrer
2019-02-26
1
-0
/
+3
*
Raise an Error with "no cipher match" even with TLS 1.3 (#818)
Mark Williams
2019-02-14
1
-9
/
+22
*
Removed deprecated Type aliases (#814)
Alex Gaynor
2019-02-07
2
-63
/
+32
*
Update test for us not supporting 0.9.8 (#812)
Alex Gaynor
2019-02-02
1
-4
/
+2
*
Handle NULL bytes in get_components() values (#804)
Romuald Brunet
2019-01-21
1
-0
/
+11
*
Hypothetically fixes pyOpenSSL tests (#805)
Paul Kehrer
2019-01-21
2
-30
/
+36
*
X509Store.add_cert no longer raises an error on duplicate cert (#787)
Paul Kehrer
2018-08-23
1
-5
/
+4
*
fix wantWriteError to error even with big socket buffers (#782)
catern
2018-08-09
1
-1
/
+1
*
Add Connection.get_certificate method (#733)
Jeremy Lainé
2018-05-16
1
-0
/
+25
*
Add Context.set_tlsext_use_srtp (#734)
Jeremy Lainé
2018-05-16
1
-0
/
+29
*
Fixed a handful of typos (#755)
Alex Gaynor
2018-05-14
1
-1
/
+1
*
Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)
Alex Gaynor
2018-05-12
2
-5
/
+5
*
fixed tests that want SNI (#751)
Alex Gaynor
2018-05-12
1
-0
/
+1
*
Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)
Jeremy Lainé
2018-03-21
1
-11
/
+1
*
Export keying material support (#725)
Paul Kehrer
2017-11-30
1
-0
/
+22
*
fix a memory leak and a potential UAF and also #722 (#723)
Paul Kehrer
2017-11-30
1
-0
/
+25
*
restore a subset of the rand module (#708)
Paul Kehrer
2017-11-20
1
-0
/
+38
*
fix errors with latest flake8 (#710)
Alex Gaynor
2017-11-20
1
-4
/
+4
*
Fix another test to not hardcode TLSv1 (#683)
Alex Gaynor
2017-08-07
1
-1
/
+1
*
Don't use "TLSv1" as a default for loopback clients/servers (#682)
Alex Gaynor
2017-08-07
1
-2
/
+2
*
Delete rand.py (#675)
Alex Gaynor
2017-07-25
1
-172
/
+0
*
Simplify test code (#679)
Alex Gaynor
2017-07-25
1
-50
/
+1
[next]