issues
search
JKRhb
/
dtls2
A DTLS library for Dart based on OpenSSL.
MIT License
3
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix crash that occurs when server PSK callback returns `null`
#68
JKRhb
closed
1 year ago
1
chore: use lint package for stricter linting
#67
JKRhb
closed
1 year ago
1
Crash on server side and then client side when psk is null
#66
Ifilehk
closed
1 year ago
19
Since 0.13.3 client cannot connect to server with returned code 2 (SSL3_AL_FATAL)
#65
Ifilehk
closed
1 year ago
4
fix: shutdown connections only when actually connected
#64
JKRhb
closed
1 year ago
0
Crash client side in void _incoming(Uint8List input) when calling _libCrypto.BIO_write(_rbio, buffer.cast(), input.length)
#63
Ifilehk
closed
1 year ago
9
refactor: refactor DTLS server implementation
#62
JKRhb
closed
1 year ago
1
refactor: refactor client connection setup
#61
JKRhb
closed
1 year ago
1
test: increase test coverage
#60
JKRhb
closed
1 year ago
1
refactor: refactor connection closing mechanism
#59
JKRhb
closed
1 year ago
1
ci: simplify code coverage generation
#58
JKRhb
closed
1 year ago
1
chore(server): remove commented out code
#57
JKRhb
closed
1 year ago
1
fix: don't close client or server connection twice during alert handling
#56
JKRhb
closed
1 year ago
5
fix(client): handle unreachable network
#55
JKRhb
closed
1 year ago
1
Catch the unhandled Exception Network is unreachable
#54
Ifilehk
closed
1 year ago
4
Crash at client after successful handshake
#53
Ifilehk
closed
1 year ago
4
chore: ignore ffi bindings for code coverage
#52
JKRhb
closed
1 year ago
2
fix: remove OpenSSL_version FFI binding
#51
JKRhb
closed
1 year ago
1
feat: add bindings to OpenSSL version functions
#50
JKRhb
closed
1 year ago
1
Crash when calling _maintainOutgoing --> _libSsl.SSL_ctrl
#49
Ifilehk
closed
1 year ago
28
docs: add library documentation
#48
JKRhb
closed
1 year ago
1
feat!: rework library loading
#47
JKRhb
closed
1 year ago
1
fix(dtls_client): switch loading order of libcrypto and libssl
#46
JKRhb
closed
1 year ago
0
fix: use correct name for libcrypto load expection
#45
JKRhb
closed
1 year ago
1
Loading of libssl.so and libcrypto.so fails
#44
Ifilehk
closed
1 year ago
6
Typo at lib.dart line 68 ?
#43
Ifilehk
closed
1 year ago
1
feat!: do not use typed_data types for external APIs
#42
JKRhb
closed
1 year ago
1
feat!: simplify identity hint determination
#41
JKRhb
closed
1 year ago
1
fix: export `DtlsException` class
#40
JKRhb
closed
1 year ago
0
fix(dtls_client): throw exception if no ciphers are available
#39
JKRhb
closed
1 year ago
1
fix: close client and server when the underlying socket is closed
#38
JKRhb
closed
1 year ago
1
Segmentation fault if no ciphers are available
#37
JKRhb
closed
1 year ago
1
test: add test case with external server
#36
JKRhb
closed
4 months ago
2
chore!: bump required Dart version to 2.17
#35
JKRhb
closed
1 year ago
0
refactor: refactor alert handling using enhanced enums
#34
JKRhb
closed
1 year ago
1
docs: update README
#33
JKRhb
closed
1 year ago
1
feat: replace `TlsExceptions` with `DtlsException`
#32
JKRhb
closed
1 year ago
1
docs: fix documentation of DtlsException
#31
JKRhb
closed
1 year ago
1
fix(client): improve connection closing behavior
#30
JKRhb
closed
1 year ago
1
refactor: refactor DTLS client
#29
JKRhb
closed
1 year ago
1
feat: add DTLS server implementation
#28
JKRhb
closed
1 year ago
1
feat: add timeout parameter to connect method
#27
JKRhb
closed
1 year ago
0
feat!: pass `DtlsClientContext` to `connect` method
#26
JKRhb
closed
1 year ago
1
feat!: don't expose `OpenSsl` ffi class
#25
JKRhb
closed
1 year ago
1
feat!: use `DynamicLibrary` for loading libssl and libcrpyto externally
#24
JKRhb
closed
1 year ago
1
chore: update dependencies, upgrade to ffi 2.x.x
#23
JKRhb
closed
1 year ago
1
fix: fix hostname verification of X.509 certificates
#22
JKRhb
closed
1 year ago
0
feat: shutdown DTLS connection upon closing
#21
JKRhb
closed
1 year ago
1
feat: expose OpenSsl class
#20
JKRhb
closed
1 year ago
1
refactor: rename NativeLibrary class to OpenSsl
#19
JKRhb
closed
1 year ago
1
Previous
Next