-
C:\Users\user7>sslscan maccosmetics.fr
Version: 2.1.1 Windows 64-bit (Mingw)
OpenSSL 3.0.9 30 May 2023
Connected to 63.158.167.241
Testing SSL server maccosmetics.fr on port 443 using SNI name…
-
First I tried just running the cipherscan script on it's own ( I copied just this file from this repo, and ran it).
```
$ ./cs redacted
...../cs: line 1589: ./cscan.sh: No such file or directory
…
-
Hi, we are running netty server on Alma 9.2 (FIPS version) with OpenSSL 3.0.7+TuxCare_FIPS 1 Nov 2022. while I am trying to create the server SSLContext in netty using `SslContextBuilder contextBuilde…
-
I am working on a product which standardizes configuration across different TLS implementations. We would like to use standard TLS IDs for specifying algorithms.
At the moment, groups and sigalgs d…
egonk updated
5 months ago
-
Since other TLS 1.3 implementations such as Firefox offers also finit field groups, it would make sense to also provide these groups in our implementation.
Note: Finit field groups would also be na…
-
from @fournet
CC @nikswamy
- `perror __SOURCE_FILE__ __LINE__` should not be evaluated :slightly_smiling_face:; similarly \n etc should not be evaluated.
- many added empty lines, e.g. 9 abov…
-
It's pretty painful right now to build a full PKI tiered system manually due to problems such as issue #55. I just put together a quick demo showing what I mean. I have a few thoughts to improve this …
-
Hello, thanks for a very nice library!
I'm trying to get interop working with Java/Clojure but the Java side seems to think the public key point is off the curve. I am passing the public key as a J…
-
I have a current project that uses ECDH from this embedded library and was hoping to get your library to talk to it.
https://github.com/kmackay/micro-ecc
Ironically it uses different key sizes,…
-
代码如下:
import requests_go as requests
from requests_go import tls_config
tc = {
"http_version": "HTTP/1.1",
"method": "GET",
"tls": {
…