open5gs/tests/core
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 Added NRF 2020-05-18 17:00:37 -04:00
conv-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
fsm-test.c Move src/../nf-sm.[ch] to lib/sbi/nf-sm.[ch] 2022-08-12 14:03:53 +09:00
hash-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
list-test.c refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
log-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
memory-test.c Use talloc for all memory pool (#1263) 2022-01-04 08:29:18 +09:00
meson.build refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
pkbuf-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
poll-test.c Fix to avoid port (7777) conflicts on Mac OS X 2022-10-30 13:58:28 +09:00
pool-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
queue-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
rbtree-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
socket-test.c Fix to avoid port (7777) conflicts on Mac OS X 2022-10-30 13:58:28 +09:00
strings-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
thread-test.c Rename Project to Open5GS 2019-10-27 17:41:14 +09:00
time-test.c refine SGW/UPF selection code 2020-07-09 01:38:09 -04:00
timer-test.c Fix the MacOSX CI (#1454) 2022-03-31 23:06:52 +09:00
tlv-test.c Introduced Subscription identifier de-concealing 2022-12-24 20:22:45 +09:00
uuid-test.c Added NRF 2020-05-18 17:00:37 -04:00