Displaying 4 results from an estimated 4 matches for "encdata".
2005 Sep 27
4
Voice Encryption
Hi,
Does Asterisk support encryption of voice traffic? I found following wiki
that describes IAX RSA authentication. I was able to implement the
public/private key authentication among three Asterisk servers connected
using IAX protocol. I am not certain if voice traffic can also be encrypted
among the Asterisk servers. Your help is highly appreciated.
2007 Apr 24
1
dundi problem * 1.4.2
...ALLED NUMBER : 29
CALLED CONTEXT : pipsworld
TTL : 16
Tx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: ENCRYPT (Command)
Flags: 00 STrans: 23682 DTrans: 00000 [145.100.55.14:4520]
ENTITY IDENT : 00:50:da:73:18:c6
KEYCRC32 : 1754443205
ENCDATA : [IV a7a14a4b63ccc33286b2b23108b05f49] 4 encrypted
blocks
Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 001 Type: ENCREJ (Response)
Flags: 00 STrans: 21677 DTrans: 23682 [145.100.55.14:4520] (Final)
Tx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: ACK (Response)...
2006 Mar 16
1
DUNDi .... Halfway
...ve any ideas???
DUNDi Debugging Enabled
*CLI> iax2 debug
IAX2 Debugging Enabled
Rx-Frame Retry[No] -- OSeqno: 000 ISeqno: 000 Type: ENCRYPT (Command)
Flags: 00 STrans: 00582 DTrans: 00000 [216.187.142.204:4520]
ENTITY IDENT : 00:0e:0c:a1:92:4d
KEYCRC32 : 1265850539
ENCDATA : [IV 859b875e0af83a36f7aef655c7bc5341] 4 encrypted blocks
Tx-Frame Retry[No] -- OSeqno: 000 ISeqno: 001 Type: ENCREJ (Response)
Flags: 00 STrans: 26407 DTrans: 00582 [216.187.142.204:4520] (Final)
Rx-Frame Retry[No] -- OSeqno: 001 ISeqno: 001 Type: ACK (Response)...
2012 Sep 17
9
[PATCH] Upgrade vtpmd to berlios version 0.7.4
...- wrappedKey->pubKey.key = tpm_malloc(wrappedKey->pubKey.keyLength);
-- store.privKey.keyLength = key_length >> 4;
-+ store.privKey.keyLength =
keyInfo->algorithmParms.parms.rsa.keyLength >> 4;
- store.privKey.key = tpm_malloc(store.privKey.keyLength);
- wrappedKey->encDataSize = parent->key.size >> 3;
- wrappedKey->encData = tpm_malloc(wrappedKey->encDataSize);
-@@ -466,9 +481,11 @@ TPM_RESULT TPM_CreateWrapKey(TPM_KEY_HAN
- tpm_free(wrappedKey->encData);
- return TPM_NOSPACE;
- }
-- rsa_export_modulus(&rsa, wrappedKey->pubKey.ke...