Skip to content
  1. Mar 30, 2014
  2. Mar 29, 2014
  3. Mar 28, 2014
  4. Mar 26, 2014
  5. Mar 25, 2014
  6. Mar 23, 2014
  7. Mar 22, 2014
  8. Mar 20, 2014
  9. Mar 19, 2014
  10. Mar 18, 2014
    • Gaël PORTAY's avatar
      polarssl: break compatibility with version older than 1.3. · ff25f437
      Gaël PORTAY authored
      Remove all #ifdef/else/endif macros that ensure compatibility with polarssl
      version previous than 1.3.
      ff25f437
    • Gaël PORTAY's avatar
      polarssl: drop use of 1.2 compatibility header. · 31265376
      Gaël PORTAY authored
      API has changed since version 1.3. A compatibility header has been created
      to ensure forward compatibility for code using old API:
       * x509 certificate structure has been renamed to from x509_cert to
         x509_crt
       * new dedicated setter for RSA certificates ssl_set_own_cert_rsa,
         ssl_set_own_cert is for generic keys
       * ssl_default_ciphersuites has been replaced by function
         ssl_list_ciphersuites()
      
      This patch drops the use of the compatibly header.
      31265376