Sign in
chromium
/
external
/
github.com
/
pyca
/
pyopenssl
/
refs/tags/18.0.0
74de8a1
18.0.0 release time (#760)
by Paul Kehrer
· 7 years ago
18.0.0
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é
· 8 years ago
1ae7cb6
Raise minimum cryptography version to 2.2.1, drop python 2.6 (#742)
by Jeremy Lainé
· 8 years ago
993c4e4
Don't add not supported SSL_ST_* into _all_, fixies #738 (#739)
by Ondřej Nový
· 8 years ago
d072cae
Use autofocus for all module documentation/docstrings (#737)
by Alex Chan
· 8 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
17.5.0
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
17.4.0
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
17.3.0
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
17.2.0
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
17.1.0
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
aa32e71
Fixed #461 -- make the tests pass when SSLv3 isn't supported (#644)
by Alex Gaynor
· 8 years ago
55fb341
try loading trusted certs from a list of fallbacks (#633)
by Paul Kehrer
· 8 years ago
cded993
dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)
by Paul Kehrer
· 8 years ago
41c1024
add to_cryptography/from_cryptography on CRL and X509Req (#645)
by Paul Kehrer
· 8 years ago
10d3083
Fixed #486 -- deprecate the backwards compat names (#643)
by Alex Gaynor
· 8 years ago
9939ba1
Added an API for converting X509 to/from cryptography (#640)
by Alex Gaynor
· 8 years ago
f8022d6
Drop some dead code, cryptography has _never_ bound RAND_screen (#641)
by Alex Gaynor
· 8 years ago
ce98ee6
update docs and and changelog for #612 (#639)
by Paul Kehrer
· 8 years ago
80b25ef
Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612)
by Moriyoshi Koizumi
· 8 years ago
a40898b
the root cert expired, make a new one (using the same values) (#637)
by Paul Kehrer
· 8 years ago
c9280c5
use a newer xcode image (which means testing on sierra) (#635)
by Paul Kehrer
· 8 years ago
465e80e
urllib3 uses pytest now, various upgrades to the travis env (#634)
by Paul Kehrer
· 8 years ago
3ed6273
Drop the deprecated rand.egd function (#630)
by Alex Gaynor
· 8 years ago
0d2aec5
Use the normal OpenSSL function instead of the crypto wrapper (#629)
by Alex Gaynor
· 8 years ago
d52975c
Add an informative __main__.py (#620)
by Hynek Schlawack
· 8 years ago
7706e14
Start new release cycle (#618)
by Hynek Schlawack
· 9 years ago
7970508
Prepare 17.0.0 (#617)
by Hynek Schlawack
· 9 years ago
84902a2
Remove code for checking if EC support is present (#616)
by Alex Chan
· 9 years ago
f6c96af
Prepare for 17.0.0 (#615)
by Hynek Schlawack
· 9 years ago
fb078d8
Assorted cheap coverage wins (#602)
by Alex Chan
· 9 years ago
54005ce
Fix broken links in the documentation (#611)
by Alex Chan
· 9 years ago
3bcf315
Fix up some pytest-related stuff (#601)
by Hynek Schlawack
· 9 years ago
868dc3c
Limit SSL_write bufsize to avoid OverflowErrors (#603)
by Maximilian Hils
· 9 years ago
b748099
Rip out the last vestages of unittest from the test suite (#599)
by Alex Chan
· 9 years ago
1089ed2
Python 3.6 (#600)
by Hynek Schlawack
· 9 years ago
b00ede2
Convert the remaining tests in test_crypto.py to be pytest-style (#593)
by Alex Chan
· 9 years ago
1c0cb66
Convert the rest of TestConnection to be pytest-style (#594)
by Alex Chan
· 9 years ago
7f3914b
Patch up easy TypeError-based coverage gaps (#598)
by lymanZerga11
· 9 years ago
9e2a993
Convert more classes in test_crypto.py to pytest-style (#591)
by Alex Chan
· 9 years ago
36eb2de
Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)
by Greg Bowser
· 9 years ago
7be83a5
Convert another couple of test classes to pytest-style (#586)
by Alex Chan
· 9 years ago
532b79e
Convert TestContext to be pytest-style (#589)
by Alex Chan
· 9 years ago
685483b
Link to PR #580 in changelog. (#590)
by Cory Benfield
· 9 years ago
496652a
Add support for OCSP stapling. (#580)
by Cory Benfield
· 9 years ago
deec934
Convert a few more small test classes to be pytest-style (#585)
by Alex Chan
· 9 years ago
6c6bf86
automatically set SSL_CTX_set_ecdh_auto when available (#575)
by Paul Kehrer
· 9 years ago
63ef9bc
Convert the elliptic curve tests to be pytest-style (#576)
by Alex Chan
· 9 years ago
6d97756
Document supported OpenSSL versions (#584)
by Hynek Schlawack
· 9 years ago
01c3167
Activate intersphinx (#583)
by Hynek Schlawack
· 9 years ago
e62840e
Don't zero memory when we don't have to. (#578)
by Cory Benfield
· 9 years ago
f189de9
We should consider *actually* testing Twisted. (#579)
by Cory Benfield
· 9 years ago
Next »