#19101: OpenVPN: segmentation fault
-----------------------+------------------------
  Reporter:  amqamq    |      Owner:  developers
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:
 Component:  packages  |    Version:  Trunk
Resolution:            |   Keywords:
-----------------------+------------------------

Comment (by anonymous):

 Till we are waiting for a proper fix (see
 https://github.com/ARMmbed/mbedtls/pull/185), this issue can be worked
 around by a simple patch for the polarssl package which disables the 1/n-1
 record splitting introduced in 1.3.10:

 {{{
 diff --git a/include/polarssl/config.h b/include/polarssl/config.h
 index 6bfa705..48d956a 100644
 --- a/include/polarssl/config.h
 +++ b/include/polarssl/config.h
 @@ -953,7 +953,7 @@
   *
   * Comment this macro to disable 1/n-1 record splitting.
   */
 -#define POLARSSL_SSL_CBC_RECORD_SPLITTING
 +//#define POLARSSL_SSL_CBC_RECORD_SPLITTING

  /**
   * \def POLARSSL_SSL_DISABLE_RENEGOTIATION
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19101#comment:7>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to