Skip to content
Snippets Groups Projects
Commit 28a96758 authored by Sang Seok Lim's avatar Sang Seok Lim
Browse files

Component Indexing support for BDB

- only for equality matching
- only components of ASN.1 types used in an X.509 certificate can be indexed
(composite types except for RDN and DN are not supported yet)
- how to use
index [attribute name].[component reference] eq
Ex)
index userCertificate eq
index userCertificate.toBeSigned.issuer.rdnSequence eq
index userCertificate.toBeSigned.serialNumber eq
index userCertificate.toBeSigned.version eq
parent 69ca6c9b
No related branches found
No related tags found
No related merge requests found
Showing
with 1014 additions and 136 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment