-
Could you please check why charon crashes due to SIGBUS error.
Backtrace:
```
(gdb) bt full
#0 strnlen () at ../sysdeps/aarch64/strnlen.S:56
No locals.
#1 0x0000007fa3a1258c in printf_posi…
-
I generate SSH keys for each service, so I have a `github` SSH key, however GitHub Desktop for OSX insists on creating a `github_rsa` SSH key, why oh why is this not called `github_desktop` or the lik…
-
## Description
I am currently trying to make it so that I can use CA-signed certificates for open62541 server and client.
I am able use the certificates generated by create_self-signed.py and the …
-
Currently, the "Add SSH Key" UI in the console looks like this:
![2024-06-24-115435_1186x1760_scrot](https://github.com/oxidecomputer/console/assets/45247/99446d4d-e30e-42d3-b77d-3b88527b57bf)
I…
-
### 🎛 Description
This a 🐛 bug report.
The `rsa_key` resource raises an exception when providing an incorrect passphrase.
### 🌍 InSpec and Platform Version
InSpec 2.1.0, Workstation: Mac …
-
I have an issue where depending on whether I use a callback or not, the keyPair that is generated is different. Any idea what may be causing this? I would expect the keyPair to be the same regardless,…
-
I was recently working on a project where [GoAnywhere Managed File Transfer](https://www.goanywhere.com/) was used as an SFTP file transfer client. I noticed a feature that I've never seen in a file t…
-
e.g. a --ssl-cert option that would take a path to your cert
heres my nginx config for reference
```
# redirect http -> https
server {
listen 80;
server_name *.publicbits.org;
return 301 https…
-
```
var RSA = require("seededrsa");
const cryptoKeys = require('libp2p-crypto/src/keys')
const PeerId = require('peer-id')
var pem2jwk = require('pem-jwk').pem2jwk
const fromJwk = cryptoK…
-
We currently support only RSA keys in certificates when specifying --certificate-private-key-file.
The advantage of using EC keys would be that the key is much smaller for the same security level (EC…