eclipse-archived / californium.core

Californium project
86 stars 69 forks source link

Access to DTLS identity information when answering a request #13

Closed jvermillard closed 8 years ago

jvermillard commented 10 years ago

I use californium with scandium for security. I want to implement some ACL or behavior based on the identity used for the DTLS authentication (PSK identity, or the public key or certificate). For that I need to be able to retrive DTLS session identity information from the CoapExchange or Request object passed to the handleXXX() methods.

sophokles73 commented 8 years ago

@jvermillard,

Californium 1.0.0 provides accessors for retrieving the peer's identity from the CoAP Request object. Can we close this?

Kai

jvermillard commented 8 years ago

yes