summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added "memstats" option to maintain real-time operating statsJames Yonan2011-12-1410-0/+237
* Raised D_PID_DEBUG_LOW from level 3 to 4 to reduce replay errorJames Yonan2011-12-141-2/+2
* Don't look for 'stdin' file when using --auth-user-passDavid Sommerseth2011-12-051-2/+3
* Fix bug after removing Linux 2.2 supportDavid Sommerseth2011-11-251-4/+2
* work around inet_ntop/inet_pton problems for MSVC builds on WinXPGert Doering2011-11-252-9/+10
* Do some file/directory tests before really starting openvpnDavid Sommerseth2011-11-251-0/+151
* log error message and exit for "win32, tun mode, tap driver version 9.8"Gert Doering2011-11-231-0/+8
* bump tap driver version from 9.8 to 9.9Gert Doering2011-11-231-1/+1
* Make '--win-sys env' defaultDavid Sommerseth2011-11-235-20/+17
* Fix FreeBSD/OpenBSD/NetBSD compiler warnings in get_default_gateway()David Sommerseth2011-11-211-4/+4
* Fixed a regression causing VS2008/Python build failureSamuli Seppänen2011-11-211-1/+1
* Fixed a typo when initialising cryptoapi certsAdriaan de Jong2011-11-211-1/+1
* Minor cleanup to enable warning-free Windows build:Adriaan de Jong2011-11-216-9/+6
* Moved from strsep to strtok, for Windows compatibilityAdriaan de Jong2011-11-211-5/+9
* Added options to switch between OpenSSL and PolarSSL and PKCS11...Adriaan de Jong2011-11-213-6/+43
* Reordered functions to ensure warning-free Windows buildAdriaan de Jong2011-11-211-11/+10
* Moved CryptoAPI header include to the ssl_openssl.cAdriaan de Jong2011-11-212-4/+4
* Moved prng_uninit out of crypto_uninit_libAdriaan de Jong2011-11-214-5/+3
* add missing break between "case IPv4" and "case IPv6", leading to theGert Doering2011-11-101-0/+1
* Fix PolarSSL and --pkcs12 option issuesDavid Sommerseth2011-11-081-1/+7
* Fixed missing comma in plugin.hAdriaan de Jong2011-11-071-1/+1
* Further removal of des_old.h based callsAdriaan de Jong2011-10-251-2/+2
* Removed obsolete des_cblock and des_keyscheduleAdriaan de Jong2011-10-241-3/+3
* Got rid of a few magic numbers in ntlm.cAdriaan de Jong2011-10-246-20/+25
* Fixed disabling crypto and SSLAdriaan de Jong2011-10-2412-22/+47
* Added missing #ifdef to allow --disable-managent to work againAdriaan de Jong2011-10-241-1/+4
* Moved to PolarSSL 1.0.0:Adriaan de Jong2011-10-223-3/+3
* Made SSL_CIPHER const in print_details, to fix warningAdriaan de Jong2011-10-221-1/+1
* Fixed a typo: print the subject instead of the serial for verification errorsAdriaan de Jong2011-10-221-1/+1
* Removed a stray Fox-IT tagAdriaan de Jong2011-10-221-1/+0
* Unified verification function return values:Adriaan de Jong2011-10-224-110/+116
* Fixed a bug in the return value of ssl_verify when pre_verify failedAdriaan de Jong2011-10-221-2/+4
* Moved gc_new and gc_free to begin end of functionAdriaan de Jong2011-10-221-3/+2
* Added back checks for ks->authenticated in verify_user_passAdriaan de Jong2011-10-221-4/+5
* Moved HMAC prints back to main crypto moduleAdriaan de Jong2011-10-226-46/+20
* Moved print messages back to generic crypto.c from cipher backendsAdriaan de Jong2011-10-224-37/+19
* Fixed an unintentional change in the options calculated key size.Adriaan de Jong2011-10-221-1/+1
* Further improvements to plugin support:Adriaan de Jong2011-10-223-11/+15
* Fixes for the plugin system:Adriaan de Jong2011-10-2211-34/+83
* Hardening: periodically reset the PRNG's nonce valueAdriaan de Jong2011-10-222-11/+31
* Disabled X.509 track and username selection for PolarSSLAdriaan de Jong2011-10-225-8/+20
* Added SSL library to title stringAdriaan de Jong2011-10-221-2/+14
* Added an extra define to allow building without PKCS#11Adriaan de Jong2011-10-221-0/+2
* Refactored (and disabled for PolarSSL) support for writing external cert file...Adriaan de Jong2011-10-225-56/+43
* Removed stray X509_free from ssl.cAdriaan de Jong2011-10-224-1/+20
* Removed support for management external keys in PolarSSLAdriaan de Jong2011-10-222-2/+2
* Disable CryptoAPI when not using OpenSSL, and document that fact.Adriaan de Jong2011-10-229-11/+18
* Added warning that --capath is not available with PolarSSLAdriaan de Jong2011-10-222-0/+3
* Added a warning that the PolarSSL library does not support pkcs12 files.Adriaan de Jong2011-10-223-0/+6
* Fixed a compilation warning for size_t key sizesAdriaan de Jong2011-10-221-3/+3