open5gs/tests/non3gpp
Sukchan Lee 79d46be086 Introduced Subscription identifier de-concealing
o Generate the private key as below.
   $ openssl genpkey -algorithm X25519 -out /etc/open5gs/hnet/curve25519-1.key
   $ openssl ecparam -name prime256v1 -genkey -conv_form compressed -out /etc/open5gs/hnet/secp256r1-2.key

 o The private and public keys can be viewed with the command.
   The public key is used when creating the SIM.
   $ openssl pkey -in /etc/open5gs/hnet/curve25519-1.key -text
   $ openssl ec -in /etc/open5gs/hnet/secp256r1-2.key -conv_form compressed -text

In ausf/udm.yaml

 hnet:
    o Home network public key identifier(PKI) value : 1
      Protection scheme identifier : ECIES scheme profile A
    - id: 1
      scheme: 1
      key: /etc/open5gs/hnet/curve25519-1.key

    o Home network public key identifier(PKI) value : 2
      Protection scheme identifier : ECIES scheme profile B
    - id: 2
      scheme: 2
      key: /etc/open5gs/hnet/secp256r1-2.key

    o Home network public key identifier(PKI) value : 3
      Protection scheme identifier : ECIES scheme profile A
    - id: 3
      scheme: 1
      key: /etc/open5gs/hnet/curve25519-1.key

    o Home network public key identifier(PKI) value : 4
      Protection scheme identifier : ECIES scheme profile B
    - id: 4
      scheme: 2
      key: /etc/open5gs/hnet/secp256r1-2.key

Related to #1779
2022-12-24 20:22:45 +09:00
..
abts-main.c [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
diameter-s6b-path.c [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
diameter-swx-path.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
epdg-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
gtp-path.c Minor typo fix 2022-09-07 18:01:21 +09:00
gtp-path.h [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
meson.build Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
s2b-build.c [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
s2b-build.h [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00
s2b-handler.c X2 handover with SGW change (#1367, #1459) 2022-05-12 22:52:36 +09:00
s2b-handler.h Rename GTPv2C specifics to gtp2 prefix (#1485) 2022-04-13 07:07:39 +09:00
test-fd-path.c [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
test-fd-path.h [EPC] Support ePDG Interface (#1039) 2021-06-21 22:36:38 +09:00