Skip to content
  • Paul Sokolovsky's avatar
    esp8266/Makefile: Bump axTLS TLS record buffer size to 5K. · a47b8711
    Paul Sokolovsky authored
    The latest fashion is pushing certificate sub-chains, instead of a single
    certificate, during TLS handshake. These are pushed via single TLS record
    and effectively put minimum size limit on TLS record buffer. Recently,
    these commonly grew over 4K, so we have little choice but to adjust.
    a47b8711