summaryrefslogtreecommitdiff
path: root/tools/tests/files/cacert3-trusted-server-alias.pem
Commit message (Collapse)AuthorAgeFilesLines
* hash: Add the murmur2 hash and start using itStef Walter2013-03-201-0/+43
Add implementation of the murmur2 hash function, and start using it for our dictionaries. Our implementation is incremental like our other hash functions. Also remove p11_oid_hash() which wasn't being used. In addition fix several tests whose success was based on the way that the dictionary hashed. This was a hidden testing bug.