Results 314 comments of Peter Dettman

This will not make this release (1.69) unfortunately. I will be implementing external PSK support around mid-June and we will put out a beta version once it is done.

As mentioned above, this was not included in 1.69. It is currently in-progress.

TLS 1.3 PSK client-side support is already implemented since several weeks ago, and server-side support is in-progress.

Yes, in 1.70. Server-side has only been done far enough to support testing, and in particular only supports PskKeyExchangeMode.psk_dhe_ke. There's probably another month before 1.70 will be released so it...

@ShashankMishra Did you have any luck with the 1.70 release?

I've added an overridable method `HMacDSAKCalculator#initAdditionalInput0` in which the `HMac` may be updated with additional input at the relevant point. Please note that a signer may be used for multiple...

It takes time to mirror. At a quick glance it should let you avoid duplicating most of that class, and subclass instead.

Thanks for the report. This is now fixed in our git repo and will appear here soon, plus we should get a new beta up shortly. I preferred a fix...

Should be fixed by https://github.com/bcgit/bc-java/commit/8dda7ca6a6de19d9c42d72cb4aa73e5af0e87bdd . A new beta with the fix (1.70b01) is available here: https://downloads.bouncycastle.org/betas/ . Confirmation would be appreciated.

@aberenguel Were you able to verify this was fixed by 1.70 release?