Skip to content

api: migrate create_key to cryptography library#138

Merged
jacobperron merged 1 commit intoros2:masterfrom
kyrofa:feature/create_key_cryptography
Jun 26, 2019
Merged

api: migrate create_key to cryptography library#138
jacobperron merged 1 commit intoros2:masterfrom
kyrofa:feature/create_key_cryptography

Conversation

@kyrofa
Copy link
Member

@kyrofa kyrofa commented Jun 24, 2019

This PR resolves #109 by completing the migration from shelling out to openssl to the cryptography library.

@emersonknapp
Copy link
Contributor

emersonknapp commented Jun 24, 2019

Woohoo love deleting code - this also closes #109? Or is there still followup needed

EDIT: Oh I see that the commit message says so :)

@kyrofa
Copy link
Member Author

kyrofa commented Jun 24, 2019

Yessir, the commit message should make that happen (I've updated the description as well, sorry about that). This still needs a refactor pretty badly (e.g. we're doing a lot more file I/O than we need to be doing now), but that's outside of #109.

This completes the migration from shelling out to `openssl` to the
cryptography library.

Resolve ros2#109

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
@kyrofa kyrofa force-pushed the feature/create_key_cryptography branch from d6e9ef7 to 782f794 Compare June 24, 2019 20:49
Copy link
Member

@jacobperron jacobperron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@jacobperron jacobperron mentioned this pull request Jun 26, 2019
@jacobperron jacobperron merged commit 4fffd52 into ros2:master Jun 26, 2019
@kyrofa kyrofa deleted the feature/create_key_cryptography branch June 26, 2019 15:21
ruffsl pushed a commit to ruffsl/sros2 that referenced this pull request Aug 6, 2019
This completes the migration from shelling out to `openssl` to the
cryptography library.

Resolve ros2#109

Signed-off-by: Kyle Fazzari <kyle@canonical.com>
Signed-off-by: ruffsl <roxfoxpox@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace openssl subprocess calls with python cryptography library

3 participants