Skip to content
Snippets Groups Projects
Commit 281c0f87 authored by Niels Möller's avatar Niels Möller
Browse files

Use 8-characters for DES-key.

Rev: lib/modules/SSL.pmod/cipher.pike:1.4
parent e8369d7a
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ array lookup(int suite)
res->bulk_cipher_algorithm = des;
res->cipher_type = CIPHER_block;
res->is_exportable = 0;
res->key_material = 7;
res->key_material = 8;
res->iv_size = 8;
break;
case CIPHER_3des:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment