credentials / elvira

Fast portable C library which provides both high-level and low-level (cryptographic) credential operations.
Other
1 stars 0 forks source link

Add key generation functionality #1

Open pimvullers opened 11 years ago

pimvullers commented 11 years ago

We also need to generate keys :)

cryptojedi commented 11 years ago

Yeah... that might be good ;-) What are you suggesting where it should go and what the function name/signature should be?

pimvullers commented 11 years ago

I'll add the interfaces...

Roland was interested in implementing this part. Since this matches with the other part, reading key information from some file, I think it will be a nice job for him.

cryptojedi commented 11 years ago

OK :-)

pimvullers commented 11 years ago

@rijswijk, contact me if you need information on how to generate these keys. For (de)serialization it's up to you. For storage I suggest translating the URI to some file in which you store the serialised key.