You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2021. It is now read-only.
DTLS.Net was developed for use in an [implementation](https://github.com/Creatordev/DeviceServer) of the Open Mobile Alliance's (OMA) Lightweight Machine to Machine protocol (LWM2M). For this reason it only supports the following cipher suites:
9
+
DTLS.Net was developed for use in an [implementation](https://github.com/Creatordev/DeviceServer) of the Open Mobile Alliance's (OMA) Lightweight Machine to Machine protocol (LWM2M). For this reason it only supports the following cipher suites:
10
10
11
11
* TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8
12
12
* TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
@@ -16,38 +16,38 @@ DTLS.Net was developed for use in an [implementation](https://github.com/Creator
16
16
17
17
### Limitations
18
18
19
-
Since the client is only required to serve for the above project it has several inherent limitations:
19
+
Since the client is only required to serve for the above project it has several inherent limitations:
20
20
21
-
1. No automatic retransmition
22
-
2. No support for fragmentation of handshake packets
23
-
3. Does not verify Server Certificates (against CA)
21
+
1. No automatic retransmission
22
+
2. No support for fragmentation of handshake packets
23
+
3. Does not verify Server Certificates (against CA)
24
24
25
-
The server currently also has the following limitations:
25
+
The server currently also has the following limitations:
26
26
27
-
1. Does not verify client Certificates
28
-
2. No support for fragmentation of handshake packets
27
+
1. Does not verify client Certificates
28
+
2. No support for fragmentation of handshake packets
29
29
30
30
Hopefully over time these will be implemented, in the meantime we hope this is still useful.
31
31
32
32
----
33
33
34
34
### Contributing
35
35
36
-
We welcome all contributions to this project and we give credit where it's due. Anything from enhancing functionality to improving documentation and bug reporting - it's all good.
36
+
We welcome all contributions to this project and we give credit where it's due. Anything from enhancing functionality to improving documentation and bug reporting - it's all good.
37
37
38
-
Find out more in the [contributor guide](CONTRIBUTING.md).
38
+
Find out more in the [contributor guide](CONTRIBUTING.md).
39
39
40
40
### Credits
41
-
42
-
We would like to thank all of our current [contributors](CONTRIBUTORS).
41
+
42
+
We would like to thank all of our current [contributors](CONTRIBUTORS).
43
43
44
44
45
45
----
46
46
47
47
### License information
48
48
49
-
* All code and documentation developed by Imagination Technologies Limited is licensed under the [BSD 3-clause license](LICENSE).
50
-
* Bouncy Castle by The Legion of the Bouncy Castle is licensed under an [adaptation of the MIT X11 License](https://bouncycastle.org/csharp/licence.html).
49
+
* All code and documentation developed by Imagination Technologies Limited is licensed under the [BSD 3-clause license](LICENSE).
50
+
* Bouncy Castle by The Legion of the Bouncy Castle is licensed under an [adaptation of the MIT X11 License](https://bouncycastle.org/csharp/licence.html).
0 commit comments