Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
7e8b61eec94564a328af7d71407f703ea877a0e4
/
OpenSSL
/
test
7e8b61e
flake8 fix
by Alex Gaynor
· 10 years ago
58c2101
Merge pull request #310 from kjav/patch-1
by Hynek Schlawack
· 10 years ago
4330778
Fixed some more flake8 errors
by Alex Gaynor
· 10 years ago
7e9de8e
Removed some unused code
by Alex Gaynor
· 10 years ago
a0bcafa
Removed an unused import and fixed formatting
by Alex Gaynor
· 10 years ago
b8e3899
Removed duplicate and unused imports
by Alex Gaynor
· 10 years ago
6841723
Fixed a test to really check what it was supposed to
by Alex Gaynor
· 10 years ago
fe508d6
Added test for getattr changes
by kjav
· 10 years ago
1d95dea
add ssl_peek functionality
by Maximilian Hils
· 10 years ago
bed25c9
fic race condition in tests
by Maximilian Hils
· 10 years ago
46f2891
Fixed test_ssl.py. Branches got mixed.
by Jim Shaver
· 10 years ago
b5b6b0e
fix grammar and english in SSL.py and ssl.rst
by Jim Shaver
· 10 years ago
58d2573
Switch get_protocol_version_name back to unicode.
by Jim Shaver
· 10 years ago
208438c
Fixing the truth in Changelog SSL.py and test_ssl.py
by Jim Shaver
· 10 years ago
abff188
differentiated the two functions. Updated docs, and tests
by Jim Shaver
· 10 years ago
85a4dff
Make variable assignment in tests more readable
by Jim Shaver
· 10 years ago
380507e
Added changelog, entry fixed brackets
by Jim Shaver
· 10 years ago
ba65e66
switch to SSL_get_version.
by Jim Shaver
· 10 years ago
5d85fca
Add support for querying the negotiated TLS version.
by Richard J. Moore
· 11 years ago
e90680f
Use context managers for better readability
by Hynek Schlawack
· 10 years ago
1902c01
Consistent layout
by Hynek Schlawack
· 10 years ago
4813c0e
Use tmp dir instead of keeping track of files
by Hynek Schlawack
· 10 years ago
72e1e5a
Add suffix option to TestCase.mktemp
by Hynek Schlawack
· 10 years ago
38eb748
Reactivate cleanup of temp files
by Hynek Schlawack
· 10 years ago
fc18f7b
OpenSSL 1.0.2 Compatibility
by Jeff Tang
· 10 years ago
5533e25
Set the string-mask to utf8only
by D.S. Ljungmark
· 11 years ago
8938947
A more precise test with less I/O.
by Glyph
· 10 years ago
6064ec3
Test the right error.
by Glyph
· 10 years ago
df220ad
Merge pull request #218 from exarkun/npn_feature_detect
by Paul Kehrer
· 10 years ago
218a014
merge master
by Jean-Paul Calderone
· 10 years ago
f0e7456
merge master
by Jean-Paul Calderone
· 10 years ago
9be8519
Pass the correct type to CRL.export.
by Jean-Paul Calderone
· 10 years ago
da6399a
Merge master again!
by Jean-Paul Calderone
· 10 years ago
9347742
Fix wrapping and typo in warning name.
by Jean-Paul Calderone
· 10 years ago
516c12c
Remove unused import.
by Jean-Paul Calderone
· 10 years ago
f188d23
Remove accidental space.
by Jean-Paul Calderone
· 10 years ago
17eca48
merge master, resolve simple conflicts
by Jean-Paul Calderone
· 10 years ago
307e9e6
Unrolling loops like I'm GCC
by Cory Benfield
· 10 years ago
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
ba1820d
Test NotImplementedError works.
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
cce22d0
Switch the message digest name to bytes.
by Jean-Paul Calderone
· 10 years ago
8654f78
Merge remote-tracking branch 'origin/master' into 159-crl-export-digest
by Jean-Paul Calderone
· 10 years ago
6043279
Split up the one big CRL test and deprecate the default message digest.
by Jean-Paul Calderone
· 10 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
8dc37a1
One more.
by Jean-Paul Calderone
· 10 years ago
362c1f5
And Python 3.2 compatibility.
by Jean-Paul Calderone
· 10 years ago
13a0e65
I mean Python 2.6.
by Jean-Paul Calderone
· 10 years ago
607a380
Remove the deprecation for this parameter that represents a path name.
by Jean-Paul Calderone
· 10 years ago
6462b07
Factor the warning code into a shared helper. Remove some of the unnecessary repetition from the tests.
by Jean-Paul Calderone
· 10 years ago
c5484ba
Tests for added backward compatibility in crypto.py
by Abraham Martin
· 10 years ago
ef06348
Tests for added backward compatibility in SSL.py
by Abraham Martin
· 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
5f9eea4
update docs
by Bulat Gaifullin
· 11 years ago
925f786
fixed test_export_wrong_args
by Bulat Gaifullin
· 11 years ago
Next »