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
*
Bump version to 0.14 final
0.14
release-0.14
Jean-Paul Calderone
2014-02-23
1
-1
/
+1
*
Merge branch 'osx-wantwrite' into release-0.14
Jean-Paul Calderone
2014-02-22
1
-2
/
+2
|
\
|
*
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
*
|
Bump to 0.14a4
0.14a4
Jean-Paul Calderone
2014-02-12
1
-1
/
+1
*
|
Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in mos...
Jean-Paul Calderone
2014-02-12
2
-48
/
+215
|
\
\
|
|
/
|
*
tests and fixes for other int/long cases
Jean-Paul Calderone
2014-02-09
2
-4
/
+58
|
*
Add some missing test coverage for handling values of type `long` and fix the...
Jean-Paul Calderone
2014-02-02
2
-44
/
+157
*
|
Merge commit '3835e52' into release-0.14 (Fix info callback support so it get...
Jean-Paul Calderone
2014-02-12
2
-9
/
+13
|
\
\
|
|
/
|
*
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
2
-9
/
+13
|
*
Merge pull request #20 from kouk/longint
Jean-Paul Calderone
2014-02-02
2
-6
/
+9
|
|
\
*
|
\
Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on ...
Jean-Paul Calderone
2014-02-12
2
-6
/
+9
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
allow tests to run even without execinfo.h
Konstantinos Koukopoulos
2014-01-30
1
-1
/
+5
|
*
|
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
*
|
|
Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows)
Jean-Paul Calderone
2014-02-12
2
-5
/
+11
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
make test_closed pass on windows
Konstantinos Koukopoulos
2014-01-31
2
-5
/
+11
|
|
/
*
|
Bump to alpha 3
0.14a3
Jean-Paul Calderone
2014-01-20
1
-1
/
+1
*
|
Merge pull request 'pyca/python3-porting-fixes' into release-0.14
Jean-Paul Calderone
2014-01-20
6
-21
/
+79
|
\
\
|
|
/
|
*
Accommodate Python 3.2
Jean-Paul Calderone
2014-01-18
1
-1
/
+3
|
*
Use the initialization functions that cryptography 0.1 exposes
Jean-Paul Calderone
2014-01-18
2
-14
/
+5
|
*
Allow unicode as well as bytes in all the load APIs as well
Jean-Paul Calderone
2014-01-18
1
-0
/
+18
|
*
Make error messages native strings again.
Jean-Paul Calderone
2014-01-18
2
-4
/
+7
|
*
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
2
-5
/
+9
|
*
Do the other initialization that is probably required.
Jean-Paul Calderone
2014-01-18
3
-3
/
+17
|
*
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
2
-5
/
+24
*
|
Bump to alpha 2
0.14a2
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'pyca/master' into release-0.14
Jean-Paul Calderone
2014-01-11
9
-151
/
+229
|
\
\
|
|
/
|
*
UTF-9 is sort of a thing but not a thing we're concerned with here.
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
|
*
Lots of Python 3.2 porting work
Jean-Paul Calderone
2014-01-11
8
-136
/
+194
|
*
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
|
*
bytes for filenames elsewhere, too.
Jean-Paul Calderone
2014-01-11
1
-2
/
+2
|
*
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
|
*
Enforce byte strings, not native strings.
Jean-Paul Calderone
2014-01-11
1
-2
/
+2
|
*
Try making mktemp always return bytes.
Jean-Paul Calderone
2014-01-11
1
-1
/
+1
|
*
Avoid using `long` if it does not exist.
Jean-Paul Calderone
2014-01-11
1
-1
/
+7
|
*
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
|
*
Add OpenSSL_add_all_algorithms.
Jean-Paul Calderone
2014-01-11
1
-0
/
+9
|
*
Try "adding" the algorithms or whatever.
Jean-Paul Calderone
2014-01-11
1
-0
/
+2
|
*
Obey the Python 3 exception variable handling rules
Jean-Paul Calderone
2014-01-10
1
-2
/
+2
*
|
Hmm maybe start off with a non-final version.
v0.14a1
Jean-Paul Calderone
2014-01-09
1
-1
/
+1
*
|
version bump
Jean-Paul Calderone
2014-01-09
1
-1
/
+1
|
/
*
this __builtin__ thing is not Python 3 compatible, apparently
Jean-Paul Calderone
2014-01-09
1
-4
/
+4
[next]