summaryrefslogtreecommitdiffstats
path: root/ssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Rewrote extract_x509_field and modified COMMON_NAME_CHAR_CLASSjames2008-01-211-1/+47
* Simple fix where options->ca_file was used withoutjames2008-01-211-1/+1
* Use pkcs11-helper as external library, can be downloadedjames2007-10-221-3/+5
* AUTO_USERID feature -- if the auth-user-pass option is usedjames2007-08-171-1/+1
* New try at AUTO_USERID.james2006-11-131-1/+7
* Fixed bug introduced with the --port-share directivejames2006-06-301-1/+1
* pkcs11 changes:james2006-06-291-5/+8
* I've recently worked on a better version of pkcs11-helper. I've also mergedjames2006-04-051-1/+1
* Added --port-share option for allowing OpenVPN and HTTPSjames2006-02-161-2/+4
* Added OPENVPN_PLUGIN_TLS_FINAL plugin callback.james2005-12-281-1/+11
* svn merge -r 845:854 $SO/trunk/openvpn .james2005-12-141-2/+2
* Merged --remote-cert-ku, --remote-cert-eku, andjames2005-11-121-0/+117
* Added ENABLE_INLINE_FILES feature.james2005-11-081-22/+242
* More PKCS#11 changes.james2005-11-011-1/+1
* Windows reliability changes:james2005-10-311-2/+0