Changeset 5261 for pjproject/trunk/third_party/srtp/README
- Timestamp:
- Mar 15, 2016 3:57:39 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/third_party/srtp/README
r1730 r5261 27 27 --disable-stdout use stdout for error reporting 28 28 --enable-console use /dev/console for error reporting 29 --enable-openssl use OpenSSL crypto primitives 29 30 --gdoi use GDOI key management (disabled at present) 30 31 31 By default, deb buging is enabled and stdout is used for debugging.32 By default, debugging is enabled and stdout is used for debugging. 32 33 You can use the above configure options to have the debugging output 33 34 sent to syslog or the system console. Alternatively, you can define … … 78 79 using gdoi will be added later. 79 80 80 usage: rtpw [-d <debug>]* [-k <key> [-a][-e]] [-s | -r] dest_ip dest_port81 usage: rtpw [-d <debug>]* [-k|b <key> [-a][-e <key size>][-g]] [-s | -r] dest_ip dest_port 81 82 or rtpw -l 82 83 … … 90 91 -s (s)rtp sender - causes app to send words 91 92 92 -r (s)rtp receive - causes app to rece ve words93 -r (s)rtp receive - causes app to receive words 93 94 94 95 -k <key> use srtp master key <key>, where the … … 96 97 leading "0x") 97 98 98 -e encrypt/decrypt (for data confidentiality) 99 -b <key> same as -k but with base64 encoded key 100 101 -e <keysize> encrypt/decrypt (for data confidentiality) 99 102 (requires use of -k option as well) 103 (use 128, 192, or 256 for keysize) 104 105 -g use AES-GCM mode (must be used with -e) 100 106 101 107 -a message authentication … … 105 111 106 112 -d <debug> turn on debugging for module <debug> 113 -i specify input/output file 114 (instead of using dictionary file) 107 115 108 116 … … 120 128 set k=c1eec3717da76195bb878578790af71c4ee9f859e197a414a78d5abc7451 121 129 122 [sh1]$ test/rtpw -s -k $k -e a 0.0.0.0 9999130 [sh1]$ test/rtpw -s -k $k -e 128 -a 0.0.0.0 9999 123 131 Security services: confidentiality message authentication 124 132 set master key/salt to C1EEC3717DA76195BB878578790AF71C/4EE9F859E197A414A78D5ABC7451 … … 130 138 ... 131 139 132 [sh2]$ test/rtpw -r -k $k -e a 0.0.0.0 9999140 [sh2]$ test/rtpw -r -k $k -e 128 -a 0.0.0.0 9999 133 141 security services: confidentiality message authentication 134 142 set master key/salt to C1EEC3717DA76195BB878578790AF71C/4EE9F859E197A414A78D5ABC7451
Note: See TracChangeset
for help on using the changeset viewer.