[net] SRP server implementation (#5986)

This PR includes the initial implementation of the SRP server
defined in https://tools.ietf.org/html/draft-ietf-dnssd-srp-07.

- SRP server Service TLV propagation: Includes only the 2-bytes
  dynamic listening port in the Server TLV.
- SRP request processing (parsing & validation)
- LEASE & KEY-LEASE management
- SIG(0) verification
- Interface for advertising proxy
- CLI commands for testing
- Support removing indivitual SRP service
This commit is contained in:
kangping
2021-01-22 13:19:21 -08:00
committed by Jonathan Hui
parent f3e987baa9
commit 1ec9fd525d
35 changed files with 3598 additions and 11 deletions
+1
View File
@@ -127,6 +127,7 @@ size_nrf52840_version()
"SLAAC=1"
"SNTP_CLIENT=1"
"SRP_CLIENT=1"
"SRP_SERVER=1"
"TIME_SYNC=1"
"UDP_FORWARD=1"
)