-
I am trying to debug an old accounting system (no longer supported by the vendor) which uses TLSv1 to send email via SMTP. I have a dedicated SMTP server that accepts TLSv1, and have been using SWAKS…
-
[Raised by](https://github.com/rust-lang/rfcs/pull/3288#issuecomment-1992640146) @CAD97:
> I actually find the current behavior of `#![feature(c_unwind)]` unwinding in `extern "C"` somewhat strange. …
-
This is a (multiple allowed):
* [ ] bug
* [x] enhancement
* [ ] feature-discussion (RFC)
* Swiper Version: v4.5.0
* Platform/Target and Browser Versions: EVERY PLATFORM
## Expected Behavior
…
-
TimNN updated
6 years ago
-
# Proposal
Implement the standard set of core traits on `C-unwind` ABI function pointers:
- https://github.com/rust-lang/rust/pull/101263
## Problem statement
I would like to stabilize…
-
Most of our rust-C ffi code uses `pub extern "C" fn`, but these functions are not allowed by rust to panic (a panic is not allowed to cross the ffi boundary). While Shadow does do this and this is tec…
-
Hi there!
We're building a platform using this package on the backend. We're working on an accompanying CLI written in Go and wanted something that's compatible but haven't been able to find any co…
-
## IEEE related
IEEE dual-published standards:
* IEC 61691-1-1. IEEE Std 1076TM, Behavioural languages -- Part 1-1: VHDL language reference manual (Adoption of IEEE Std 1076-2002)
* Footnotes:
…
-
Hi,
Libspdm does not handle sequence number in correct byte order, as per the spec it's encoded in network byte order so it should be handled in the network byte order.
As per TLS1.3 spec sectio…
-
Hello!
Your SDP implementation was the only decent one I could find out of the 10 or so Node.js implementations, and I wanted to know whether this project is still being maintained.
I'm interest…