-
Hello,
I'm trying mirror the client's given cipher suites for the proxy to provide to the server.
There's two road blocks I'm getting stuck at.
1) obtaining the client's provided cipher suite…
-
Per @agl on Twitter, the only way to be safe with Go and TLS if you are worried about Lucky13-style attacks is to disable CBC mode ciphers:
https://twitter.com/agl__/status/669182140244824064
Curren…
-
Hello
The TLS_CIPHERS_FAST list is outdated and will enforce slower ciphers than what OpenSSL would otherwise choose.
When your processor supports AES-NI, the Chacha20 cipher is 3 to 30 times slow…
-
For TLS, what cipher suites skupper is using?
-
Using .... iOS 13.1.3 with {N} 6.1.1.
calling audioRecorder.start
I get the following:
file:///node_modules/@nstudio/nativescript-audio-recorder/recorder.js:47:0: @nstudio/nativescript-audio-rec…
-
Originally filed by @EP-u-NW in https://github.com/flutter/flutter/issues/83796:
______
We've created an own CA, an own server certificate in pem fromat, and an test certifiace in pkcs12 format f…
-
Hello! We're running nchan in production and encountering this error which is regularly crashing worker processes and dumping core. We _might_ be able to share a core dump if that's helpful but as it …
-
We have some constants like `TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384` that get flagged by ST1003. Ideally, I'd be able to add them to something similar to `initialisms` so that they're never flagged.
…
-
背景描述:
主域名:xxxx.com
二级域名:trojan.xxxx.com, api.xxxx.com, www.xxxx.com
使用nginx的stream模块在传输层对不同情况的二级域名进行流量转发:
trojan.xxxx.com -> trojan-go服务
api.xxxx.com -> 个人网站后台服务
www.xxxx.com、xxxx.com以及其他->个人网站
…
-
### Steps to Reproduce
Using the CGO build on Windows is not working with "tpmkms".
I've build step-ca v0.27.4 with CGO flag on Windows with the help of [w64devkit](https://github.com/skeeto/w64de…