-
## What version of the package are you using?
v0.21.4
## What are you trying to do?
Cleaning up after a failed obtain attempt
## What steps did you take?
Configured Certmagic to issue certificat…
-
# Bug report
### Bug description:
`test_ssl` often fails on the `main`, `3.13` and `3.12` branches when running `make test`. (This is on an M1 MacBook Pro running MacOS 15.1.) Sometimes it fails the…
-
**Before you open an issue please check which version you are running and whether it is the latest in stable / dev branch**
I am running version (``git log | head -1`` if running from the git r…
-
### Suggested enhancement
[ssl_tls13_parse_new_session_ticket_exts](https://github.com/hannestschofenig/mbedtls/blob/tls13-prototype/library/ssl_tls13_client.c#L3132) no longer parses the early data …
-
#### Title
Ability to select parent profile when using secret for TLSProfile
Please closed issue #3372 and take this one in its place.
#### Description
I want to use cert-manager to manage cer…
-
### Go version
go version go1.23 darwin/arm64
### Output of `go env` in your module/workspace:
```shell
GO111MODULE=''
GOARCH='arm64'
GOBIN=''
GOCACHE='/Users/clide/Library/Caches/go-build'
GOE…
-
Specifying the string:
`GODEBUG=tls13=1`
as environment variable setting in the debugging settings (which works perfectly well e.g. on Linux) does not save in the app, but the message that this stri…
-
I am looking at the code around TLS session resumption.
It seems that the key for ticket storage is just a server name (SNI):
https://github.com/rustls/rustls/blob/828674444a3f64cd8ada3342f3c51fd6…
-
In upstream Mbed TLS, there has been a major code restructuring regarding the example programs: A lot of shared code between `ssl_client2` and `ssl_server2` has been moved into a new source file.
B…
-
1. Clone wolfSSL (https://github.com/wolfSSL/wolfssl)
2. Checkout version 4.0.0
3. Run `esbmc src/tls13.c --function DoPreSharedKeys -I.`, esbmc will complain about the entry point not being found.
…