issues
search
steffengy
/
schannel-rs
Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
MIT License
49
stars
51
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix #111 multiple SEC_I_RENEGOTIATE
#112
kobykahane
opened
3 days ago
0
TLS 1.3 does not work (fails after a second SEC_I_RENEGOTIATE)
#111
kobykahane
opened
1 week ago
0
Compile issue on Windows
#110
Niproblema
closed
4 weeks ago
2
Add minimal TLS1.3 support on supported windows versions
#109
steffengy
closed
1 month ago
0
add derive(Copy, Clone) on HashAlgorithm
#108
dishmaker
closed
2 months ago
1
Getting the private key for a certificate as a PEM-formatted String
#107
nathan-brainkey
opened
2 months ago
0
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
connor4312
opened
5 months ago
7
Panic at ContextBuffer::deref
#105
Cliear
closed
5 months ago
0
tls 1.3 issue
#104
grooverdan
opened
7 months ago
0
chore: update actions/checkout in GitHub Actions workflow to v4
#103
striezel
opened
10 months ago
0
chore: fix some typos
#102
striezel
opened
10 months ago
0
PR 99 merge after CI pass
#101
steffengy
closed
10 months ago
0
chore: update to rust 1.56 (windows-sys 2021 edition)
#100
steffengy
closed
10 months ago
0
windows-sys 0.52
#99
kayabaNerve
closed
10 months ago
2
PfxImportOptions::import() creates ncrypt key in file system that is not deleted when program exits
#98
ironyman
opened
11 months ago
0
Add PfxImportOptions::named_no_persist_key()
#97
ironyman
opened
1 year ago
1
Added function to set exportable private key flag
#96
cristianbdg
closed
10 months ago
1
Strange handshake errors when running multiple TLS servers on the same machine (through rust-native-tls)
#95
jfaust
closed
1 year ago
1
Migrate off appveyor
#94
steffengy
closed
1 year ago
0
Bump windows-sys to 0.48.0
#93
KapJI
closed
1 year ago
8
Example importing key into cert store
#92
starsoccer
opened
1 year ago
0
Support for Mutual TLS
#91
ripavymsft
opened
1 year ago
0
Replace `windows sys` with manual bindings
#90
Jake-Shadle
closed
1 year ago
9
Update windows-sys to 0.45.0
#89
messense
closed
1 year ago
7
TlsStream server is busy-waiting if TLS handshake is delayed by client
#88
jiuka
opened
1 year ago
0
update to newest self-signed.badssl.com:443 cert
#87
arlosi
closed
1 year ago
1
Update docs links and formatting
#86
atouchet
opened
1 year ago
0
TLS negotiation fails when `schannel` (via `native_tls`) tries to connect to an OpenSSL 3 server
#85
argv-minus-one
closed
1 year ago
3
deps: update to windows-sys 0.42.0
#84
poliorcetics
closed
2 years ago
2
Question: why NCRYPT_KEY_HANDLE is private?
#83
TheBestTvarynka
closed
1 year ago
2
Update windows-sys to 0.42
#82
lazka
closed
1 year ago
4
Prevent undefined behavior in context_buffer.rs
#81
DouglasDwyer
closed
2 years ago
0
Soundness: CertStore and CertContext `Send` and `Clone` are mutually exclusive
#80
obsgolem
opened
2 years ago
0
Use MSI installation files for CI
#79
Expyron
closed
2 years ago
0
Remove dependency on `lazy_static`
#78
Expyron
closed
2 years ago
1
Release 0.1.20
#77
steffengy
closed
2 years ago
0
Switched from winapi to windows-rs
#76
ancwrd1
closed
2 years ago
2
Switch to official Microsoft-owned windows-rs crate
#75
ancwrd1
closed
2 years ago
3
Add deprecated feature
#74
MarnixKuijs
opened
3 years ago
0
Fix the documentation link in the Cargo.toml file
#73
stanislav-tkach
closed
4 years ago
1
tls_stream: treat NotConnected the same way as WouldBlock
#72
Keruspe
closed
4 years ago
5
Version bump sometime soon?
#71
cyang1
closed
4 years ago
1
Add EcdhEphem to the list of algorithms
#70
cyang1
closed
4 years ago
0
Bump version ?
#69
LuoZijun
closed
4 years ago
1
ALPN support
#68
cyang1
closed
4 years ago
5
Allow the same SchannelCred to be used for multiple connections to support TLS session ticket resumption
#67
cyang1
closed
4 years ago
1
Interface changes to support RFC 5077 TLS session tickets
#66
cyang1
closed
4 years ago
5
Provide access to underlying winapi values at initial set of places
#65
steffengy
closed
4 years ago
0
add method to import PEM formatted PKCS8 keys
#64
Goirad
closed
4 years ago
9
Question: wincrypt APIs are now deprecated, any new crates using CNG?
#63
crusty-dave
opened
4 years ago
0
Next