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
Commit message (
Expand
)
Author
Age
Files
Lines
*
do some explaining
ecdhe
Jean-Paul Calderone
2014-05-01
1
-0
/
+7
*
Apparently that code is a no-go on Python 2. It seemed to work on Python 3 t...
Jean-Paul Calderone
2014-05-01
1
-5
/
+7
*
Try to work around the strange Python 3 behavior.
Jean-Paul Calderone
2014-05-01
1
-0
/
+6
*
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
*
Cache the _EllipticCurve instances so the inherited-from-object equality does...
Jean-Paul Calderone
2014-04-30
1
-6
/
+28
*
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
2
-4
/
+46
|
\
|
*
Also accept buffer in Connection.send and .sendall
Markus Unterwaditzer
2014-04-19
2
-4
/
+46
*
|
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
*
|
all the way
Jean-Paul Calderone
2014-04-19
1
-2
/
+2
*
|
Mirror the OpenSSL API as is our idiom.
Jean-Paul Calderone
2014-04-19
2
-4
/
+4
*
|
strings are hard, be explicit
Jean-Paul Calderone
2014-04-19
1
-0
/
+4
*
|
Some doc fixups
Jean-Paul Calderone
2014-04-19
1
-9
/
+50
*
|
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
4
-159
/
+159
*
|
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
*
|
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
2
-5
/
+28
*
|
Support for Python 2.6 - which lacks addCleanup
Jean-Paul Calderone
2014-04-17
1
-8
/
+9
*
|
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
*
|
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
5
-2
/
+267
|
\
\
|
|
/
|
*
Merge pull request #74 from jgiannuzzi/fix_crl_memory_leak
Jean-Paul Calderone
2014-04-01
1
-0
/
+2
|
|
\
|
|
*
Fix memory leak in _X509_REVOKED_dup
Jonathan Giannuzzi
2014-03-30
1
-0
/
+2
|
*
|
one more whitespace fix
Jean-Paul Calderone
2014-03-30
1
-0
/
+1
|
*
|
... avoid undefined behavior.
Jean-Paul Calderone
2014-03-30
1
-1
/
+14
|
*
|
Docstring and whitespace fixes.
Jean-Paul Calderone
2014-03-30
1
-22
/
+22
|
*
|
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
4
-3
/
+156
|
|
\
\
|
|
|
/
|
|
*
Return unicode from these new APIs rather than the native string type.
Jean-Paul Calderone
2014-03-30
2
-13
/
+15
|
|
*
Use assertIdentical instead of the other thing.
Jean-Paul Calderone
2014-03-29
1
-3
/
+3
|
|
*
merge master
Jean-Paul Calderone
2014-03-29
3
-2
/
+29
|
|
|
\
|
|
|
*
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
2
-1
/
+36
|
|
*
|
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
2
-0
/
+10
|
|
*
|
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
2
-0
/
+93
|
*
|
|
Added dependency for cryptography>=0.3.
Fedor Brunner
2014-03-28
2
-7
/
+49
|
*
|
|
Interface for the SSL_get_peer_finished, SSL_get_finished.
Fedor Brunner
2014-03-05
2
-0
/
+52
|
|
/
/
*
|
|
ecdh: Use different exception types for different errors
Andy Lutomirski
2014-04-04
2
-10
/
+78
*
|
|
ecdh: curve names are strings, not bytes
Andy Lutomirski
2014-04-04
1
-4
/
+5
[next]