Hello

I recently discovered that openssl has a sort of database (called txt_db)
which looks like
its a disk-based hash table (like Berkeley DB).

It is used in CA to store certificates and stuff, so it should be quite
potent.

I would like to use it for my own purposes, The api are few, but they look
cryptic and feels like
they require user to keep track of all the row/column thingy.

Any tips/ links on making it work??

Thanks

Eugene

Reply via email to