The Wayback Machine - https://web.archive.org/web/20220211225209/https://github.com/topics/openssl
Skip to content
#

openssl

Here are 1,094 public repositories matching this topic...

guidovranken
guidovranken commented Feb 6, 2022

BN_mod_exp2_mont accesses the data field of the modulus without checking if it is allocated:

https://github.com/openssl/openssl/blob/77f3936928068bee9d7e0c6939709ac179cb1059/crypto/bn/bn_exp2.c#L35

So calling BN_mod_exp2_mont with a zero modulus can lead to a NULL pointer dereference.

Internally, this function is only used by DSA verification:

https://github.com/openssl/openssl/blo

mutual-tls-ssl

🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC, WebSocket and ElasticSearch examples are included

  • Updated Jan 30, 2022
  • Java

Improve this page

Add a description, image, and links to the openssl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openssl topic, visit your repo's landing page and select "manage topics."

Learn more