summaryrefslogtreecommitdiffstats
path: root/ssl.c
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored TLS_PRF to new hmac and md primitivesAdriaan de Jong2011-10-191-46/+58
* Refactored SSL initialisation functionsAdriaan de Jong2011-10-191-48/+22
* Removed stale OpenSSL defines from crypto.hAdriaan de Jong2011-10-191-0/+3
* Refactored crypto initialisation functionsAdriaan de Jong2011-10-191-2/+2
* Refactored OpenSSL-specific constantsAdriaan de Jong2011-10-191-4/+4
* Refactored to rand_bytes for OpenSSL-independencyAdriaan de Jong2011-10-191-1/+1
* "status" management interface command (version >= 2) will nowJames Yonan2011-08-241-0/+14
* Merge branch 'svn-merger'David Sommerseth2011-08-241-9/+32
|\
| * Merge remote branch SVN 2.1 into the git treeDavid Sommerseth2011-08-191-9/+32
| |\
| | * Fixed MSVC compile error related to r7408.James Yonan2011-07-061-2/+1
| | * Extended x509-track to allow SHA1 certificate hash to be extracted,James Yonan2011-07-041-40/+62
| | * Added redirect-gateway block-local flag, with support forJames Yonan2011-06-121-4/+5
| | * Added support for static challenge/response protocol.James Yonan2011-06-031-5/+27
| | * Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-251-0/+41
| | * Added 'dir' flag to "crl-verify" (see man page for info).James Yonan2011-04-241-53/+74
| | * Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan2011-04-021-0/+2
| | * Added more packet ID debug info at debug level 3 for debuggingJames Yonan2011-03-311-2/+4
| | * Added "auth-token" client directive, which is intended to beJames Yonan2011-03-261-3/+15
| | * Renamed branch to reflect that it is no longer beta.James Yonan2011-03-171-0/+5632
* | Added control channel crypto docsDavid Sommerseth2011-07-281-25/+278
|/
* Solved hidden merge conflicts between master and svn-branch-2.1David Sommerseth2011-04-261-0/+3
* Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-80/+270
|\
| * Added new "extra-certs" and "verify-hash" options (see man page forJames Yonan2011-04-261-0/+41
| * Added 'dir' flag to "crl-verify" (see man page for info).James Yonan2011-04-261-53/+74
| * Fixed bug that incorrectly placed stricter TCP packet replay rules onJames Yonan2011-04-261-0/+2
| * Added more packet ID debug info at debug level 3 for debuggingJames Yonan2011-04-261-2/+4
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-04-261-3/+15
| * Added --enable-lzo-stub configure option to build an OpenVPN client without L...James Yonan2011-04-251-0/+5
| * Properly handle certificate serial numbers > 32 bits.James Yonan2011-02-141-3/+11
| * Added --x509-track option.James Yonan2011-01-051-1/+124
| * Misc fixes to r6708.James Yonan2010-12-131-8/+12
| * Added "management-external-key" option. This option can be usedJames Yonan2010-12-091-3/+211
* | Fix the --client-cert-not-required featureDavid Sommerseth2011-03-311-4/+6
* | Extend the v3 plug-in API to send over X509 certificatesDavid Sommerseth2011-03-251-3/+3
* | Misc fixes to r6708.James Yonan2011-03-251-8/+12
* | Added "management-external-key" option. This option can be usedJames Yonan2011-03-251-3/+211
* | Add extv3 X509 field support to --x509-username-fieldMarkus Koetter2011-03-251-0/+69
* | Fix compiler warning when compiling against OpenSSL 1.0.0David Sommerseth2011-01-061-1/+1
* | Make the --x509-username-field feature an opt-in featureDavid Sommerseth2010-12-171-0/+4
* | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-181-5/+0
|\ \
| * | Fixed potential misinterpretation of boolean logicDavid Sommerseth2010-11-181-1/+1
| * | Clean-up: Remove more dead and inactive code pathsDavid Sommerseth2010-11-141-4/+0
| * | Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-141-1/+0
| * | Fixed static defined length check to use sizeof()Emilien Mantel2010-06-261-1/+1
| * | Choose a different field in X509 to be usernameEmilien Mantel2010-06-171-12/+17
| * | ssl.c: fix use of openvpn_run_script()'s return valueFabian Knittel2010-05-041-13/+5
| * | Revamped the script-security warning logging (version 2)David Sommerseth2010-04-291-2/+2
| * | enhance tls-verify possibilityMathieu GIANNECCHINI2010-03-021-0/+61
* | | Merge branch 'bugfix2.1' into beta2.2David Sommerseth2010-11-181-2/+2
|\ \ \
| * \ \ Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth2010-11-181-2/+2
| |\ \ \ | | | |/ | | |/|