summaryrefslogtreecommitdiffstats
path: root/ssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| | * | In verify_callback, the subject var should be freed by OPENSSL_free,James Yonan2010-11-161-2/+2
| * | | Merge branch 'svn-BETA21' into bugfix2.1David Sommerseth2010-11-131-0/+27
| |\| |
* | | | Merge branch 'svn-BETA21' into beta2.2David Sommerseth2010-11-131-0/+27
|\ \ \ \ | | |/ / | |/| |
| * | | Implement challenge/response authentication support in client mode,James Yonan2010-10-241-0/+27
* | | | Fixed compiler warning in ssl.cDavid Sommerseth2010-10-211-2/+2
* | | | Solved hidden merge conflict between feat_misc and bugfix2.1David Sommerseth2010-10-211-1/+1
* | | | Fixed static defined length check to use sizeof()Emilien Mantel2010-10-211-1/+1
* | | | Choose a different field in X509 to be usernameEmilien Mantel2010-10-211-12/+17
* | | | ssl.c: fix use of openvpn_run_script()'s return valueFabian Knittel2010-10-211-13/+5
* | | | Revamped the script-security warning logging (version 2)David Sommerseth2010-10-211-2/+2
* | | | enhance tls-verify possibilityMathieu GIANNECCHINI2010-10-211-0/+61
* | | | Reworked the eurephia patch for inclusion to the openvpn-testing treeDavid Sommerseth2010-10-211-0/+14
| |/ / |/| |
* | | Fixes openssl-1.0.0 compilation warningchantra2010-10-211-3/+3
* | | Fix certificate serial number exportDavide Brini2010-10-211-3/+24
* | | Fixed potential NULL pointer issueDavid Sommerseth2010-10-211-1/+1
* | | Renamed all calls to create_temp_filename()David Sommerseth2010-10-211-15/+21
* | | Make use of counter_type instead of int when counting bytes and network packetsDavid Sommerseth2010-10-211-1/+2
|/ /
* | Allow PKCS12 file content to be included inline in configuration file,James Yonan2010-08-291-10/+32
* | Fixed an issue where application payload transmissions on theJames Yonan2010-07-271-0/+22
* | Implemented a key/value auth channel from client to server.James Yonan2010-06-011-2/+122
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Modified ">PASSWORD:Verification Failed" management interfaceJames Yonan2010-03-121-1/+1
* | Fixed an issue where if reneg-sec was set to 0 on the client,James Yonan2010-03-061-2/+5
|/
* Fixed an issue where AUTH_FAILED was not being properly deliveredjames2010-01-161-0/+4
* Increase MAX_CERT_DEPTH to 16 (from 8), and when exceeded,james2009-11-131-1/+4
* On server, lock client-provided certs against mid-session TLSjames2009-10-251-3/+134
* On server, lock session username against changes in mid-session TLSjames2009-10-241-2/+29
* Added the ability for the server to provide a custom reason stringjames2009-09-291-1/+18
* Eliminated the limitation on the number of options that can be pushedjames2009-09-271-3/+3
* Update copyright to 2009.james2009-05-301-1/+1
* Fixed issue of symbol conflicts interfering with Windows CryptoAPIjames2009-05-301-4/+4
* Fixed issue involving an #ifdef in a macro reference that breaks early gccjames2009-01-271-2/+5
* Added server-side --opt-verify option: clients that connectjames2008-11-181-0/+5
* Added --no-name-remapping option to allow Common Name, X509 Subject,james2008-10-311-3/+12
* Added server-side --auth-user-pass-optional directive, to allowjames2008-10-281-9/+12
* Save X509 Subject fields to environment, using the naming convention:james2008-10-281-0/+54
* Fixed informational message in ssl.c to properly indicatejames2008-10-271-1/+5