Skip to content
  1. Apr 10, 2008
  2. Apr 09, 2008
  3. Apr 08, 2008
  4. Apr 07, 2008
  5. Apr 06, 2008
  6. Apr 04, 2008
  7. Apr 03, 2008
  8. Apr 02, 2008
  9. Apr 01, 2008
  10. Mar 31, 2008
  11. Mar 29, 2008
  12. Mar 28, 2008
    • Dr. Stephen Henson's avatar
      Signed receipt generation code. · 36309aa2
      Dr. Stephen Henson authored
      36309aa2
    • Dr. Stephen Henson's avatar
      eb9d8d8c
    • Geoff Thorpe's avatar
      There was a need to support thread ID types that couldn't be reliably cast · f7ccba3e
      Geoff Thorpe authored
      to 'unsigned long' (ie. odd platforms/compilers), so a pointer-typed
      version was added but it required portable code to check *both* modes to
      determine equality. This commit maintains the availability of both thread
      ID types, but deprecates the type-specific accessor APIs that invoke the
      callbacks - instead a single type-independent API is used.  This simplifies
      software that calls into this interface, and should also make it less
      error-prone - as forgetting to call and compare *both* thread ID accessors
      could have led to hard-to-debug/infrequent bugs (that might only affect
      certain platforms or thread implementations). As the CHANGES note says,
      there were corresponding deprecations and replacements in the
      thread-related functions for BN_BLINDING and ERR too.
      f7ccba3e