-
Would it be possible to remove the dependency of Picoquic on OpenSSL? That dependency is somewhat annoying on Windows because it forces using a component not part of the system, and may be a blocker i…
-
**Is your feature request related to a problem? Please describe.**
I just tried the SMTP integration for reset password emails. Really cool idea, but if my SMTP server is in the local net and i dont …
-
http://www.bruijntjes.net/blog/post/8c504e2f4a79ff837221d77183c88d00
> Static linking is not a good alternative for us either. The OpenSSL library is available on most systems, so it would be a wa…
-
**Summary**
we could use key pair authentication as an alternative approach to basic authentication(user/password)
Process:
1. user generate their PEM private-public key pair with openssl or gene…
-
In a cross-compilation scenario, I have a sysroot directory where I point CMake to find dependencies. Dependencies downstream of Fast-RTPS are not able to build when using CMAKE_SYSROOT, because the F…
-
https://github.com/eclipse/paho.mqtt.c/blob/6b1e202a701ffcdaa277b5644ed291287a70a7aa/test/thread.c#L28
At first, trying to build on Windows 10 machine with OpenSSL variables passed in. Testing is e…
-
I'm trying to install but I'm having problems with openssl.
Any suggestions?
`lsb_release -a`
```
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release…
-
**Describe the feature**
Some applications might load the provider explicitly. At the same time if openssl contains provider configuration, it initialize it too. This can lead to some potential pro…
-
Tls support was recently added by forcing the usage of openssl via hyper-tls. It means that either this lib is installed or it needs to be compiled. For users unconcerned with tls, we could remove the…
-
### 概述
要看懂openssl的代码,首先得了解openssl的作用和openssl的协议以及[tls握手](https://www.cloudflare.com/zh-cn/learning/ssl/what-happens-in-a-tls-handshake/)。
第一步,client向server发送 协议版本号、生成的随机数(client_random)、支持的加…