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
/
SSL.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
... avoid undefined behavior.
Jean-Paul Calderone
2014-03-30
1
-1
/
+14
*
|
|
|
Refactor the implementation to avoid duplication; use the result of the API t...
Jean-Paul Calderone
2014-03-30
1
-28
/
+33
*
|
|
|
merge master
Jean-Paul Calderone
2014-03-30
1
-1
/
+54
|
\
\
\
\
|
*
|
|
|
Return unicode from these new APIs rather than the native string type.
Jean-Paul Calderone
2014-03-30
1
-4
/
+6
|
*
|
|
|
merge master
Jean-Paul Calderone
2014-03-29
1
-1
/
+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility)
Arturo Filastò
2014-03-09
1
-1
/
+4
|
*
|
|
|
Add return type API documentation.
Jean-Paul Calderone
2014-03-29
1
-1
/
+7
|
*
|
|
|
whitespace: three blank lines between top-level suites, two blank lines betwe...
Jean-Paul Calderone
2014-03-29
1
-0
/
+3
|
*
|
|
|
Get the actually used cipher name,bits,version of the established
Fedor Brunner
2014-03-03
1
-0
/
+38
|
|
/
/
/
*
|
|
|
Added dependency for cryptography>=0.3.
Fedor Brunner
2014-03-28
1
-2
/
+8
*
|
|
|
Interface for the SSL_get_peer_finished, SSL_get_finished.
Fedor Brunner
2014-03-05
1
-0
/
+32
|
/
/
/
*
|
|
Allow creating a Context with SSLv2_METHOD
Andrew Dunham
2014-02-24
1
-0
/
+1
|
|
/
|
/
|
*
|
tests and fixes for other int/long cases
Jean-Paul Calderone
2014-02-09
1
-4
/
+4
*
|
Add some missing test coverage for handling values of type `long` and fix the...
Jean-Paul Calderone
2014-02-02
1
-11
/
+7
*
|
Change the info callback test to at least assert that the connection argument...
Jean-Paul Calderone
2014-02-02
1
-1
/
+1
*
|
Merge pull request #20 from kouk/longint
Jean-Paul Calderone
2014-02-02
1
-5
/
+4
|
\
\
|
*
|
use six's integer_types instead of py3 incompatible type 'long'
Konstantinos Koukopoulos
2014-01-28
1
-4
/
+4
|
*
|
support 64 bit fd's
Konstantinos Koukopoulos
2014-01-27
1
-4
/
+3
*
|
|
make test_closed pass on windows
Konstantinos Koukopoulos
2014-01-31
1
-3
/
+6
|
/
/
*
|
Use the initialization functions that cryptography 0.1 exposes
Jean-Paul Calderone
2014-01-18
1
-12
/
+2
*
|
And use_privatekey_file
Jean-Paul Calderone
2014-01-18
1
-0
/
+4
*
|
And use_certificate_file
Jean-Paul Calderone
2014-01-18
1
-1
/
+4
*
|
make use_certificate_chain_file can accept unicode too
Jean-Paul Calderone
2014-01-18
1
-1
/
+5
*
|
Do the other initialization that is probably required.
Jean-Paul Calderone
2014-01-18
1
-0
/
+14
*
|
Accept bytes or text in set_cipher_list
Jean-Paul Calderone
2014-01-18
1
-1
/
+7
|
/
*
Lots of Python 3.2 porting work
Jean-Paul Calderone
2014-01-11
1
-5
/
+5
*
This is another one that is missing on OSX
Jean-Paul Calderone
2014-01-08
1
-1
/
+4
*
Make some optional things optional by mirroring their absense
Jean-Paul Calderone
2014-01-08
1
-2
/
+8
*
Python 2.6 compatibility
Jean-Paul Calderone
2013-12-30
1
-2
/
+9
*
Replace all of the ZeroDivisionErrors in SSL with proper (yet untested) excep...
Jean-Paul Calderone
2013-12-29
1
-31
/
+29
*
This is never used.
Jean-Paul Calderone
2013-12-29
1
-1
/
+0
*
add some missing docstrings
Jean-Paul Calderone
2013-12-29
1
-1
/
+3
*
Put some shared code into a shared module and start using it from all three o...
Jean-Paul Calderone
2013-12-29
1
-54
/
+59
*
Re-enable TLSv1_1 and TLSv1_2 if the backend supports them
Jean-Paul Calderone
2013-12-29
1
-9
/
+12
*
Switch from opentls to cryptography
Jean-Paul Calderone
2013-12-28
1
-219
/
+223
*
Guess at how this might look on the cffi bindings
Jean-Paul Calderone
2013-11-03
1
-0
/
+6
*
Use the new optional-sslv2 features of opentls
Jean-Paul Calderone
2013-03-20
1
-2
/
+6
*
A few more tests, still incomplete
Jean-Paul Calderone
2013-03-19
1
-6
/
+38
*
Add a test for and proper handling of exceptions out of verify callbacks
Jean-Paul Calderone
2013-03-06
1
-20
/
+41
*
Fixes and more tests for Context.use_certificate_file and Context.use_certifi...
Jean-Paul Calderone
2013-03-06
1
-9
/
+24
*
Remove obsolete TODO: I added the free for name_stack a while ago. Also fix ...
Jean-Paul Calderone
2013-03-05
1
-2
/
+1
*
"Support" memoryview and partial writes
Jean-Paul Calderone
2013-03-05
1
-4
/
+9
*
Fix some memory leaks and memory corruption
Jean-Paul Calderone
2013-03-05
1
-7
/
+10
*
The rest of ContextTests passing and almost all of Connection-related tests p...
Jean-Paul Calderone
2013-03-05
1
-38
/
+342
*
All of ContextTests passes
Jean-Paul Calderone
2013-03-05
1
-5
/
+502
*
A big chunk of ContextTests passing
Jean-Paul Calderone
2013-03-05
1
-0
/
+445
*
SSLeay_version
Jean-Paul Calderone
2013-03-04
1
-0
/
+8
*
Some basic constants
Jean-Paul Calderone
2013-03-04
1
-0
/
+38
[prev]