forked from ros2/sros2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use S/MIME API from cryptography instead of SSL bindings
The SROS2 utilities use the Cryptography library, which doesn't officially support S/MIME. As a result, we had to hit the SSL bindings directly to get that functionality. These bindings were removed in v3.1 of Cryptography, which means the SROS2 utilities were stuck on v3.0 at the latest. However, Cryptography has added an official S/MIME API which is far easier to use than the raw SSL API. Update the SROS2 utilities to use it. Resolve ros2#239 Update ros2/ci#507 Signed-off-by: Kyle Fazzari <[email protected]>
- Loading branch information
Showing
1 changed file
with
8 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters