hpk42 / muacrypt

Autocrypt and more for Mail User Agents
Other
36 stars 15 forks source link

increase key size to 3072 #43

Closed azul closed 6 years ago

azul commented 6 years ago

I would expect the test test_transfer_key_and_encrypt_decrypt_roundtrip to also indicate a keysize of 3072. However it says the key was 2048. Will need to investigate.

refers to #27

hpk42 commented 6 years ago

as you noted on IRC today, it's probably due to a cache issue. The travis tests actually seem to pass (one build fails but it's an unrelated issue -- travis is turning a bit flaky in its test runs).

azul commented 6 years ago

@hpk42 oh... yes. i changed the commit accordingly but forgot to update the issue title.

So yes. Tests should be fixed now. I'll merge for now and then look into the other validations of autocrypt level 1 format.