Peter Dettman
Peter Dettman
> Since the server is a vanilla Postgress (unsure about the version) doesn't it make sense to expand the "known" groups to cover this one? What are the chances of...
Thanks, Erik. Do you happen to have examples of SunJSSE logging of session keys and ephemeral private keys? I just want to be doubly sure we're talking about the same...
@eriknellessen Could I ask which JDK version you are using? I guess JDK 8 since you linked to those docs. It appears to me that logging of the master secret...
If you are seeing an SSL debug log, it's not coming from BCJSSE, which implies you are somehow using SunJSSE in that configuration (or some mix of the two). Probably...
It is on the TODO list, but not high priority so far in the absence of anyone requesting it (before now). As you can see, the outline has been sketched...
I agree there is a bug here and your fix correctly addresses the immediate problem, although I will have to review it more fully.
@vjinochProfinit Are you able to confirm that this issue is fixed by the 1.70 release?
Thanks for the bug report. This has now been fixed by making the nextUpdate argument nullable. As for thisUpdate, it defaults to DateTime.UtcNow when not specified explicitly, so I don't...
Your issue seems like it may be basically the same as this one: https://github.com/bcgit/bc-csharp/issues/317 (see comments there).
Are you interested in "session resumption" PSKs or external PSKs? Client or server or both? I am actually working on external PSK support in the lightweight TLS API at the...