Skip to content
  1. Aug 18, 2018
  2. Jul 29, 2018
    • ntome's avatar
      weboob.browser.nss: finally implement timeout support · 78e1f10f
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      With NSS, unlike python sockets, the timeout should be passed on every
      recv call. But since it's implemented in C, we're forced to reimplement
      read/readinto/etc.
      Use io.BufferedRWPair and io.RawIOBase to implement some of them and
      implement the others by hand.
      78e1f10f
    • ntome's avatar
      nss: check appropriate nss db file to initialize cert db · 1b58a401
      ntome authored and Romain Bignon's avatar Romain Bignon committed
      NSS uses different filenames for its certificate database depending on
      its version (cert8.db before NSS 3.35, cert9.db after).
      This filename is checked to determine if the certificate db must be
      created, so we need to find the correct filename.
      1b58a401
  3. Jun 09, 2018
  4. Mar 31, 2018
  5. Mar 03, 2018
    • btampigny's avatar
      [nss] handle CA bundles and nss on centos · 8668ccf5
      btampigny authored and Romain Bignon's avatar Romain Bignon committed
      This patch has been done because certutil does not seem to handle files
      containing multiple certificates. We also ignore files without
      extentions because centos contains some Makefile examples in the system
      CA folder
      8668ccf5
  6. Sep 06, 2017
  7. Jul 08, 2017
  8. Apr 01, 2017
  9. Mar 11, 2017