open5gs/lib
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
..
app Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
asn1c [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
core Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
crypt Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
dbi Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
diameter [MME] Cancel Location while Idle (#1797) 2022-10-05 11:06:01 +09:00
gtp [UPF] Fixed an infinte loop when ext_len is 0 2022-11-30 16:40:57 +09:00
ipfw [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
metrics Prometheus metrics set to default 2022-11-21 22:06:29 +09:00
nas Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
ngap [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
pfcp Fixed alpine stack overflow (#1911) 2022-11-27 00:03:56 +09:00
proto Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
s1ap [NRF] Fixed library load error 2022-08-26 10:57:11 +09:00
sbi Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
sctp [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
tun [ALL] Removing trailing whitespace and tab 2022-09-02 23:38:39 +09:00
meson.build Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00