sslcontext-kickstart icon indicating copy to clipboard operation
sslcontext-kickstart copied to clipboard

🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS...

Results 7 sslcontext-kickstart issues
Sort by recently updated
recently updated
newest added

This is pull request for https://github.com/Hakky54/sslcontext-kickstart/issues/196 I had to do a change which allowed the project to compile in Eclipse For some reason Eclipse was complaining and could not resolve...

**Describe the bug** It seems that changes in version 7.4.3 skips accept-all truststore configured using `builder.withUnsafeTrustMaterial()` or `builder.withTrustingAllCertificatesWithoutValidation()` This is because UnsafeX509ExtendedTrustManager has 0 accepted X509Certificate therefore it is skipped...

I wrote a similar library [securitybuilder](https://github.com/tersesystems/securitybuilder) -- it's more developer oriented (certificate chains) and deals with some different aspects of security like private keys and keystores.

Hi, this is more a behavior report than a bug, but it could be valuable to share. **Describe the bug** When loading a keystore, it may get stuck on some...

We have an Issue Starting the SonarLint Eclipse Plugin after installing Software to support code signing via USB-Token. The problem can be reproduced by using your library in a main-method....

bug

This PR is an attempt to resolve the issues raised here: - https://community.sonarsource.com/t/sonarlint-eclipse-hangs-on-sonarlint-core-startup-backend-initialization-after-starting-eclipse/110456 - https://community.sonarsource.com/t/sonarlint-server-rpc-sequential-executor/111277 - https://sonarsource.atlassian.net/browse/SLCORE-669 - https://sonarsource.atlassian.net/browse/SLCORE-686 - https://github.com/SonarSource/sonarlint-core/pull/902

bug

Bumps [io.projectreactor.netty:reactor-netty](https://github.com/reactor/reactor-netty) from 1.1.18 to 1.1.19. Release notes Sourced from io.projectreactor.netty:reactor-netty's releases. v1.1.19 Reactor Netty 1.1.19 is part of 2022.0.19 and 2023.0.6 Release Train. What's Changed :warning: Update considerations and...

dependencies