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
*
merge master
Jean-Paul Calderone
2015-01-18
1
-2
/
+1
|
\
|
*
Fixes #91 -- proper error handling in Connection.shutdown
Paul Aurich
2015-01-08
1
-2
/
+1
*
|
Add the necessary SSL_CTX_check_private_key call and error handling.
Jean-Paul Calderone
2014-12-11
1
-0
/
+3
|
/
*
merge master
Jean-Paul Calderone
2014-05-05
1
-6
/
+28
|
\
|
*
Merge branch 'master' into ecdhe
Jean-Paul Calderone
2014-04-19
1
-4
/
+14
|
|
\
|
|
*
Also accept buffer in Connection.send and .sendall
Markus Unterwaditzer
2014-04-19
1
-4
/
+14
|
*
|
Mirror the OpenSSL API as is our idiom.
Jean-Paul Calderone
2014-04-19
1
-1
/
+1
|
*
|
These three exceptions are no longer used.
Jean-Paul Calderone
2014-04-19
1
-31
/
+0
|
*
|
Switch to an explicit curve object.
Jean-Paul Calderone
2014-04-18
1
-61
/
+5
|
*
|
Get rid of some top-level code, remove the code that reflects a weird edge ca...
Jean-Paul Calderone
2014-04-17
1
-12
/
+23
|
*
|
Add a test for the failure condition of EC_KEY_new_by_curve_name
Jean-Paul Calderone
2014-04-17
1
-3
/
+6
|
*
|
Fix some rST markup.
Jean-Paul Calderone
2014-04-17
1
-1
/
+1
|
*
|
Factor the guts out so they can be unit tested separately.
Jean-Paul Calderone
2014-04-17
1
-7
/
+19
|
*
|
Merge remote-tracking branch 'pyca/master' into ecdhe
Jean-Paul Calderone
2014-04-17
1
-0
/
+106
|
|
\
\
|
|
|
/
|
*
|
ecdh: Use different exception types for different errors
Andy Lutomirski
2014-04-04
1
-7
/
+38
|
*
|
ecdh: curve names are strings, not bytes
Andy Lutomirski
2014-04-04
1
-4
/
+5
|
*
|
Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe
Laurens Van Houtven
2014-03-29
1
-0
/
+41
|
|
\
\
|
|
*
|
Stop exposing all the NID and SN objects for elliptic curves, now
Andy Lutomirski
2014-03-13
1
-144
/
+0
|
|
*
|
Identify elliptic curves by short name, not NID
Andy Lutomirski
2014-03-13
1
-5
/
+15
|
|
*
|
Fix docstring and Python 2.6 issues in ECDHE support
Andy Lutomirski
2014-03-12
1
-4
/
+4
|
|
*
|
Add SSL.ELLIPTIC_CURVE_DESCRIPTIONS to expose the actual supported curves
Andy Lutomirski
2014-03-05
1
-0
/
+9
|
|
*
|
Expose all of the EC curve name constants
Andy Lutomirski
2014-03-05
1
-0
/
+135
|
|
*
|
Merge branch 'master' into ecdhe-support
Alex Gaynor
2014-02-20
1
-26
/
+45
|
|
|
\
\
|
|
*
|
|
Use the internal name
Alex Gaynor
2014-01-17
1
-1
/
+1
|
|
*
|
|
Added tests
Alex Gaynor
2014-01-17
1
-0
/
+2
|
|
*
|
|
Corrected a typo
Alex Gaynor
2014-01-17
1
-1
/
+1
|
|
*
|
|
Expose support for using ecdhe with SSL connections
Alex Gaynor
2014-01-17
1
-0
/
+29
*
|
|
|
|
Add a test that verifies the first argument passed to the verify callback. A...
Jean-Paul Calderone
2014-04-02
1
-2
/
+6
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
... 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
[next]