[Bro-Dev] #925: Requesting merge of opaque branch

Bro Tracker bro at tracker.bro-ids.org
Fri Dec 14 10:56:46 PST 2012


#925: Requesting merge of opaque branch
---------------------------+------------------------
 Reporter:  matthias       |      Owner:
     Type:  Merge Request  |     Status:  new
 Priority:  Normal         |  Milestone:  Bro2.2
Component:  Bro            |    Version:  git/master
 Keywords:                 |
---------------------------+------------------------
 The branch topic/matthias/opaque contains the implementation of the new
 opaque type. The following types no longer use an internal `index:any`
 type but instead a type-safe abstraction via `opaque of T`:

 - md5
 - sha1
 - sha256
 - entropy

 Moreover, all these new types are serializable and can be sent over the
 network. E.g., one node can start the incremental hash/entropy
 computation, send the opaque type to another node where it finishes.

 All tests pass locally and on Jenkins (minus two that also fail on
 master).

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/925>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list