]> git.puffer.fish Git - mirror/frr.git/commit
lib: Changes to support hash algo in keychain.
authorAbhinay Ramesh <rabhinay@vmware.com>
Tue, 11 May 2021 10:00:38 +0000 (10:00 +0000)
committerAbhinay Ramesh <rabhinay@vmware.com>
Wed, 9 Feb 2022 01:49:14 +0000 (01:49 +0000)
commit72000880b02706f2375095e5ecad9f939840d62b
tree1494048325a9d7d19f54746d525c0410159a1b03
parent166f9103d3e97f84d32e0e176beac79daa0b1d33
lib: Changes to support hash algo in keychain.

Problem Statement:
==================
Currently there is no support for configuring hash algorithm in
keychain. 
 
RCA:
====
Not implemented yet.
 
Fix:
====
Changes are done to configure hash algorithm as part of keychain.
which will easy the configuration from modules using keychain.
 
Risk:
=====
Low risk
 
Tests Executed:
===============
Have tested the configuration and unconfiguration flow for newly
implemented CLI.

!
key chain abcd
 key 100
  key-string password
  cryptographic-algorithm sha1
 exit
 key 200
  key-string password
  cryptographic-algorithm sha256
 exit
!

Signed-off-by: Abhinay Ramesh <rabhinay@vmware.com>
lib/keychain.c
lib/keychain.h