Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-20538

Build a general purpose SecureAllocator

    • Type: Icon: Task Task
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 3.2.0-rc2
    • Affects Version/s: 3.1.8
    • Component/s: Security
    • Labels:
      None
    • Fully Compatible
    • Platform A (10/09/15), Platform B (10/30/15)

      We should build a secure allocator for general use in the server whenever we need secure bits of memory.

      It should:

      • mmap/munmap memory to keep bit on separate pages for lock/unlock
      • mlock/unlock
      • zero on deallocation
      • Satisfy the minimal allocator api for the stl so it can be used with types like std::vector and std::string

            Assignee:
            andrew.morrow@mongodb.com Andrew Morrow (Inactive)
            Reporter:
            mira.carey@mongodb.com Mira Carey
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: