-
## Describe the bug
Fedora (39/40) SSH client never proceeds to the authentication phase (likely some compatibility issue).
## To Reproduce
Server side: deploy ContainerSSH 0.4/0.5 (on kubern…
-
### Describe the bug
This is more of a heads up about supporting future versions of wolfSSL.
Newer versions of wolfSSL will throw an error if unsupported flags are passed to its `./configure`
T…
-
Amalgamated build requires pkcs11.h, which, in turn, requires a bunch of other stuff.
Repro (on a recent Intel Xeon):
```
git clone https://github.com/randombit/botan.git
cd botan
./configure.p…
ghost updated
8 months ago
-
30.08 07:01:28 [Server] WebSocketConnectReadThread-221/WARN Exception in thread "WebSocketConnectReadThread-221" java.lang.NoSuchFieldError: Class org.bouncycastle.asn1.bc.BCObjectIdentifiers does not…
-
### Go version
go 1.23.0 darwin/arm64 and golang.org/x/crypto v0.26.0
### Output of `go env` in your module/workspace:
```shell
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOC…
dhffb updated
2 months ago
-
Package: botan:x64-windows-static@2.12.1
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.33.31629.0
- vcpkg-tool version: 2024-09-18-5f5da308dd1dd3cc49641c60eafff176e248a9dd
…
-
**Describe the bug**
When setting up `AuthenticationMethods publickey,password` in sshd_config,
All configured authentication methods failed error outcomes.
I confirmed my password. Without that se…
-
### Prerequisites
- [X] Write a descriptive title.
- [X] Make sure you are able to repro it on the latest version
- [X] Search the existing issues.
### Steps to reproduce
1. Install PowerSh…
-
I've made some performance tests with Botan and OpenSSL and cannot quite explain the results:
Device under Test
- OpenSuse Leap 42.2 Linux, Skylake@4GHz, 64 GByte RAM
- Compiler gcc 6.3.0 (only g…
-
In `-00` we write
```
public_key: The public half of a signing keypair. The corresponding private key, private_key, is known only to the CA.
```
This needs elaboration. We could pick one post-…