Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pyopenssl
/
3efa98cfe36d359ee86785a17233f0584ecad265
3efa98c
Update SSL.py docstring (#849)
by Daniel Holth
· 6 years ago
1265b06
Run tests in random order to weed out issues (#842)
by Alex Gaynor
· 6 years ago
8fd7c15
Remove deleted files from MANIFEST.in (#841)
by Alex Gaynor
· 6 years ago
6fd5f53
Delete .mention-bot (#840)
by Alex Gaynor
· 6 years ago
f0455d2
Delete examples/simple/ (#837)
by Alex Gaynor
· 6 years ago
dc44dac
Delete examples/sni/ (#838)
by Alex Gaynor
· 6 years ago
3de2415
Delete README.rst (#839)
by Alex Gaynor
· 6 years ago
140a69e
Delete SecureXMLRPCServer.py (#836)
by Alex Gaynor
· 6 years ago
2399206
Delete proxy.py (#835)
by Alex Gaynor
· 6 years ago
9f328eb
Delete certgen.py (#834)
by Alex Gaynor
· 6 years ago
6aa9f14
Delete mk_simple_certs which is definitely not the pyca recommended way to generate certs (#833)
by Alex Gaynor
· 6 years ago
aeca8a4
Remove tests of long functionality (#832)
by Alex Gaynor
· 6 years ago
1fbe064
Make test_ssl pass in an IPv6-only environment (#827)
by David Benjamin
· 6 years ago
4d57590
skip NPN tests if NPN is not available (#822)
by Paul Kehrer
· 6 years ago
a42c5c9
OpenSSL always has SNI (#821)
by Alex Gaynor
· 6 years ago
be2bd54
Deprecated NPN (#820)
by Alex Gaynor
· 6 years ago
df2480d
Raise an Error with "no cipher match" even with TLS 1.3 (#818)
by Mark Williams
· 6 years ago
ca749b5
Make all of the examples py3 syntax friendly (#816)
by Alex Gaynor
· 7 years ago
01f90a1
Removed deprecated Type aliases (#814)
by Alex Gaynor
· 7 years ago
2d2ea9d
Update install docs for suppoted versions of OpenSSL (#813)
by Alex Gaynor
· 7 years ago
4cb0520
Update test for us not supporting 0.9.8 (#812)
by Alex Gaynor
· 7 years ago
80dcf38
Provide a valid digest option (#811)
by Wayne Werner
· 7 years ago
870b775
more infra changes (#809)
by Paul Kehrer
· 7 years ago
f0a59cd
Reopen master for 19.1 (#810)
by Alex Gaynor
· 7 years ago
c9a71e1
release 19.0.0 (#808)
by Paul Kehrer
· 7 years ago
fd70632
changelog and call it 19 now (#807)
by Paul Kehrer
· 7 years ago
1f9c5d1
upgrade macos builders to newer travis image (#806)
by Paul Kehrer
· 7 years ago
2f874f2
add key types consts (#776)
by Igr
· 7 years ago
4121e25
Fixes incorrect rtype in documentation (#802)
by Gaurav Malhotra
· 7 years ago
4183beb
Handle NULL bytes in get_components() values (#804)
by Romuald Brunet
· 7 years ago
7d5a3bf
Hypothetically fixes pyOpenSSL tests (#805)
by Paul Kehrer
· 7 years ago
37e6022
Update OpenSSL manpage link to x509v3_config (#789)
by Cyril Stoller
· 7 years ago
6f25ced
Add note on zero-based certificate version value (#790)
by Cyril Stoller
· 7 years ago
0e6c553
X509Store.add_cert no longer raises an error on duplicate cert (#787)
by Paul Kehrer
· 7 years ago
178d04d
Fixes #784 -- bump minimum cryptography version (#785)
by Alex Gaynor
· 7 years ago
b2777a4
fix wantWriteError to error even with big socket buffers (#782)
by catern
· 7 years ago
0f82c1f
Added py37 (#772)
by Alex Gaynor
· 7 years ago
179eb1d
Only allocate exponent in the TYPE_RSA path. (#767)
by David Benjamin
· 7 years ago
7ac5f27
Tone down the comment around SSL_set_tlsext_status_ocsp_resp. (#764)
by David Benjamin
· 7 years ago
ce5c384
Fix SSL_CTX_set_tlsext_servername_callback type signature. (#763)
by David Benjamin
· 7 years ago
a40e861
reopen master for 18.1 (#761)
by Paul Kehrer
· 7 years ago
74de8a1
18.0.0 release time (#760)
by Paul Kehrer
· 7 years ago
959a031
tell people to stop using this where possible (#759)
by Paul Kehrer
· 7 years ago
460a19d
Add Connection.get_certificate method (#733)
by Jeremy Lainé
· 7 years ago
e7f3345
Make sure a NotImplementedError is always raised on Connection.makefile() (#744)
by Ayke
· 7 years ago
02261ad
Add Context.set_tlsext_use_srtp (#734)
by Jeremy Lainé
· 7 years ago
7cc15e8
make codecov stop commenting (#756)
by Paul Kehrer
· 7 years ago
40bc0f1
Fixed a handful of typos (#755)
by Alex Gaynor
· 7 years ago
15c2935
Always enable auto retry (#753)
by Paul Kehrer
· 7 years ago
4f9b706
Make the changelog consistent (#754)
by Alex Gaynor
· 7 years ago
6e9f976
Increase the size of RSA key used in tests for OpenSSL 1.1.1 (#750)
by Alex Gaynor
· 7 years ago
373926c
fixed tests that want SNI (#751)
by Alex Gaynor
· 7 years ago
384264f
Switch to xcode_image 9.3 (#752)
by Alex Gaynor
· 7 years ago
57c2f03
Run tests against pypy3, use travis's pypy/pypy3 (#743)
by Jeremy Lainé
· 7 years ago
1ae7cb6
Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)
by Jeremy Lainé
· 7 years ago
993c4e4
Don't add not supported SSL_ST_* into _all_, fixies #738 (#739)
by Ondřej Nový
· 7 years ago
d072cae
Use autofocus for all module documentation/docstrings (#737)
by Alex Chan
· 7 years ago
3d231f0
open for 17.6.0 (#727)
by Paul Kehrer
· 8 years ago
d21fcd8
17.5.0 version bump (#726)
by Paul Kehrer
· 8 years ago
bdb7639
Export keying material support (#725)
by Paul Kehrer
· 8 years ago
e738186
fix a memory leak and a potential UAF and also #722 (#723)
by Paul Kehrer
· 8 years ago
f724786
Pin pytest until we drop 2.6 (#721)
by Hynek Schlawack
· 8 years ago
736c621
define __all__ to make wildcard import work (#719)
by Nicolas Karolak
· 8 years ago
57051a5
reopen master (#718)
by Paul Kehrer
· 8 years ago
e61e202
Require urllib3 tests to pass; fixes #712 (#716)
by Alex Gaynor
· 8 years ago
5a3fb40
bump to 17.4.0 (#714)
by Paul Kehrer
· 8 years ago
acbd662
restore a subset of the rand module (#708)
by Paul Kehrer
· 8 years ago
4aa52c3
Don't use things after they're freed...duh (#709)
by Alex Gaynor
· 8 years ago
c3697ad
fix errors with latest flake8 (#710)
by Alex Gaynor
· 8 years ago
fe0120f
Improve documentation for passphrase callback (#703)
by Diego Fernandez
· 8 years ago
1eac0e8
17.4.0.dev0 bump (#694)
by Paul Kehrer
· 8 years ago
9bd33dc
bump version and update changelog (#693)
by Paul Kehrer
· 8 years ago
58193f1
Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691)
by Jeremy Cline
· 8 years ago
9e15eca
Provide a destructor for the CRL object (#690)
by Jeremy Cline
· 8 years ago
332848f
Fix another test to not hardcode TLSv1 (#683)
by Alex Gaynor
· 8 years ago
85b1758
Don't use "TLSv1" as a default for loopback clients/servers (#682)
by Alex Gaynor
· 8 years ago
23c965e
Delete rand.py (#675)
by Alex Gaynor
· 8 years ago
209de94
Drop py33 (#677)
by Alex Gaynor
· 8 years ago
6cbc69a
Simplify test code (#679)
by Alex Gaynor
· 8 years ago
642de6f
Mark this test as flaky (#678)
by Alex Gaynor
· 8 years ago
a079213
Fixes #655 -- deprecate OpenSSL.tsafe (#673)
by Alex Gaynor
· 8 years ago
a723ba2
Start new release cycle (#672)
by Hynek Schlawack
· 8 years ago
dd44662
Prepare 17.2.0 (#671)
by Hynek Schlawack
· 8 years ago
59d2625
(EC)DSA signature fix (#670)
by Paul Kehrer
· 8 years ago
8102128
Bend some recent changes to standards (#669)
by Hynek Schlawack
· 8 years ago
ad44ccd
document set_default_verify_paths caveats (#667)
by Paul Kehrer
· 8 years ago
dc996b1
add note about cryptography to crypto module (#666)
by Paul Kehrer
· 8 years ago
a92a1a7
fix #664 (#665)
by Paul Kehrer
· 8 years ago
7f5610c
101 doesn't work, just mark it flaky (#662)
by Alex Gaynor
· 8 years ago
4fbc11d
move deps to extras (#661)
by Paul Kehrer
· 8 years ago
e466bc9
FIxed #266 -- attempt to deflake our tests (#660)
by Alex Gaynor
· 8 years ago
b3460c6
Fixed #657 -- handle OverflowErrors on large allocation requests (#659)
by Alex Gaynor
· 8 years ago
8a1de8d
Fixed #631 -- deprecate all of OpenSSL.rand (#658)
by Alex Gaynor
· 8 years ago
a421276
Start new release cycle (#654)
by Hynek Schlawack
· 8 years ago
a46d234
Prepare 17.1 (#653)
by Hynek Schlawack
· 8 years ago
173e4ba
Removed the deprecated md5 default on CRL.export() (#652)
by Alex Gaynor
· 8 years ago
941f903
Bend CHANGELOG.rst to our shape (#651)
by Hynek Schlawack
· 8 years ago
d61c46a
Kill some commented out code and other cleanups (#649)
by Alex Gaynor
· 8 years ago
e1d8db5
remove gibberish comment (#648)
by Alex Gaynor
· 8 years ago
336d802
Kill dead code (#647)
by Alex Gaynor
· 8 years ago
Next »