summaryrefslogtreecommitdiffstats
path: root/ssl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'svn-BETA21' into beta2.2David Sommerseth2010-07-281-0/+22
|\
| * Fixed an issue where application payload transmissions on theJames Yonan2010-07-271-0/+22
* | Solved hidden merge conflict between feat_misc and bugfix2.1David Sommerseth2010-07-221-1/+1
* | Merge branch 'feat_eurephia' into beta2.2David Sommerseth2010-07-221-0/+14
|\ \
| * | Reworked the eurephia patch for inclusion to the openvpn-testing treeDavid Sommerseth2010-02-151-0/+14
* | | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-07-221-26/+84
|\ \ \
| * | | 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 'master' into bugfix2.1David Sommerseth2010-06-041-2/+122
|\ \ \ | | |/ | |/|
| * | Implemented a key/value auth channel from client to server.James Yonan2010-06-011-2/+122
* | | Fix certificate serial number exportDavide Brini2010-04-291-3/+24
* | | Fixed potential NULL pointer issueDavid Sommerseth2010-04-291-1/+1
* | | Renamed all calls to create_temp_filename()David Sommerseth2010-04-291-15/+21
* | | Make use of counter_type instead of int when counting bytes and network packetsDavid Sommerseth2010-04-291-1/+2
|/ /
* | 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
* Copyright notice changed to reflect change in name ofjames2008-10-061-1/+1
* Fixed bug in intra-session TLS key rollover that was introduced withjames2008-09-081-18/+39
* 2.1_rc8 and earlier did implicit shell expansion on scriptjames2008-09-061-2/+2
* Workaround bug in OpenSSL 0.9.6b ASN1_STRING_to_UTF8, whichjames2008-08-101-2/+2
* Completely revamped the system for calling external programs and scripts:james2008-07-261-21/+19
* Modified extract_x509_field_ssl to return a status value indicatingjames2008-07-191-37/+41
* Replace leading dash ('-') characters in an X509 name with underbars ('_')james2008-07-191-0/+3
* Removed old version of extract_x509_field.james2008-07-171-40/+0
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-141-1/+1
* Updated copyright notice to 2008.james2008-06-111-1/+1
* Updated version to 2.1_rc7e.james2008-06-111-20/+154
* Fixed an issue in extract_x509_field_ssl where the extractionjames2008-06-041-1/+1
* Incremented version to 2.1_rc7d.james2008-06-041-32/+70
* Support asynchronous/deferred authentication injames2008-05-241-44/+157
* Moved branch into official BETA21 position.james2008-05-121-8/+2
* The new function extract_x509_field_ssl tends to breakjames2008-02-171-1/+11