Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
deec9344aeb3aa394211ddbf07ad441d51dc94dd
« Previous
5be951c
cryptography 1.3 is here!
by Hynek Schlawack
· 9 years ago
901636c
Merge pull request #451 from reaperhulk/no-crypto-free
by Hynek Schlawack
· 9 years ago
f4ec47d
Merge pull request #452 from reaperhulk/no-remove-thread-state
by Hynek Schlawack
· 9 years ago
7dcb35c
Merge pull request #450 from hynek/master
by Paul Kehrer
· 9 years ago
8ff9e3d
swap ERR_remove_thread_state for ERR_clear_error
by Paul Kehrer
· 9 years ago
0dcacf7
switch to OPENSSL_free
by Paul Kehrer
· 9 years ago
238effd
Adopt CoC Covenant
by Hynek Schlawack
· 9 years ago
b875d51
Fix changelog
by Hynek Schlawack
· 9 years ago
73412e5
Fix cryptography minimum version
by Hynek Schlawack
· 9 years ago
b1f3ca8
Implement Context.set_session_id
by Hynek Schlawack
· 9 years ago
b98d569
Merge pull request #449 from pyca/alex-patch-1
by Hynek Schlawack
· 9 years ago
95d67ce
Bump
by Alex Gaynor
· 9 years ago
97b367e
Update these jobs
by Alex Gaynor
· 9 years ago
c84567b
Remove code for pre-cryptography 1.2
by Alex Gaynor
· 9 years ago
b6e39c8
Merge pull request #448 from hynek/master
by Alex Gaynor
· 9 years ago
fc92b09
Use PyPy 5.0.0
by Hynek Schlawack
· 9 years ago
aa2e6de
Merge pull request #446 from Lukasa/test-urllib3
by Hynek Schlawack
· 9 years ago
997630b
We don't need the whole history.
by Cory Benfield
· 9 years ago
cc64680
Whitelist rm
by Cory Benfield
· 9 years ago
3fe8cb5
Use urllib3's dev-requirements where possible.
by Cory Benfield
· 9 years ago
d296b1b
Smoke test for urllib3.
by Cory Benfield
· 9 years ago
581c4da
Merge pull request #444 from hynek/state_string
by Paul Kehrer
· 9 years ago
ea94f2b
Rename state_name to get_state_name
by Hynek Schlawack
· 9 years ago
16c3dc2
Merge pull request #445 from hynek/header
by Paul Kehrer
· 9 years ago
8906bdd
Move conftest.py into tests
by Hynek Schlawack
· 9 years ago
f9182e2
Print library versions the proper way
by Hynek Schlawack
· 9 years ago
8945467
Merge pull request #443 from hynek/changelog
by Paul Kehrer
· 9 years ago
65e4def
De-Sphinx CHANGELOG & add rel info to description
by Hynek Schlawack
· 9 years ago
84c194a
Merge pull request #440 from hynek/examples
by Paul Kehrer
· 9 years ago
9c756ea
Merge pull request #442 from hynek/more-422
by Paul Kehrer
· 9 years ago
aa86121
Pluck more unrelated bits from #422
by Hynek Schlawack
· 9 years ago
43dcebb
Merge pull request #441 from hynek/deprecate-2.6
by Cory Benfield
· 9 years ago
046d3f4
Deprecate Python 2.6
by Hynek Schlawack
· 9 years ago
8b7e455
Polish up examples (somewhat)
by Hynek Schlawack
· 9 years ago
61630a0
Merge pull request #433 from reaperhulk/opaque-x509-ext
by Alex Gaynor
· 9 years ago
2c605ba
move to separate pytest class + add one more test case
by Paul Kehrer
· 9 years ago
5aad73c
what's a bytes
by Paul Kehrer
· 9 years ago
418411e
first revoked cert in the CRL has NID_crl_reason first in list
by Paul Kehrer
· 9 years ago
e600de6
Merge pull request #437 from hynek/fix-set_cipher_list-modern-openssl
by Paul Kehrer
· 9 years ago
5e3dd4c
add a test to confirm crl.get_reason ignores unsupported extensions
by Paul Kehrer
· 9 years ago
e8f91cc
treat x509 extension objects as opaque pointers
by Paul Kehrer
· 9 years ago
ec47679
Assert against True explicitly
by Hynek Schlawack
· 9 years ago
22a4b66
More explicit assert
by Hynek Schlawack
· 9 years ago
a7a63af
Grammar
by Hynek Schlawack
· 9 years ago
f90e368
Fix set_cipher_list on modern OpenSSL
by Hynek Schlawack
· 9 years ago
c488dea
Merge pull request #435 from reaperhulk/m-asn1-time-dup
by Hynek Schlawack
· 9 years ago
b11bffc
bytes
by Paul Kehrer
· 9 years ago
5566e51
Merge pull request #434 from reaperhulk/dsa-params
by Alex Gaynor
· 9 years ago
afa5a66
gc the DSA key a different way
by Paul Kehrer
· 9 years ago
2fe23b0
fix test and a missing X509_REVOKED_dup call
by Paul Kehrer
· 9 years ago
b3ba708
bump cryptography version requirement
by Paul Kehrer
· 9 years ago
8dddb1a
remove X509_REVOKED_dup entirely since cryptography can do this
by Paul Kehrer
· 9 years ago
a0860b9
switch to DSA_generate_parameters_ex
by Paul Kehrer
· 9 years ago
1ddb289
Merge pull request #430 from reaperhulk/changelog-entry
by Hynek Schlawack
· 9 years ago
8fc6ec0
add changelog entry for the fix in #428
by Paul Kehrer
· 9 years ago
e6eac51
Merge pull request #428 from cmurphy/fix_signature_buffer_size
by Cory Benfield
· 9 years ago
e09399b
Fix signature buffer size for RSA keys
by Colleen Murphy
· 9 years ago
565d3b8
Merge pull request #416 from Lukasa/docs/asn1
by Alex Gaynor
· 9 years ago
4756925
Code review feedback (belatedly!)
by Cory Benfield
· 9 years ago
4304888
Merge pull request #420 from reaperhulk/pypy4
by Hynek Schlawack
· 9 years ago
dfeabd4
these are no longer allowed to fail
by Paul Kehrer
· 9 years ago
3a29477
use pypy4 in travis CI
by Paul Kehrer
· 9 years ago
46e3de6
Merge pull request #418 from hynek/master
by Alex Gaynor
· 9 years ago
98408ab
Rename legacy to 1.1
by Hynek Schlawack
· 9 years ago
74a65df
PyPy is still very broken on Travis
by Hynek Schlawack
· 9 years ago
2a91ba3
Make pyOpenSSL future-proof
by Hynek Schlawack
· 9 years ago
85bc15c
Merge pull request #417 from hynek/master
by Cory Benfield
· 9 years ago
a5811cc
Greatly simplify test_state_string
by Hynek Schlawack
· 9 years ago
fb4d4fb
Reformat.
by Cory Benfield
· 9 years ago
4d67d04
Explain that FILETYPE_ASN1 is DER.
by Cory Benfield
· 9 years ago
a14f5ea
Merge pull request #415 from reaperhulk/fix-414
by Hynek Schlawack
· 9 years ago
fde45c9
compare datetimes directly for the expiry check
by Paul Kehrer
· 9 years ago
8acb3af
Merge pull request #412 from hynek/master
by Cory Benfield
· 9 years ago
0cc6154
2016 snook up on us
by Hynek Schlawack
· 9 years ago
9b73a6d
Merge pull request #411 from hynek/master
by Alex Gaynor
· 9 years ago
68e1703
Add changelog entry for #304
by Hynek Schlawack
· 9 years ago
328bdb1
Merge pull request #304 from chakatodd/get_app_data
by Hynek Schlawack
· 9 years ago
4f73e4f
Fixed AttributeError when calling get_app_data()
by Todd Chapman
· 9 years ago
04751e4
Merge pull request #408 from dveeden/master
by Alex Gaynor
· 9 years ago
a85b47e
Merge pull request #409 from alex/flake8-cleanup
by Paul Kehrer
· 9 years ago
d809a58
Drop this, it's no good.
by Alex Gaynor
· 9 years ago
c3fac9d
Fixed up some flake8 errors from the latest version
by Alex Gaynor
· 9 years ago
ae8243d
Don't use SSLv2 or SSLv3 in examples/simple
by Daniël van Eeden
· 9 years ago
b3316fc
Merge pull request #404 from hynek/master
by Cory Benfield
· 9 years ago
5e63fd3
Rename readme dep and sprinkle in skip_installs
by Hynek Schlawack
· 9 years ago
8378cad
Merge pull request #394 from aalba6675/patch-tests-SHA1
by Hynek Schlawack
· 9 years ago
776abd8
Merge pull request #396 from Lukasa/issue/395
by Hynek Schlawack
· 9 years ago
e6bcce8
Fix get_issuer/subject docstrings for X509 too.
by Cory Benfield
· 9 years ago
881dc8d
Fix get_subject docstring.
by Cory Benfield
· 9 years ago
a51d3ab
Merge pull request #398 from hynek/fix-build
by Cory Benfield
· 9 years ago
0c21cbd
Banning all breaks setuptools installation
by Hynek Schlawack
· 9 years ago
8b5ee6f
Blacklist py.test 2.8.4, disable wheels
by Hynek Schlawack
· 9 years ago
c4206f6
Correction for coding convention.
by Anthony Alba
· 9 years ago
2ce737f
Enable tests to pass when MD5 verification disabled in OpenSSL.
by Anthony Alba
· 9 years ago
d3b30f6
Merge pull request #385 from hynek/better-contributions
by Cory Benfield
· 9 years ago
105bfb7
Move security paragraph down
by Hynek Schlawack
· 9 years ago
a2995a1
Be more verbose and add examples
by Hynek Schlawack
· 9 years ago
3ca2eee
Merge pull request #382 from Lukasa/dump_pubkey
by Hynek Schlawack
· 9 years ago
666b8c1
Move publickey methods to top of changelog.
by Cory Benfield
· 9 years ago
2b6bb80
Further clarify dump_publickey argument types.
by Cory Benfield
· 9 years ago
Next »