Com-AugustCellars / CoAP-CSharp

CoAP Implementation in C#
Other
41 stars 19 forks source link

Put in RPK and callbacks for supporting certificates #48

Closed jimsch closed 6 years ago

jimsch commented 6 years ago

Put in the necessary pointers so that we can support both raw public keys and certificates as part of our core code. Certificates are only supported via callbacks at this time while RPKs are supported both via the OneKey structure and RPKs. Also now have a callback for PSKs so that they can be dealt with as well if not known.

Addresses #46 and #32