summaryrefslogtreecommitdiff
path: root/src/cryptinit.hpp
Commit message (Collapse)AuthorAgeFilesLines
* since libgcrypt 1.6 it is no longer needed to configure the threading callbacksChristian Pointner2016-01-231-2/+6
|
* fixed gcrypt thread supportChristian Pointner2014-08-261-34/+10
|
* added license exception for OpenSSLChristian Pointner2014-06-291-2/+15
|
* added compile switches for libnettleChristian Pointner2014-06-221-0/+2
|
* improved selection of crypto libChristian Pointner2014-06-221-4/+8
|
* fixed typo in license headerChristian Pointner2014-06-211-1/+1
|
* whitespace only change: unified formatting with "astyle --style=k/r ↵Markus Grüneis2010-02-171-16/+18
| | | | --indent=spaces=2 --unpad-paren --add-brackets --align-pointer=type --keep-one-line-blocks --indent-col1-comments --lineend=linux --suffix=none --recursive"
* cleaned up crypto initOthmar Gsenger2010-01-111-0/+13
| | | | | | cleaned up default log targets
* added visual studio build targets with gcryptChristian Pointner2010-01-071-6/+0
|
* fixed header file include guards to be C++ compliant; now always use format ↵Markus Grüneis2009-11-111-3/+2
| | | | ANYTUN_<filename>_INCLUDED
* fixed copyrightrel-0.3.1v0.3.1Christian Pointner2009-10-291-1/+1
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
| | | | | | this is release 0.3.1
* moved LogErrno to AnytunErrnoChristian Pointner2009-02-221-2/+2
|
* some cleanupChristian Pointner2009-01-181-1/+1
|
* log class can now easily use errno and gpg_errChristian Pointner2009-01-151-6/+2
|
* small cleanupChristian Pointner2009-01-151-0/+2
|
* ported uanytun key derivation to anytunChristian Pointner2009-01-151-2/+35
| | | | | | | | no key store until now (ld_kdr gets ignored) no multi kd until now (WritersLock instead of ReadersLock @ generate) finally removed creepy mpi class
* added compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows portingOthmar Gsenger2008-11-281-0/+82
moved crypto init functions to cryptinit.hpp and exec to sysexec.hpp (as this will be platform dependant)