Feature #3964
Updated by Muktadir Chowdhury about 7 years ago
Prepare Nlsr to NLSR is using a lot of deprecated methods/ classes from security::v1 (which now is announced deprecated). Below is a list of deprecated methods/ classes that NLSR is using: - Mehtods - signByIdentity() - signWithSha256() - sign(T& packet, const Name& certificateName) in hello-protocol.cpp:109 ; - Classes - IdentityCertificate - CertificateSubjectDescription This methods and classes should be compatible replaced with v2::security. their v2::security's counterpart.