Alex Gaynor

Results 154 issues of Alex Gaynor

pinned in https://github.com/pyca/cryptography/pull/7553 not sure what the right fix is. cc: @adferrand

If you're coming from a pre-0.10 hyper, you had working HTTPS out of the box; with 0.10 "some assembly required". It'd be great of the hyper website, and documentation included...

A-docs

``` Traceback (most recent call last): File "/home/runner/work/cryptography/cryptography/.tox/docs/lib/python3.10/site-packages/sphinx/builders/html/__init__.py", line 1096, in handle_page output = self.templates.render(templatename, ctx) File "/home/runner/work/cryptography/cryptography/.tox/docs/lib/python3.10/site-packages/sphinx/jinja2glue.py", line 194, in render return self.environment.get_template(template).render(context) File "/home/runner/work/cryptography/cryptography/.tox/docs/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render...

Bug
Needed: replication

clusterfuzz has various strategies to try to handle the problem of getting stuck in a local maxima for coverage. clusterfuzzlite doesn't appear to have these, as a result some fuzzers...

Hi! Right now it looks like this repo has a mix of C-extension and ctypes. Can I recommend using cffi for binding to C code, it is simple, safe, and...

When a tail field contains an `UnsafeCell` it must be `#[non_covariant]` which means you cannot have the nice `borrow_*` method, alas. I'm struggling to figure out if there's any way...

This would be a significant breaking change, but I given how the ecosystem is moving in Rust, I think it makes sense for acme-client to move to using the latest...

This appears to be a re-occurrence of the issue reported in #4. To reproduce: ``` $ git clone https://github.com/pyca/cryptography $ cd cryptography/src/rust/ $ cargo llvm-lines --version cargo-llvm-lines 0.4.26 $ cargo...

This resolves https://terrapin-attack.com/