open5gs/src
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
..
amf Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ausf Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +09:00
bsf Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +09:00
hss remove warning in MacOSX (#1797) 2022-10-25 21:14:53 +09:00
mme Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
nrf Follow-up on #1865 2022-11-12 09:37:43 +09:00
nssf Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +09:00
pcf Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +09:00
pcrf [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
scp Fixed crash after 48 hours of running (#1893) 2022-11-18 23:28:35 +09:00
sgwc Added more log in GTP Error (#1920) 2022-12-02 09:10:49 +09:00
sgwu Continue to fix alpine stack overflow (#1911) 2022-11-27 00:11:34 +09:00
smf [SMF] Fix metric bearers_active 2022-12-17 16:27:42 +09:00
udm Add NF load to NRF Heartbeat 2022-12-14 22:53:56 +09:00
udr [UDM/UDR] Handle UEAuthentication authRemovalInd 2022-11-29 23:10:49 +09:00
upf Follow-up on #1940 - Fixed compile error 2022-12-07 20:41:18 +09:00
main.c [SBI] Remove one octet length in FQDN (#1333) 2022-01-23 13:49:03 +09:00
meson.build Prometheus metrics set to default 2022-11-21 22:06:29 +09:00