open5gs/debian
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
..
source MongoDB re-connect using systemd 2017-10-31 12:29:39 +00:00
changelog Fixed crash after 48 hours of running (#1893) 2022-11-18 23:28:35 +09:00
compat Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
control Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
copyright Rollback github repository to open5gs 2020-08-13 21:28:37 -04:00
open5gs-amf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-ausf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-bsf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-common.dirs Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
open5gs-common.install Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
open5gs-common.postinst [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
open5gs-common.postrm Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
open5gs-hss.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-mme.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-nrf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-nssf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-pcf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-pcrf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-scp.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-sgwc.install Release v2.0.0 2020-08-21 23:33:45 -04:00
open5gs-sgwu.install Release v2.0.0 2020-08-21 23:33:45 -04:00
open5gs-smf.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-udm.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-udr.install Follow-up on #1865 2022-11-12 09:37:43 +09:00
open5gs-upf.install Release v2.0.0 2020-08-21 23:33:45 -04:00
open5gs-upf.postinst [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
open5gs-upf.postrm [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
rules fix: release error 2021-01-08 00:24:00 -05:00