danielmarschall / oidplus

OIDplus 2.0 - An OpenSource online Registration Authority for OIDs and other Object Types
https://www.oidplus.com
Apache License 2.0
10 stars 6 forks source link

Generate random AID #25

Closed danielmarschall closed 10 months ago

danielmarschall commented 10 months ago

The function "Generate random AID" should be improved.

  1. It should check the existing AIDs in that node to avoid that two AIDs share the same prefix. (This also means that if you have the nodes 0...F in the node, you cannot generate a random AID under that node)
  2. Not only the root node (aid:) should have this functionality.
danielmarschall commented 10 months ago

Fixed in SVN Rev 1382