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
/
OpenSSL
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we still write a lot of bytes, too.
Jean-Paul Calderone
2014-02-18
1
-1
/
+1
*
Fill the send buffer with smaller strings in order to more completely fill it.
Jean-Paul Calderone
2014-02-18
1
-1
/
+1
*
tests and fixes for other int/long cases
Jean-Paul Calderone
2014-02-09
1
-0
/
+54
*
Add some missing test coverage for handling values of type `long` and fix the...
Jean-Paul Calderone
2014-02-02
1
-33
/
+150
*
clean up messy comment
Jean-Paul Calderone
2014-02-02
1
-5
/
+5
*
Change the info callback test to at least assert that the connection argument...
Jean-Paul Calderone
2014-02-02
1
-8
/
+12
*
Merge pull request #20 from kouk/longint
Jean-Paul Calderone
2014-02-02
1
-1
/
+5
|
\
|
*
allow tests to run even without execinfo.h
Konstantinos Koukopoulos
2014-01-30
1
-1
/
+5
*
|
make test_closed pass on windows
Konstantinos Koukopoulos
2014-01-31
1
-2
/
+5
|
/
*
Accommodate Python 3.2
Jean-Paul Calderone
2014-01-18
1
-1
/
+3
*
Make error messages native strings again.
Jean-Paul Calderone
2014-01-18
1
-1
/
+1
*
make use_certificate_chain_file can accept unicode too
Jean-Paul Calderone
2014-01-18
1
-4
/
+4
*
Simple docstring reformatting
Jean-Paul Calderone
2014-01-18
1
-3
/
+3
*
Accept bytes or text in set_cipher_list
Jean-Paul Calderone
2014-01-18
1
-4
/
+17
*
Lots of Python 3.2 porting work
Jean-Paul Calderone
2014-01-11
3
-85
/
+89
*
Drop ancient Python 2.3 support which used deprecated unittest apis.
Jean-Paul Calderone
2014-01-11
1
-9
/
+0
*
Don't use the deprecated assertEquals
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
*
The maximum of Py_ssize_t is the more relevant value here. Plus there is no ...
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
*
Try making mktemp always return bytes.
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
*
Add a second `collect()` call which hopefully will make the test pass on PyPy.
Jean-Paul Calderone
2014-01-11
1
-0
/
+6
*
Maybe locals() works differently on PyPy, dunno, not going to investigate, ju...
Jean-Paul Calderone
2014-01-11
1
-2
/
+1
*
Try adding some more debug information to the last test that fails on PyPy to...
Jean-Paul Calderone
2014-01-11
1
-2
/
+9
*
fix some renaming errors from a while ago
Jean-Paul Calderone
2014-01-01
1
-2
/
+2
*
Make this test more 32 bit friendly: allocate the most memory that fits into ...
Jean-Paul Calderone
2013-12-31
1
-1
/
+2
*
Try to use cryptography here, too.
Jean-Paul Calderone
2013-12-31
1
-6
/
+6
*
Python 2.6 compatibility
Jean-Paul Calderone
2013-12-30
1
-0
/
+23
*
Add a test for bad type value passed to load_certificate_request and fix the ...
Jean-Paul Calderone
2013-12-29
1
-0
/
+14
*
Add a test for the error case of setattr
Jean-Paul Calderone
2013-12-29
1
-0
/
+12
*
add a test for another branch of rand.egd
Jean-Paul Calderone
2013-12-29
1
-0
/
+13
*
Put some shared code into a shared module and start using it from all three o...
Jean-Paul Calderone
2013-12-29
2
-3
/
+11
*
merge tlsv1_1or2
Jean-Paul Calderone
2013-11-03
1
-11
/
+24
|
\
|
*
Try exposing TLSv1.1 and TLSv1.2.
Jean-Paul Calderone
2013-10-03
1
-11
/
+24
*
|
merge master mostly nul byte SAN fix/tests (just want the tests here)
Jean-Paul Calderone
2013-10-05
1
-1
/
+63
|
\
\
|
|
/
|
*
merge the nul byte fix, port some markup to restructured text
Jean-Paul Calderone
2013-08-23
1
-1
/
+63
|
|
\
|
|
*
in fact, commonName is a native string
Jean-Paul Calderone
2013-08-23
1
-1
/
+1
|
|
*
Split this big test up into the two important pieces and make a test for each
Jean-Paul Calderone
2013-08-23
1
-24
/
+26
|
|
*
Ghetto rebase Heimes' changes onto the 0.13 release branch
Jean-Paul Calderone
2013-08-12
1
-0
/
+59
*
|
|
A few more tests, still incomplete
Jean-Paul Calderone
2013-03-19
1
-5
/
+61
*
|
|
Add a test for and proper handling of exceptions out of verify callbacks
Jean-Paul Calderone
2013-03-06
1
-0
/
+22
*
|
|
Implement X509Req.verify
Jean-Paul Calderone
2013-03-06
1
-0
/
+47
*
|
|
Fixes and more tests for Context.use_certificate_file and Context.use_certifi...
Jean-Paul Calderone
2013-03-06
1
-0
/
+88
*
|
|
Better tests for X509Store.add_cert and a fix
Jean-Paul Calderone
2013-03-06
1
-1
/
+17
*
|
|
The rest of ContextTests passing and almost all of Connection-related tests p...
Jean-Paul Calderone
2013-03-05
2
-6
/
+41
*
|
|
All of ContextTests passes
Jean-Paul Calderone
2013-03-05
1
-0
/
+31
*
|
|
A big chunk of ContextTests passing
Jean-Paul Calderone
2013-03-05
1
-2
/
+2
*
|
|
Make memory debugging optional
Jean-Paul Calderone
2013-03-04
1
-2
/
+6
*
|
|
Better memory leak formatting
Jean-Paul Calderone
2013-03-03
1
-7
/
+19
*
|
|
A different approach to memory debugging.
Jean-Paul Calderone
2013-03-03
1
-26
/
+42
*
|
|
Fix the `evil()` case of `X509Name.__setattr__` on PyPy (by deleting it).
Jean-Paul Calderone
2013-03-03
1
-4
/
+6
*
|
|
Split dump_privatekey into several different test methods. Also add a missin...
Jean-Paul Calderone
2013-03-03
1
-3
/
+32
[next]