Actions
Task #3946
closedGet rid of cryptopp dependency
Start date:
Due date:
% Done:
100%
Estimated time:
Description
Kill it with fire!
Updated by Davide Pesavento almost 8 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Junxiao Shi almost 8 years ago
- Blocked by Task #3886: Remove util::Digest class template added
Updated by Davide Pesavento over 7 years ago
- Blocked by Task #3924: Reimplement util::Sha256 without cryptopp added
Updated by Junxiao Shi over 7 years ago
What's the plan for Oid
class in encoding/oid.hpp
? It uses Crypto++ and https://gerrit.named-data.net/3639 does not delete it.
Updated by Davide Pesavento over 7 years ago
Junxiao Shi wrote:
What's the plan for
Oid
class inencoding/oid.hpp
? It uses Crypto++ and https://gerrit.named-data.net/3639 does not delete it.
If it's not used by anything else, it should be removed, either in that or in a followup commit.
Updated by Davide Pesavento over 7 years ago
- % Done changed from 40 to 70
https://gerrit.named-data.net/4116
The only remaining uses of CryptoPP are in the old (v1) security framework, which is going to be removed with https://gerrit.named-data.net/3639, which in turn is blocked by #3920.
After change 3639 is merged, I will remove the dependency from the build system and update the docs.
Updated by Alex Afanasyev over 7 years ago
- Blocked by Task #4246: Remove v1 security framework added
Updated by Alex Afanasyev over 7 years ago
- Status changed from In Progress to Code review
- % Done changed from 70 to 100
Updated by Alex Afanasyev about 7 years ago
- Status changed from Code review to Closed
Actions