mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 08:03:59 +00:00
a661aa79de
Instead of simply encrypting the private key with AES-256 when storing it to the 'encrypted_private_key' file, wrap it using the AES-key-wrap algorithm described in RFC 3394 "Advanced Encryption Standard (AES) Key Wrap Algorithm". This is more secure and enables us to directly check whether the passphrase entered by the user was correct or not. Ref #4032
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.