Will Bond

Results 458 comments of Will Bond

To update this with recent developments: GCM mode should be added, however the oldest version of each platform will be unsupported: - The winlegacy backend (aka Windows XP) - OS...

I don’t currently have a need for GCM, nor time to work on it, but would be happy to review a PR if someone spent time working on it.

It doesn't look viable without looking for some other APIs on Windows. See https://msdn.microsoft.com/en-us/library/windows/desktop/aa375520(v=vs.85).aspx for the supported curves when using CNG. The older legacy APIs we support don't even do...

I'm not particularly keen on turning oscrypto into a collection of different features on different operating systems. The general idea is something that can be used to consistently have features...

I was about to post here with info about how I can't seem to use other curves on Windows, but then I found this, which seems to indicate we can...

On the macOS side it seems things like ed25519 are implemented in CryptoKit, which is Swift-only. :-\

If you could provide a PR with a test case that fails using the current implementation, that would make it a bit easier to tweak the implementation to handling such...

I’m happy to review a PR for this if it includes tests.

That sounds like a possible bug, but the core bug here is that the DER re-encoding is changing the URL due to a bug in the Python URL functionality in...

@MatthiasValvekens @saper I've posted #265 as the proposed fix. I'll probably cut it as 2.0 along with any other minor breaking changes that have been pending.