index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
method_aes128_gcm.c
Age
Commit message (
Expand
)
Author
2013-08-20
Prevent zero-before-free operations from being optimized out
Matthias Schiffer
2013-08-20
Fix lots of -Wextra warnings
Matthias Schiffer
2013-08-08
aes128-gcm: don't restore buffer on verification failure
Matthias Schiffer
2013-03-02
Print error message on aborts due to buffer push/pull errors
Matthias Schiffer
2013-02-23
Subtract splay time to key refresh interval
Matthias Schiffer
2013-01-21
Add error message for OOM on buffer alloc
Matthias Schiffer
2013-01-05
Adjust copyright years
Matthias Schiffer
2012-12-18
Convert type names to _t convention
Matthias Schiffer
2012-11-01
Move unistd.h include to fastd.h
Matthias Schiffer
2012-09-21
Nicely encapsulate different crypto algorithm implementations
Matthias Schiffer
2012-09-16
Fix alignment for NaCl's core2 assembler implementation of AES128-CTR
Matthias Schiffer
2012-09-15
Use inline function for alignment
Matthias Schiffer
2012-09-15
Add support for kernel AES implementations
Matthias Schiffer
2012-09-15
Add support for using kernel implementations of GHASH
Matthias Schiffer
2012-09-15
Rework some parts of the AES128-GCM method
Matthias Schiffer
2012-09-14
Critical: fix various problems in the AES128-GCM method
Matthias Schiffer
2012-06-27
Remove unneeded size bytes from GCM to suppress warnings
Matthias Schiffer
2012-06-27
Implement GCM with lookup table
Matthias Schiffer
2012-06-27
Optimized GCM implementation
Matthias Schiffer
2012-06-27
Primitive aes128-gcm implementation
Matthias Schiffer