node-mbed-dtls
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,5 @@ | ||
# 1.1.1 | ||
* add `publicKeyPEM` on the socket to retrieve the public key in PEM format. | ||
# 1.1.0 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "node-mbed-dtls", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Node mbed DTLS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -29,2 +29,5 @@ 'use strict'; | ||
} | ||
get publicKeyPEM() { | ||
return this.mbedSocket.publicKeyPEM; | ||
} | ||
@@ -31,0 +34,0 @@ send(msg) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8713770
326