Skip to content
Snippets Groups Projects
  1. Nov 19, 2013
  2. Oct 11, 2013
  3. Sep 27, 2013
  4. Jul 27, 2013
  5. Jul 12, 2013
  6. Jul 11, 2013
    • akwizgran's avatar
      The counter mode KDF was not correctly following NIST SP 800-108. · e9859e9f
      akwizgran authored
      Fixes bug #25. CMAC is used as the PRF. Note that we're currently using
      a version of Spongy Castle with a CMAC implementation that's vulnerable
      to a side-channel attack - this has been reported and fixed upstream but
      we haven't yet upgraded to the fixed version.
      e9859e9f
  7. Jun 27, 2013
  8. Jun 19, 2013
  9. Jun 17, 2013
  10. Jun 14, 2013
  11. Jun 13, 2013
  12. Jun 06, 2013
  13. Jun 05, 2013
  14. May 31, 2013
  15. May 30, 2013
  16. May 16, 2013
  17. May 15, 2013
  18. May 14, 2013
    • akwizgran's avatar
      Fixed a race conditon when adding a transport and then an endpoint. · dddd15cd
      akwizgran authored
      To fix issue #3611966, KeyManagerImpl's handling of TransportAddedEvent
      was made asynchronous. This made it possible for a thread to call
      KeyManager.endpointAdded() before the KeyManager had asynchronously
      handled the TransportAddedEvent from a previous call to
      DatabaseComponent.addTransport().
      dddd15cd
Loading