Will Bond

Results 395 comments of Will Bond

I tried to update the GitHub Actions CI config to a newer version of Xcode, but it doesn't seem to be running. Do you mind trying to rebase on `master`...

I don't believe they will allow it to be updated at the moment due to usage of `lib_InternalSwiftSyntaxParser.dylib`. See https://github.com/Homebrew/homebrew-core/pull/99203 for more details.

I believe we are planning to use https://github.com/keith/StaticInternalSwiftSyntaxParser with a future release.

As of #405, we now support Swift 5.2-5.6. We haven't recompiled the version of the generator in the repo yet, nor changed any CI versions, although those changes should arrive...

Thanks for the work on this! Do you want to refactor the CI changes to use Xcode 13.4 and the macos-12 image from GitHub actions. If not, feel free to...

Yes, I should regenerate them. I suppose this means that hard-coded CA certs will break in existing integrations. Any thoughts on what you would consider an alternative to posting a...

It may be sufficient for now to regenerate all but the CA certificate. I suppose it depends on whether any of the clients are running into issues with the CA....

I've regenerated everything but the CA cert, and https://play.golang.org/p/Uv4r0RFkGr is now successful. I've also run the oscrypto test suite on [Travis](https://travis-ci.org/wbond/oscrypto/builds/155661511) and [Appveyor](https://ci.appveyor.com/project/wbond/oscrypto/build/137), and they both like the new certs....

Thanks for taking the time to submit this enhancement! We'll definitely want some tests to go with this. I'm not sure if the NIST test suite has any as of...

I’d be fine with any valid chain that you’d be alright including in the test fixtures. I would obviously expect it to pass OpenSSL validation.