Damian Poddebniak

Results 68 issues of Damian Poddebniak

Hey, do you have an opinion on reformatting the code to match common code style? I could run ```sh $ cargo fmt -- --config imports_granularity=Crate ``` and open a PR....

Offlineimap does not enforce the use of STARTTLS when the server does not advertise the STARTTLS capability. Instead, it will provide the credentials in plaintext. I wanted to raise the...

feature
need contributor!

I played around with panopticon and noticed that for this C code... ``` int sum_while(int max) { int sum = 0; int i = 1; while (i

This also fixes https://github.com/hacspec/hacspec/issues/238.

waiting-on-author

Hey, cargo-fuzz revealed a stack overflow in my implementation of `search-key`and thus I had a look at which parsers are defined recursively. You can see the result here: https://github.com/duesee/imap-proto-server/issues/3 I...

Please see the commit messages for a description. I am working towards solving #979 on branch `duesee/spec_issue_979` and figured that I can extract PR-able commits to slowly make some progress...

size/m

See https://github.com/openmls/openmls/pull/1045/files/0a9dc0501d452fd26665b5386c97df2f94bd0dcc#r993306418.

Hello 👋🏻 First of all, thank you for this fantastic tool! It already saved me from countless hours fiddling with `openssl` :-) This PR aims to improve the README so...

**Is your feature request related to a problem? Please describe.** While thinking about how to improve the Hash APIs in HACL*, we noticed that certain functions in BLAKE2{b,s}{,Simd} are missing....

This issue tracks the instances we probably want to fix. See https://rust-lang.github.io/api-guidelines/flexibility.html#c-caller-control for an explanation.