1. 30 Mar, 2014 7 commits
  2. 29 Mar, 2014 7 commits
  3. 28 Mar, 2014 2 commits
  4. 26 Mar, 2014 5 commits
  5. 25 Mar, 2014 7 commits
  6. 23 Mar, 2014 1 commit
  7. 22 Mar, 2014 3 commits
  8. 20 Mar, 2014 1 commit
  9. 19 Mar, 2014 5 commits
  10. 18 Mar, 2014 2 commits
    • 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