Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
01af9046022025a6dacac110dd4aed48e7163d63
01af904
... avoid undefined behavior.
by Jean-Paul Calderone
· 11 years ago
5b05b48
Docstring and whitespace fixes.
by Jean-Paul Calderone
· 11 years ago
76f8415
Correct filename.
by Jean-Paul Calderone
· 11 years ago
ac20956
Refactor the implementation to avoid duplication; use the result of the API to determine the proper buffer size to use.
by Jean-Paul Calderone
· 11 years ago
7c556ef
merge master
by Jean-Paul Calderone
· 11 years ago
f317075
Merge pull request #83 from exarkun/current_cipher_info3
by Jean-Paul Calderone
· 11 years ago
7f0ded4
Return unicode from these new APIs rather than the native string type.
by Jean-Paul Calderone
· 11 years ago
069e2bf
Use assertIdentical instead of the other thing.
by Jean-Paul Calderone
· 11 years ago
b13ce31
merge master
by Jean-Paul Calderone
· 11 years ago
ab04bdc
ChangeLog entry
by Jean-Paul Calderone
· 11 years ago
9e3ccd4
Add return type API documentation.
by Jean-Paul Calderone
· 11 years ago
dbd7627
whitespace: three blank lines between top-level suites, two blank lines between indented suites
by Jean-Paul Calderone
· 11 years ago
416f4a1
Added dependency for cryptography>=0.3.
by Fedor Brunner
· 11 years ago
6090465
Merge pull request #78 from pyca/tsafe-apply-48
by Jean-Paul Calderone
· 11 years ago
d735ae8
Add a changelog entry
by Jean-Paul Calderone
· 11 years ago
5bfdea3
Further simplifications.
by Jean-Paul Calderone
· 11 years ago
a566e4e
pyflakes and documentation cleanups
by Jean-Paul Calderone
· 11 years ago
65627a2
Apply the changeset from https://code.launchpad.net/~redtoad/pyopenssl/pyopenssl/+merge/178226 by Sebastian Rahlf
by Jean-Paul Calderone
· 11 years ago
b1719a9
Replace assertIs with assertTrue,
by Fedor Brunner
· 11 years ago
e3e284b
Merge pull request #64 from reaperhulk/travis-test-cryptography-master
by Laurens Van Houtven
· 11 years ago
77d7b91
Merge pull request #66 from pyca/contributing-update
by Jean-Paul Calderone
· 11 years ago
433d4bd
linkify feature branch
by Jean-Paul Calderone
· 11 years ago
0679a69
minor tweaks
by Jean-Paul Calderone
· 11 years ago
83b3e09
pyopenssl-committers
by Laurens Van Houtven
· 11 years ago
36a2665
Semantic linefeeds
by Laurens Van Houtven
· 11 years ago
757807e
PEP8 + exceptions, not TCS
by Laurens Van Houtven
· 11 years ago
df531cc
Mention changes should be documented
by Laurens Van Houtven
· 11 years ago
5a42298
ReStructured Textify
by Laurens Van Houtven
· 11 years ago
dc06b70
Canonical capitalization is pyOpenSSL not PyOpenSSL
by Laurens Van Houtven
· 11 years ago
290aba1
Add a basic contribution guide
by Laurens Van Houtven
· 11 years ago
82285ec
test all versions of python with master cryptography
by Paul Kehrer
· 11 years ago
680ba5f
only one thing is allowed to fail
by Paul Kehrer
· 11 years ago
9bf3f5c
test against the cryptography master
by Paul Kehrer
· 11 years ago
1764021
Merge pull request #63 from lvh/master
by Jean-Paul Calderone
· 11 years ago
19bca05
Remove references to MODE_NO_COMPRESSION
by Laurens Van Houtven
· 11 years ago
e7a6939
Merge pull request #59 from hellais/fix/openssl0.9.8compat
by Jean-Paul Calderone
· 11 years ago
2cffdbc
Test methods test_get_cipher_* have been split into two sets.
by Fedor Brunner
· 11 years ago
5f8c7a8
Make setting of OP_NO_TICKET conditional (for <= 0.9.8f compatibility)
by Arturo Filastò
· 11 years ago
e11876f
Merge pull request #58 from exarkun/universal-wheel
by Jean-Paul Calderone
· 11 years ago
2afc3a1
add a wheel install step and make the script build the wheel so this functionality is at least minimally exercised.
by Jean-Paul Calderone
· 11 years ago
5747b93
Interface for the SSL_get_peer_finished, SSL_get_finished.
by Fedor Brunner
· 11 years ago
c82fcc2
pyOpenSSL is now pure python -- it can be a universal wheel
by Alex Gaynor
· 11 years ago
d95014a
Get the actually used cipher name,bits,version of the established connection.
by Fedor Brunner
· 11 years ago
bc87f85
Merge pull request #52 from pyca/setup.py-py3-classifier
by Jean-Paul Calderone
· 11 years ago
1674313
add Python :: 2 and some comments referring to reasons to include Python :: 3 here
by Jean-Paul Calderone
· 11 years ago
a21e20f
Merge pull request #51 from pyca/sholsapp-master
by Jean-Paul Calderone
· 11 years ago
26e07d6
rst api docs
by Jean-Paul Calderone
· 11 years ago
b7a79b4
Drop the redundant starting value for `range`
by Jean-Paul Calderone
· 11 years ago
da3e6c6
rstify the docstring a little more
by Jean-Paul Calderone
· 11 years ago
9479d73
Drop the underscore prefix on the other local variable name.
by Jean-Paul Calderone
· 11 years ago
5e8bf3f
ChangeLog entry
by Jean-Paul Calderone
· 11 years ago
7fbdf64
Made corrections as per suggestions in https://github.com/pyca/pyopenssl/pull/22
by Stephen Holsapple
· 11 years ago
9c1f262
Merge branch 'master' of https://github.com/pyca/pyopenssl
by Stephen Holsapple
· 11 years ago
24bf119
Merge pull request #40 from andrew-d/andrew-support-sslv2
by Jean-Paul Calderone
· 11 years ago
cdaf4cf
Merge pull request #49 from smurfix/oldubuntu
by Jean-Paul Calderone
· 11 years ago
1ae0370
Drop ages-old Ubuntu packaging
by Matthias Urlichs
· 11 years ago
3078273
Add the generic Python 3 trove classifier
by Brett Cannon
· 11 years ago
ec84a0a
Allow creating a Context with SSLv2_METHOD
by Andrew Dunham
· 11 years ago
a5718e3
Fix test cases in test_add_extensions
by Stephen Holsapple
· 11 years ago
a6b40c5
Merge remote-tracking branch 'upstream/master'
by Stephen Holsapple
· 11 years ago
759efbf
Merge pull request #36 from pyca/release-0.14
by Jean-Paul Calderone
· 11 years ago
0146d44
Bump version to 0.14 final
by Jean-Paul Calderone
· 11 years ago
8c65eae
Merge remote-tracking branch 'pyca/updated-cryptography-dependency' into release-0.14
by Jean-Paul Calderone
· 11 years ago
c6281a8
cryptography 0.2.1 is out, might as well tell everyone to use that.
by Jean-Paul Calderone
· 11 years ago
529e74e
Merge branch 'osx-wantwrite' into release-0.14
by Jean-Paul Calderone
· 11 years ago
08d4ade
Merge pull request #31 from pyca/osx-wantwrite
by Jean-Paul Calderone
· 11 years ago
22c28b4
Make sure we still write a lot of bytes, too.
by Jean-Paul Calderone
· 11 years ago
7d7c9c2
Fill the send buffer with smaller strings in order to more completely fill it.
by Jean-Paul Calderone
· 11 years ago
3dffd62
Bump to 0.14a4
by Jean-Paul Calderone
· 11 years ago
1c2b845
Merge commit 'f73a3cb' into release-0.14 (Re-enable support for `long` in most APIs on Python 2.x)
by Jean-Paul Calderone
· 11 years ago
e11f7d6
Merge commit '2691849' into release-0.14 (Remove obsolete, incorrect documentation)
by Jean-Paul Calderone
· 11 years ago
221e990
Merge commit '3835e52' into release-0.14 (Fix info callback support so it gets the Connection instance again)
by Jean-Paul Calderone
· 11 years ago
9706314
Merge commit '410d042' into release-0.14 (Fix many tests on 64 bit Python on Windows)
by Jean-Paul Calderone
· 11 years ago
2562bd8
Merge commit '541150d' into release-0.14 (Fix `test_closed` on Windows)
by Jean-Paul Calderone
· 11 years ago
ab984a4
Merge pull request #28 from pyca/other-int-fixes
by Jean-Paul Calderone
· 11 years ago
f73a3cb
tests and fixes for other int/long cases
by Jean-Paul Calderone
· 11 years ago
bef4f4c
Add some missing test coverage for handling values of type `long` and fix the implementation to accept either `int` or `long` on Python 2 (more closely matching the API implemented by the old C code).
by Jean-Paul Calderone
· 12 years ago
2a78d98
Merge pull request #27 from pyca/misc-documentation-fixes
by Jean-Paul Calderone
· 12 years ago
2691849
github! python.org!
by Jean-Paul Calderone
· 12 years ago
eeb4bb1
There is a top-level INSTALL document now. Let's not be redundant.
by Jean-Paul Calderone
· 12 years ago
9b499dd
cffi callbacks are easy
by Jean-Paul Calderone
· 12 years ago
203236c
Merge pull request #26 from pyca/info-callback-argument
by Jean-Paul Calderone
· 12 years ago
3835e52
clean up messy comment
by Jean-Paul Calderone
· 12 years ago
f2bbc9c
Change the info callback test to at least assert that the connection argument is a Connection instance.
by Jean-Paul Calderone
· 12 years ago
0e26e2c
Merge pull request #21 from kouk/gitignore
by Jean-Paul Calderone
· 12 years ago
600dcc2
Merge pull request #20 from kouk/longint
by Jean-Paul Calderone
· 12 years ago
ce27d79
Merge pull request #25 from longaccess/fix_test_closed
by Jean-Paul Calderone
· 12 years ago
541150d
make test_closed pass on windows
by Konstantinos Koukopoulos
· 12 years ago
410d042
allow tests to run even without execinfo.h
by Konstantinos Koukopoulos
· 12 years ago
ca545b7
Finished test case for test_crypto.py.
by Stephen Holsapple
· 12 years ago
adfd39d
Added support for getting extensions from a X509Req object.
by Stephen Holsapple
· 12 years ago
6b8d6ca
add .gitignore
by Konstantinos Koukopoulos
· 12 years ago
c8b13ea
use six's integer_types instead of py3 incompatible type 'long'
by Konstantinos Koukopoulos
· 12 years ago
d3d41b0
support 64 bit fd's
by Konstantinos Koukopoulos
· 12 years ago
99c6dc4
Bump to alpha 3
by Jean-Paul Calderone
· 12 years ago
658cbb2
Merge pull request 'pyca/python3-porting-fixes' into release-0.14
by Jean-Paul Calderone
· 12 years ago
df45499
Merge pull request #10 from pyca/python3-porting-fixes
by Jean-Paul Calderone
· 12 years ago
c76c61c
Accommodate Python 3.2
by Jean-Paul Calderone
· 12 years ago
fab157b
Use the initialization functions that cryptography 0.1 exposes
by Jean-Paul Calderone
· 12 years ago
6922a86
Allow unicode as well as bytes in all the load APIs as well
by Jean-Paul Calderone
· 12 years ago
Next »