Dirkjan Ochtman

Results 197 issues of Dirkjan Ochtman

_From [[email protected]](https://code.google.com/u/103529340506798290903/) on August 05, 2010 20:09:05_ Python Unittests fail on python 2.6 (haven't tested other pythons) because the doctests expect strings and get unicode. Attached is a patch which...

imported

_From [kxepal](https://code.google.com/u/kxepal/) on May 13, 2010 04:41:32_ What steps will reproduce the problem? 1. Create about 30 types of document schemes 2. Add about 10-15 views for each document schema...

imported

_From [[email protected]](https://code.google.com/u/101195718429123129280/) on January 23, 2010 00:29:44_ It would be nice to be able to have an AttachmentField type available in the schema that stores a Python string as a...

imported

_From [[email protected]](https://code.google.com/u/113489010632845904393/) on December 20, 2009 09:41:25_ What steps will reproduce the problem? 1. Use a reduce function that reduces to a single document We have a schema view with...

imported

This implementation's `Verifier::verify()` function doesn't make any attempt to use constant-time comparison, opening up the potential for side-channel attacks: https://github.com/bcmyers/argonautica/blob/master/argonautica-rs/src/verifier.rs#L131 The reference implementation does attempt to make the comparison constant-time:...

I've used (and contributed to) the gcp_auth crate, which IMO is a pretty nice and simple way to deal with authentication/authorization for GCP. Maybe it would be nice to keep...

Hi, this looks like a very interesting project! I'm thinking about building ACME support into a project for which I would like to use rustls (which relies on ring). Would...

enhancement
question
wontfix

**Is your feature request related to a problem? Please describe.** Getting started with lettre, these are the imports I need for a minimal setup: ``` use lettre::message::Message; use lettre::transport::smtp::authentication::Credentials; use...

From my comment in https://github.com/hyperium/tonic/issues/959#issuecomment-1108264503: > I finally tried using #960 and I don't think it's an adequate fix. First of all, the `tls` feature still pulls in `transport`, so...

Fixes #1067 while keeping the API compatible. Groups the server verification input into a public type `ServerVerifyInput`, making it easier to pass this around together and hide some private input...