summaryrefslogtreecommitdiffstats
path: root/crypto.c
Commit message (Expand)AuthorAgeFilesLines
* handle Windows unicode pathsHeiko Hund2012-02-131-3/+3
* Minor cleanup to enable warning-free Windows build:Adriaan de Jong2011-11-211-2/+1
* Moved prng_uninit out of crypto_uninit_libAdriaan de Jong2011-11-211-0/+1
* Moved HMAC prints back to main crypto moduleAdriaan de Jong2011-10-221-2/+14
* Moved print messages back to generic crypto.c from cipher backendsAdriaan de Jong2011-10-221-1/+16
* Hardening: periodically reset the PRNG's nonce valueAdriaan de Jong2011-10-221-11/+28
* Refactored cipher functionsAdriaan de Jong2011-10-191-51/+17
* Refactored cipher key typesAdriaan de Jong2011-10-191-42/+6
* Refactored HMAC functionsAdriaan de Jong2011-10-191-43/+14
* Refactored message digest functionsAdriaan de Jong2011-10-191-23/+24
* Refactored message digest type functionsAdriaan de Jong2011-10-191-37/+12
* Refactored DES key manipulation functionsAdriaan de Jong2011-10-191-81/+4
* Refactored crypto initialisation functionsAdriaan de Jong2011-10-191-136/+2
* Refactored SSL_clear_error()Adriaan de Jong2011-10-191-3/+3
* Refactored show_available_* functionsAdriaan de Jong2011-10-191-85/+0
* Refactored maximum cipher and hmac length constantsAdriaan de Jong2011-10-191-12/+0
* Refactored OpenSSL-specific constantsAdriaan de Jong2011-10-191-14/+14
* Refactored to rand_bytes for OpenSSL-independencyAdriaan de Jong2011-10-191-5/+6
* Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-181-3/+0
|\
| * Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-141-3/+0
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Updated MSVC build scripts to Visual Studio 2008:James Yonan2010-03-311-6/+6
|/
* Eliminated the limitation on the number of options that can be pushedjames2009-09-271-0/+45
* Update copyright to 2009.james2009-05-301-1/+1
* Fixed issue where SIGUSR1 restarts would fail if privatejames2008-12-251-2/+5
* Added --prng option to control PRNG (pseudo-randomjames2008-11-181-16/+57
* Copyright notice changed to reflect change in name ofjames2008-10-061-1/+1
* Fixed issue in read_key_file, where the return value ofjames2008-07-171-1/+3
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-141-1/+1
* Updated copyright notice to 2008.james2008-06-111-1/+1
* Moved branch into official BETA21 position.james2008-05-121-7/+1
* Eliminated gcc 3.3.3 warnings on NetBSDjames2006-06-241-3/+3
* Small fixes:james2006-01-071-1/+2
* Fixed bug with tls-auth and key-direction parameterjames2005-12-291-1/+2
* Inline file capability now works forjames2005-12-081-96/+129
* This is the start of the BETA21 branch.james2005-09-261-0/+1724