BSDCan2015 - ZI
BSDCan 2015
The Technical BSD Conference
Speakers | |
---|---|
John-Mark Gurney |
Schedule | |
---|---|
Day | Talks #1 - 12 June - 2015-06-12 |
Room | DMS 1160 |
Start time | 11:30 |
Duration | 01:00 |
Info | |
ID | 576 |
Event type | Lecture |
Track | Security |
Language used for presentation | English |
Adding AES-ICM and AES-GCM to OpenCrypto
Adding additional cipher modes may seem simple, but there are many things to consider.
Implementing the modes and ensuring security requires more than a simply coding it up. It requires understanding of different standards and computer architecture to make sure things like side channel/timing attacks are addressed or properly understood. Some design decisions can be made to help ensure that consumers of the interface are able to properly use it.