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
*
Add some Python 2.6 compatibility.
Jean-Paul Calderone
2014-05-01
1
-0
/
+17
*
Directly test that curves work well as set elements.
Jean-Paul Calderone
2014-05-01
1
-0
/
+32
*
Use that helper to define tests for equality of _EllipticCurve instances.
Jean-Paul Calderone
2014-04-30
1
-1
/
+42
*
Add a helper for testing equality.
Jean-Paul Calderone
2014-04-30
1
-0
/
+130
*
Merge branch 'master' into ecdhe
Jean-Paul Calderone
2014-04-19
1
-0
/
+32
|
\
|
*
Also accept buffer in Connection.send and .sendall
Markus Unterwaditzer
2014-04-19
1
-0
/
+32
*
|
restore even more python 3.2 compat!
Jean-Paul Calderone
2014-04-19
1
-1
/
+1
*
|
restore python 3.2 compatibility
Jean-Paul Calderone
2014-04-19
1
-3
/
+3
*
|
Mirror the OpenSSL API as is our idiom.
Jean-Paul Calderone
2014-04-19
1
-3
/
+3
*
|
Switch to an explicit curve object.
Jean-Paul Calderone
2014-04-18
2
-98
/
+85
*
|
Some versions of Python do not support the unicode literal syntax.
Jean-Paul Calderone
2014-04-17
1
-1
/
+1
*
|
Add a test for the failure condition of EC_KEY_new_by_curve_name
Jean-Paul Calderone
2014-04-17
1
-2
/
+22
*
|
Support for Python 2.6 - which lacks addCleanup
Jean-Paul Calderone
2014-04-17
1
-8
/
+9
*
|
explicitly fail with a useful message
Jean-Paul Calderone
2014-04-17
1
-2
/
+6
*
|
Some docstring cleanups.
Jean-Paul Calderone
2014-04-17
1
-8
/
+7
*
|
Add a test for the False case of Cryptography_HAS_EC.
Jean-Paul Calderone
2014-04-17
1
-0
/
+18
*
|
Merge remote-tracking branch 'pyca/master' into ecdhe
Jean-Paul Calderone
2014-04-17
2
-1
/
+158
|
\
\
|
|
/
|
*
one more whitespace fix
Jean-Paul Calderone
2014-03-30
1
-0
/
+1
|
*
Docstring and whitespace fixes.
Jean-Paul Calderone
2014-03-30
1
-22
/
+22
|
*
merge master
Jean-Paul Calderone
2014-03-30
2
-1
/
+101
|
|
\
|
|
*
Return unicode from these new APIs rather than the native string type.
Jean-Paul Calderone
2014-03-30
1
-9
/
+9
|
|
*
Use assertIdentical instead of the other thing.
Jean-Paul Calderone
2014-03-29
1
-3
/
+3
|
|
*
merge master
Jean-Paul Calderone
2014-03-29
1
-0
/
+24
|
|
|
\
|
|
|
*
Further simplifications.
Jean-Paul Calderone
2014-03-25
1
-10
/
+1
|
|
|
*
pyflakes and documentation cleanups
Jean-Paul Calderone
2014-03-25
1
-14
/
+12
|
|
|
*
Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopen...
Jean-Paul Calderone
2014-03-25
1
-0
/
+35
|
|
*
|
whitespace: three blank lines between top-level suites, two blank lines betwe...
Jean-Paul Calderone
2014-03-29
1
-0
/
+7
|
|
*
|
Replace assertIs with assertTrue,
Fedor Brunner
2014-03-25
1
-3
/
+3
|
|
*
|
Test methods test_get_cipher_* have been split into two sets.
Fedor Brunner
2014-03-10
1
-21
/
+33
|
|
*
|
Get the actually used cipher name,bits,version of the established
Fedor Brunner
2014-03-03
1
-0
/
+55
|
|
|
/
|
*
|
Added dependency for cryptography>=0.3.
Fedor Brunner
2014-03-28
1
-5
/
+41
|
*
|
Interface for the SSL_get_peer_finished, SSL_get_finished.
Fedor Brunner
2014-03-05
1
-0
/
+20
|
|
/
*
|
ecdh: Use different exception types for different errors
Andy Lutomirski
2014-04-04
1
-3
/
+40
*
|
Move test that checks for curve descriptions to a separate test
Laurens Van Houtven
2014-04-03
1
-5
/
+11
*
|
Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe
Laurens Van Houtven
2014-03-29
1
-0
/
+19
|
\
\
|
|
/
|
/
|
|
*
Identify elliptic curves by short name, not NID
Andy Lutomirski
2014-03-13
1
-10
/
+17
|
*
Merge branch 'master' into ecdhe-support
Alex Gaynor
2014-02-22
1
-2
/
+2
|
|
\
|
*
\
Merge branch 'master' into ecdhe-support
Alex Gaynor
2014-02-20
3
-55
/
+252
|
|
\
\
|
*
|
|
Use the internal name
Alex Gaynor
2014-01-17
1
-2
/
+2
|
*
|
|
Added tests
Alex Gaynor
2014-01-17
1
-0
/
+12
*
|
|
|
Made corrections as per suggestions in
Stephen Holsapple
2014-03-01
1
-4
/
+25
*
|
|
|
Fix test cases in test_add_extensions
Stephen Holsapple
2014-02-23
1
-2
/
+2
*
|
|
|
Merge remote-tracking branch 'upstream/master'
Stephen Holsapple
2014-02-23
2
-46
/
+228
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
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
|
|
\
\
[next]