Commit 2b994ac4 authored by Lionel Gauthier's avatar Lionel Gauthier

websites for key encryption

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7461 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 2099858f
...@@ -60,6 +60,8 @@ function help() ...@@ -60,6 +60,8 @@ function help()
echo_error " If not specified, default is 11111111111111111111111111111111 if operator ckey is not specified also." echo_error " If not specified, default is 11111111111111111111111111111111 if operator ckey is not specified also."
echo_error " -K, --operator-ckey ciph. key Operator ciphered key of the HSS (Could be 8E27B6AF0E692E750F32667A3B14605D=OPC(11111111111111111111111111111111))." echo_error " -K, --operator-ckey ciph. key Operator ciphered key of the HSS (Could be 8E27B6AF0E692E750F32667A3B14605D=OPC(11111111111111111111111111111111))."
echo_error " ( OPC()=RijndaelEncrypt(operator-key) Xor operator-key, LTE-K (prov database) scheduled in Rijndael algo before RijndaelEncrypt)." echo_error " ( OPC()=RijndaelEncrypt(operator-key) Xor operator-key, LTE-K (prov database) scheduled in Rijndael algo before RijndaelEncrypt)."
echo_error " Note that you can have the RijndaelEncrypt() at http://extranet.cryptomathic.com/aescalc or"
echo_error " at http://www.hanewin.net/encrypt/aes/aes-test.htm."
echo_error " -m, --connect-to-mme fqdn MME act as a S6A server, HSS as a client (reversed situation but allows MME and HSS be on the same host) ." echo_error " -m, --connect-to-mme fqdn MME act as a S6A server, HSS as a client (reversed situation but allows MME and HSS be on the same host) ."
echo_error " -r, --realm realm Realm of the HSS (optional parameter)." echo_error " -r, --realm realm Realm of the HSS (optional parameter)."
echo_error " -s, --transport-sctp-only Diameter use SCTP (TCP disabled)." echo_error " -s, --transport-sctp-only Diameter use SCTP (TCP disabled)."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment