Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

CA-85761: distinguish between unguessable Uuid.ts and Uuid.ts which are merely unique #108

Closed
wants to merge 2 commits into from

Commits on Jul 18, 2012

  1. CA-85761: delete unused "cookie" type from Uuid module

    Signed-off-by: David Scott <dave.scott@eu.citrix.com>
    David Scott committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    06e15e8 View commit details
    Browse the repository at this point in the history
  2. CA-85761: distinguish between unguessable UUIDs ("secure") and only u…

    …nique UUIDs ("insecure")
    
    Whenever we want a UUID which is only unique, but predictable, we use
      Uuid.insecure ()
    
    Whenever we want a UUID which is both unique and unpredictable, we use
      Uuid.secure ()
    
    Mark Uuid.make_uuid as deprecated.
    
    Signed-off-by: David Scott <dave.scott@eu.citrix.com>
    David Scott committed Jul 18, 2012
    Configuration menu
    Copy the full SHA
    2d9c18f View commit details
    Browse the repository at this point in the history