Hakan Altındağ

Results 12 issues of Hakan Altındağ

I discovered that the community of Vert.x wants ssl reloading mechanism from the following 3 issues: - https://github.com/eclipse-vertx/vert.x/issues/2870 - https://github.com/eclipse-vertx/vert.x/issues/3780 - https://github.com/quarkusio/quarkus/issues/15926 They all have different use-cases. Some need to...

I discovered that the community of Vert.x wants ssl reloading mechanism from the following 3 issues: - https://github.com/eclipse-vertx/vert.x/issues/2870 - https://github.com/eclipse-vertx/vert.x/issues/3780 - https://github.com/quarkusio/quarkus/issues/15926 They all have different use-cases. Some need to...

enhancement

I am not quite sure if this is the right place to open an issue. ### Expected behaviour Snyk should ignore test scoped dependencies ### Actual behaviour Snyk reports vulnerabilities...

Just a cheat sheet for keytool commands

Just a cheat sheet for openssl commands

[Certificate ripper](https://github.com/Hakky54/certificate-ripper) is a CLI tool to easily extract the full chain of any server/website either in pem format or human-readable format. The end user can inspect any sub fields...

This pull request is similar to this one: https://github.com/Vedenin/useful-java-links/pull/131 LogCaptor is focussed on capturing data from a Logger (Java Util Logging, SLF4J, Log4J2) which includes log level based messages, excpetions,...

[SSLContext Kickstart](https://github.com/Hakky54/sslcontext-kickstart) provides a high-level factory class for configuring a http client to communicate over SSL/TLS for one way authentication or two way authentication. It has the ability to easily...

[Certificate ripper](https://github.com/Hakky54/certificate-ripper) extracts server certifcates including the full chain into a der, p7b, pkcs12 or pem file. Example usage: ```bash java -jar crip.jar export der -u=https://github.com ``` ## Demo https://user-images.githubusercontent.com/16032204/211771861-9457af87-0781-4b23-9ab7-fcabb90b935c.mov

Added an example project which has no security. It provides how-to steps to enable encryption with SSL/TLS for three scenarios: - one way authentication - server communicates over https and...