NZSmartie / CoAP.Net

Constrained Applciaiton Protocol (CoAP) [RFC7252] for .Net Standard
https://nzsmartie.co.nz/CoAP.Net/
Apache License 2.0
34 stars 11 forks source link

upgrade BouncyCastle to 1.9.0 and use new crypto API #23

Open patagonaa opened 2 years ago

patagonaa commented 2 years ago

As BouncyCastle has implemented a new crypto API and decided to deprecate (and in the future, remove) the old API, this PR upgrades BouncyCastle and moves to the new API.