steffengy/schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
RustMIT
Issues
- 0
- 2
Compile issue on Windows
#110 opened by Niproblema - 7
Panics on Rust 1.78: "unsafe precondition(s) violated: slice::from_raw_parts requires the pointer to be aligned and non-null, and the total size of the slice not to exceed `isize::MAX`"
#106 opened by connor4312 - 0
- 0
Panic at ContextBuffer::deref
#105 opened by Cliear - 0
tls 1.3 issue
#104 opened by grooverdan - 7
Question: how do I use PrivateKey?
#62 opened by crusty-dave - 0
PfxImportOptions::import() creates ncrypt key in file system that is not deleted when program exits
#98 opened by ironyman - 1
Strange handshake errors when running multiple TLS servers on the same machine (through rust-native-tls)
#95 opened by jfaust - 2
- 0
Example importing key into cert store
#92 opened by starsoccer - 0
Support for Mutual TLS
#91 opened by ripavymsft - 0
- 3
TLS negotiation fails when `schannel` (via `native_tls`) tries to connect to an OpenSSL 3 server
#85 opened by argv-minus-one - 0
Soundness: CertStore and CertContext `Send` and `Clone` are mutually exclusive
#80 opened by obsgolem - 2
- 3
- 1
Version bump sometime soon?
#71 opened by cyang1 - 1
- 1
Bump version ?
#69 opened by LuoZijun - 5
- 1
- 0
- 7
- 0
- 9
Is it possible to disable the cert verification?
#13 opened by bbigras - 1
- 5
- 18
Something is wrong with TlsStream's Write implementation leading to data corruption
#34 opened by e00E - 0
TLS handshake is completed and first bit of server data is decrypted before certificate validation
#20 opened by sfackler - 5
- 0
CtlContext is not public but returned by e.g. schannel::cert_store::Memory::add_encoded_ctl()
#25 opened by sdroege - 0
- 7
Should errors in shutdown be ignored?
#19 opened by alexcrichton - 2
Strategy for self-signed certificates?
#16 opened by lilith - 0
DTLS support
#14 opened by Yamakaky - 0
Win81/Server2012R2: sporadic build failures: SEC_E_BUFFER TOO_SMALL or (less common) SEC_E_MESSAGE_ALTERED
#8 opened by steffengy