Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
ef401450d778189f434202a36a95b758868a9211
/
OpenSSL
/
test
ef40145
Cleanup docstrings and comments.
by Cory Benfield
· 10 years ago
bb8516b
Remove 'test that'.
by Cory Benfield
· 10 years ago
0f7b04c
Test for absent ALPN.
by Cory Benfield
· 10 years ago
e46fa84
Skip tests on non-ALPN platforms.
by Cory Benfield
· 10 years ago
f1177e7
Handle exceptions in ALPN select callback.
by Cory Benfield
· 10 years ago
7527958
Fixup broken ALPN tests.
by Cory Benfield
· 10 years ago
e3d5715
Test for client-only ALPN.
by Cory Benfield
· 10 years ago
12eae89
Add ALPN support.
by Cory Benfield
· 11 years ago
4e0c43f
Add some missing type documentation and remove an unused import.
by Jean-Paul Calderone
· 10 years ago
fac5ca9
Merge remote-tracking branch 'pyca/master' into 182-path-types
by Jean-Paul Calderone
· 10 years ago
0582673
Hoist the join hackery and re-use it in another place that needs it.
by Jean-Paul Calderone
· 10 years ago
4f70c80
Fix some accidental bytes/unicode mixing on Python 3.
by Jean-Paul Calderone
· 10 years ago
e21139c
Python 3.2 compatibility BECAUSE.
by Jean-Paul Calderone
· 10 years ago
9e1c1dd
And the same for Context.load_tmp_dh.
by Jean-Paul Calderone
· 10 years ago
69a4e5b
And the same for Context.use_privatekey_file.
by Jean-Paul Calderone
· 10 years ago
d57a7b6
Repeat for Context.use_certificate_file.
by Jean-Paul Calderone
· 10 years ago
aac43a3
Context.use_certificate_file test and fix.
by Jean-Paul Calderone
· 10 years ago
210c0f3
Tests for unicode and bytes handling of some path parameters.
by Jean-Paul Calderone
· 10 years ago
cbb68cc
Introduce an encoding helper and exercise it with some non-ascii paths in the rand module tests.
by Jean-Paul Calderone
· 10 years ago
174c692
minor docstring fixes
by Jean-Paul Calderone
· 10 years ago
6d86218
merge alex/aint-no-reason-things-are-this-way
by Jean-Paul Calderone
· 10 years ago
2f0f395
Merge remote-tracking branch 'pyca/master' into npn
by Jean-Paul Calderone
· 10 years ago
0ea76e7
Handle exceptions in NPN callbacks.
by Cory Benfield
· 10 years ago
1096996
Merge remote-tracking branch 'origin/master' into recv_into
by Jean-Paul Calderone
· 10 years ago
6c84010
Get the sizes closer to the code that depends on them.
by Jean-Paul Calderone
· 10 years ago
d335b27
These tests actually all exercise the bytearray case.
by Jean-Paul Calderone
· 10 years ago
4bec59a
Add the missing test for the `min` call used in the implementation.
by Jean-Paul Calderone
· 10 years ago
8fd8255
Fix one more docstring.
by Jean-Paul Calderone
· 10 years ago
320af1e
Avoid using deprecated methods even more than we do already.
by Jean-Paul Calderone
· 10 years ago
2b41ad3
Do that refactoring for a third test method.
by Jean-Paul Calderone
· 10 years ago
c295a2f
Do that refactoring for another test method.
by Jean-Paul Calderone
· 10 years ago
61559d8
Various minor docstring fixes related to the code just refactored.
by Jean-Paul Calderone
· 10 years ago
332a85e
Factor out the duplication between buffer / memoryview version of one of the new recv_into tests.
by Jean-Paul Calderone
· 10 years ago
46a0925
Initialize a context at instantiation time
by Stephen Holsapple
· 11 years ago
08ffaa6
Refactoring verify_cert
by Stephen Holsapple
· 11 years ago
4c10a1e
Make a more specific assertion about where the failure reason shows up.
by Jean-Paul Calderone
· 11 years ago
b4e40fb
remove unused import
by Jean-Paul Calderone
· 11 years ago
06e01b9
Small test method docstring fixes and fixes for tests of exceptional cases.
by Jean-Paul Calderone
· 11 years ago
517816e
Four space indentation and other whitespace fixes.
by Jean-Paul Calderone
· 11 years ago
0d9815f
Add OpenSSL.crypto.verify_chain method.
by Stephen Holsapple
· 11 years ago
496f40d
Merge pull request #179 from exarkun/Context.check_privatekey
by Jean-Paul Calderone
· 11 years ago
87e09b0
Merge pull request #172 from alex/fix-typos
by Jean-Paul Calderone
· 11 years ago
25edfd4
merge master
by Jean-Paul Calderone
· 11 years ago
c85e086
Add test for Connection.shutdown on closed socket
by Paul Aurich
· 11 years ago
9c9bda6
Shorten str type checks
by Sam Whited
· 11 years ago
77b3d08
Give assertIs and assertIsNot their stdlib-preferred names.
by Jean-Paul Calderone
· 11 years ago
932f5cc
Add tests for Context.check_privatekey.
by Jean-Paul Calderone
· 11 years ago
b586da3
verisign.org turned off SSLv3 (Happy Days!)
by Alex Gaynor
· 11 years ago
3b0ee97
Fixed several typos
by Alex Gaynor
· 11 years ago
27f55ed
Fixed a typo in the test method name
by Alex Gaynor
· 11 years ago
9823239
A docstring for the test
by Alex Gaynor
· 11 years ago
bae2dc3
Fix for py3k
by Alex Gaynor
· 11 years ago
9875a91
Added a docstring
by Alex Gaynor
· 11 years ago
8fa1dd6
Py3k fix
by Alex Gaynor
· 11 years ago
4b9c96a
Added a test for loading ASN1 data
by Alex Gaynor
· 11 years ago
de1906a
Added a test case
by Alex Gaynor
· 11 years ago
62d1033
Implement Connection.recv_into.
by Cory Benfield
· 11 years ago
be3e7b8
Make NPN markups.
by Cory Benfield
· 11 years ago
84a121e
Add support for Next Protocol Negotiation.
by Cory Benfield
· 11 years ago
b2b4078
the minimal documentation requirements
by Jean-Paul Calderone
· 11 years ago
780967e
merge master
by Jean-Paul Calderone
· 11 years ago
238fb74
Merge pull request #108 from pyca/pkcs12-without-passphrase
by Jean-Paul Calderone
· 11 years ago
f0ff13b
Fix too-long lines and fix repeated spelling error.
by Jean-Paul Calderone
· 11 years ago
1a3d211
Merge pull request #101 from pyca/ecdhe
by Jean-Paul Calderone
· 11 years ago
15f3644
Add some Python 2.6 compatibility.
by Jean-Paul Calderone
· 11 years ago
22c3124
Directly test that curves work well as set elements.
by Jean-Paul Calderone
· 11 years ago
1be7708
Use that helper to define tests for equality of _EllipticCurve instances.
by Jean-Paul Calderone
· 11 years ago
9c7f069
Add a helper for testing equality.
by Jean-Paul Calderone
· 11 years ago
3848262
Cleaner support PKCS#12 without passphrase.
by Stephen Holsapple
· 11 years ago
fc5a7af
Merge remote-tracking branch 'pyca/master' into wantwritetest-37+67
by Jean-Paul Calderone
· 11 years ago
bdb3986
Merge branch 'master' into ecdhe
by Jean-Paul Calderone
· 11 years ago
8e41d02
Also accept buffer in Connection.send and .sendall
by Markus Unterwaditzer
· 11 years ago
5a82db9
restore even more python 3.2 compat!
by Jean-Paul Calderone
· 11 years ago
eb86f3a
restore python 3.2 compatibility
by Jean-Paul Calderone
· 11 years ago
3e4e335
Mirror the OpenSSL API as is our idiom.
by Jean-Paul Calderone
· 11 years ago
c09fd58
Switch to an explicit curve object.
by Jean-Paul Calderone
· 11 years ago
cc30c93
Some versions of Python do not support the unicode literal syntax.
by Jean-Paul Calderone
· 11 years ago
c48cd81
Add a test for the failure condition of EC_KEY_new_by_curve_name
by Jean-Paul Calderone
· 11 years ago
689c489
Support for Python 2.6 - which lacks addCleanup
by Jean-Paul Calderone
· 11 years ago
5c7b52f
explicitly fail with a useful message
by Jean-Paul Calderone
· 11 years ago
3dfd451
Some docstring cleanups.
by Jean-Paul Calderone
· 11 years ago
b41d1f4
Add a test for the False case of Cryptography_HAS_EC.
by Jean-Paul Calderone
· 11 years ago
256090b
Merge remote-tracking branch 'pyca/master' into ecdhe
by Jean-Paul Calderone
· 11 years ago
61d7d39
ecdh: Use different exception types for different errors
by Andy Lutomirski
· 11 years ago
f5df243
Move test that checks for curve descriptions to a separate test
by Laurens Van Houtven
· 11 years ago
6a8cd11
Add a test that verifies the first argument passed to the verify callback. And make it pass.
by Jean-Paul Calderone
· 11 years ago
d979f23
one more whitespace fix
by Jean-Paul Calderone
· 11 years ago
5b05b48
Docstring and whitespace fixes.
by Jean-Paul Calderone
· 11 years ago
7c556ef
merge master
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
dbd7627
whitespace: three blank lines between top-level suites, two blank lines between indented suites
by Jean-Paul Calderone
· 11 years ago
e8b2d30
Merge branch 'ecdhe' of git://github.com/amluto/pyopenssl into ecdhe
by Laurens Van Houtven
· 11 years ago
416f4a1
Added dependency for cryptography>=0.3.
by Fedor Brunner
· 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
bbff8b9
Only write one byte at a time and try to write many more bytes overall.
by Jean-Paul Calderone
· 11 years ago
Next »