Commit Graph

6 Commits

Author SHA1 Message Date
Martin Pulec
d55cc45a54 Encryption: better handling of modes
* check if the received cipher mode is known (forward compatibility)
2017-04-07 10:00:55 +02:00
Martin Pulec
eabc29d956 Encryption: use CFB instead of CTR
* implemented CFB + switched to it because Debian currently does not
  include CTR mode
* use CFB by default (decoder should still be able to decompress CTR if
  support is compiled in)
2017-04-05 22:24:56 +02:00
Martin Pulec
072ea8cbb5 Register modules with macro 2015-08-31 11:11:05 +02:00
Martin Pulec
9860f9890b Fixed some coverity issues 2014-10-21 13:01:10 +02:00
Martin Pulec
e6583622cc Some functions' rename 2014-10-15 16:01:45 +02:00
Martin Pulec
c49e0bc473 OpenSSL encryption: build as a library
+ added API for universal module
2014-10-15 15:50:25 +02:00