1. 12 Mar, 2015 36 kayıt (commit)
  2. 11 Mar, 2015 4 kayıt (commit)
    • Tor Lillqvist's avatar
      Fix crash when timestamping PDF signature · 33434f47
      Tor Lillqvist yazdı
      Using the NSS API for CMS and ASN.1-based stuff in general correctly is
      extremely hard. It is very easy to do things slightly wrong. Of course no
      compiler warnings are produced. You just get code that happens to work by
      accident when compiled with one compiler, but not another, or depending on
      contents of uninitialised memory, or the phase of the moon.
      
      The problem was that the "values" field of a NSSCMSAttribute struct apparently
      is supposed to point to *two* SECItem pointers, one pointing to the actual
      value, and a NULL one.
      
      Anyway, now valgrind finally does not complain about any use of uninitialised
      memory.
      
      Most likely my earlier recent commits to this file were not necessary after
      all. They just seemed to help by accident, at least at one stage. But
      whatever...
      
      Change-Id: Ic98401b5d151bbb2398f809f47699f670e9720fa
      33434f47
    • Tor Lillqvist's avatar
      Don't bother with macros that are dummy on Unix in Unix-only code · 20e5de21
      Tor Lillqvist yazdı
      In NSS's <secasn1t.h>, for non-Windows:
      
       #define SEC_ASN1_SUB(x)        x
       #define SEC_ASN1_XTRN          0
       #define SEC_ASN1_MKSUB(x)
      
      Change-Id: Ie42d881cebffdd060309d6a15d8d9c319c260699
      20e5de21
    • Stephan Bergmann's avatar
      Clean up previous commit · 888c28dd
      Stephan Bergmann yazdı
      Change-Id: I6ecc801d19c54ff93559bff627b99c656e71a6e4
      888c28dd
    • Chris Sherlock's avatar
      svl: use constructor syntax in svl.component · 0214898a
      Chris Sherlock yazdı
      Change-Id: I2cb78695ede4017dfc4594175268e3d3c7eb4eca
      Signed-off-by: 's avatarStephan Bergmann <sbergman@redhat.com>
      0214898a