codtls 0.0.1.alpha → 0.0.1.alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +0 -6
- data/lib/codtls/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e876baf75fae11f4d33a93fdc524c665e4d8a260
|
4
|
+
data.tar.gz: 1a7f3421dfda8d6e57348885c63ed014c6fd0a0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d92df505094182a070de048aa9ee453e3310efb63aa74e8f3afaaf9d34511d1e1094c9eae98de9a128621f8ad67ba9b3baadcfaa6ba7753b5917a4ed19256e0
|
7
|
+
data.tar.gz: 511229a3dd132520fe127a664ae8dfe342bf9b103bdeb9ab177dd67cf95fafae6002c92b1561dd4a697e7d360da240931bdcf9ec7cb2d0de2c94106994429915
|
data/README.md
CHANGED
@@ -48,12 +48,6 @@ You have to require the gem in the file you are using with
|
|
48
48
|
|
49
49
|
Now you can create a SecureSocket object and use it like any other socket.
|
50
50
|
|
51
|
-
# example for a server application
|
52
|
-
ssocket = CoDTLS::SecureSocket.new
|
53
|
-
ssocket.bind('AAAA::1', 5555)
|
54
|
-
ssocket.listen
|
55
|
-
new_connection = ssocket.accept
|
56
|
-
|
57
51
|
# example for a client application
|
58
52
|
ssocket = CoDTLS::SecureSocket.new
|
59
53
|
ssocket.sendto('AAAA::1', 'Test message')
|
data/lib/codtls/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codtls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.1.alpha
|
4
|
+
version: 0.0.1.alpha.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lars Schmertmann
|
@@ -205,7 +205,8 @@ dependencies:
|
|
205
205
|
- - ">="
|
206
206
|
- !ruby/object:Gem::Version
|
207
207
|
version: 0.7.0
|
208
|
-
description: DTLS with stateless header compression and
|
208
|
+
description: ALPHA - WORK IN PROGRESS - DTLS with stateless header compression and
|
209
|
+
CoAP based handshake.
|
209
210
|
email:
|
210
211
|
- SmallLars@t-online.de
|
211
212
|
- jtrillma@informatik.uni-bremen.de
|