|
3 | 3 | # INFO: CHANGED FEATURE FLAGS FROM ORIGINAL: ietf-keystore and ietf-ssh-server |
4 | 4 |
|
5 | 5 | MODULES=( |
6 | | - "iana-ssh-encryption-algs@2022-06-16.yang" |
7 | | - "iana-ssh-key-exchange-algs@2022-06-16.yang" |
8 | | - "iana-ssh-mac-algs@2022-06-16.yang" |
9 | | - "iana-ssh-public-key-algs@2022-06-16.yang" |
10 | | - "iana-tls-cipher-suite-algs@2022-06-16.yang" |
| 6 | + "iana-ssh-encryption-algs@2024-10-16.yang" |
| 7 | + "iana-ssh-key-exchange-algs@2024-10-16.yang" |
| 8 | + "iana-ssh-mac-algs@2024-10-16.yang" |
| 9 | + "iana-ssh-public-key-algs@2024-10-16.yang" |
| 10 | + "iana-tls-cipher-suite-algs@2024-10-16.yang" |
11 | 11 | |
12 | 12 | "[email protected] -e crypt-hash-md5 -e crypt-hash-sha-256 -e crypt-hash-sha-512" |
13 | | - "ietf-crypto-types@2023-12-28.yang -e cleartext-passwords -e cleartext-private-keys" |
14 | | - "ietf-keystore@2023-12-28.yang -e central-keystore-supported -e asymmetric-keys" |
15 | | - "ietf-truststore@2023-12-28.yang -e central-truststore-supported -e certificates -e public-keys" |
16 | | - "ietf-tcp-common@2023-12-28.yang -e keepalives-supported" |
17 | | - "ietf-tcp-server@2023-12-28.yang -e tcp-server-keepalives" |
18 | | - "ietf-tcp-client@2023-12-28.yang -e local-binding-supported -e tcp-client-keepalives" |
19 | | - "ietf-ssh-common@2023-12-28.yang -e transport-params" |
20 | | - "ietf-ssh-server@2023-12-28.yang" |
21 | | - "ietf-tls-common@2023-12-28.yang -e tls10 -e tls11 -e tls12 -e tls13 -e hello-params" |
22 | | - "ietf-tls-server@2023-12-28.yang -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert" |
23 | | - "ietf-netconf-server@2023-12-28.yang -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported" |
24 | | - "libnetconf2-netconf-server@2025-06-02.yang" |
| 13 | + "ietf-crypto-types@2024-10-10.yang -e cleartext-passwords -e cleartext-private-keys" |
| 14 | + "ietf-keystore@2024-10-10.yang -e central-keystore-supported -e inline-definitions-supported -e asymmetric-keys" |
| 15 | + "ietf-truststore@2024-10-10.yang -e central-truststore-supported -e inline-definitions-supported -e certificates -e public-keys" |
| 16 | + "ietf-tcp-common@2024-10-10.yang -e keepalives-supported" |
| 17 | + "ietf-tcp-server@2024-10-10.yang -e tcp-server-keepalives" |
| 18 | + "ietf-tcp-client@2024-10-10.yang -e local-binding-supported -e tcp-client-keepalives" |
| 19 | + "ietf-ssh-common@2024-10-10.yang -e algorithm-discovery -e transport-params" |
| 20 | + "ietf-ssh-server@2024-10-10.yang" |
| 21 | + "ietf-tls-common@2024-10-10.yang -e algorithm-discovery -e tls12 -e tls13 -e hello-params" |
| 22 | + "ietf-tls-server@2024-10-10.yang -e server-ident-x509-cert -e client-auth-supported -e client-auth-x509-cert" |
| 23 | + "ietf-netconf-server@2025-04-24.yang -e ssh-listen -e tls-listen -e ssh-call-home -e tls-call-home -e central-netconf-server-supported" |
| 24 | + "libnetconf2-netconf-server@2025-11-11.yang" |
25 | 25 | ) |
0 commit comments