summaryrefslogtreecommitdiff
path: root/src/crypto
Commit message (Collapse)AuthorAgeFilesLines
* fixed buffer pointernewcryptOthmar Gsenger2015-03-071-2/+2
|
* bugfix wrong pointerOthmar Gsenger2015-03-061-2/+2
|
* added auth tag support to refactored crypto implementationOthmar Gsenger2015-03-044-0/+89
|
* new crypt openssl crypt working (auth tag support to be done)Othmar Gsenger2015-03-021-0/+10
|
* newcrypt added passphrase supportOthmar Gsenger2015-03-021-0/+23
|
* added unit test for new crypt implementationOthmar Gsenger2015-02-061-1/+1
|
* openssl crypt new implementation addedOthmar Gsenger2014-11-194-1/+127
|
* fixed linker errorOthmar Gsenger2014-10-014-2/+12
|
* refactored crypto interface. linking fails, needs fixingOthmar Gsenger2014-09-304-21/+35
|
* added openssl crypto classOthmar Gsenger2014-09-304-2/+153
|
* added crypto interface classOthmar Gsenger2014-09-252-0/+187