Skip to content
Snippets Groups Projects
  1. Mar 29, 2005
  2. Dec 20, 2004
    • Sang Seok Lim's avatar
      Component Indexing support for BDB · 28a96758
      Sang Seok Lim authored
      - 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
      28a96758
  3. Dec 13, 2004
    • Sang Seok Lim's avatar
      1) <select> and <content> type component reference support · 3492452a
      Sang Seok Lim authored
      2) attribute aliasing support
      - x509CertificateIssuer
      - x509CertificateSerial
      - x509CertificateIssuerAndIssuer
      3) AuthorityKeyIdentifier support(one of certificate extension)
      4) Misc. improvement
      - integrate OID and its decoder mapping table
      - normalize and validate the values of both component asserions and
        extracted components
      5) Misc. bug fix
      3492452a
  4. Dec 06, 2004
    • Sang Seok Lim's avatar
      Bug fix · d6a3dd51
      Sang Seok Lim authored
      GSER/BER decoders: return code and memory leackage
      d6a3dd51
  5. Nov 29, 2004
    • Sang Seok Lim's avatar
      1) <all> type component reference support · decfd721
      Sang Seok Lim authored
      2) nibble type memory support when decoding
      3) description type object identifier support
      4) OPTIONAL, DEFAULT support in certificate decoder/extractor/matching
      5) Misc bug fix
      decfd721
  6. Oct 27, 2004
    • Sang Seok Lim's avatar
      Component Matching module · 71e78dd7
      Sang Seok Lim authored
      See "contrib/slapd-modules/comp_match/README" to understand
      what's the purpose of  this patch is and how to use it.
      71e78dd7
Loading