Skip to content

Commit

Permalink
filter and search decoding tests
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinz01 committed Apr 13, 2024
1 parent dc70601 commit 1bf2699
Show file tree
Hide file tree
Showing 4 changed files with 477 additions and 65 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,16 +181,16 @@ has an `Authentication` field with type `any`,
for storing implementation-defined authentication info.
See `test/main.go` for an example.

## Current feature support
## Feature support

- [x] TLS
- [x] Strict protocol validation
- [x] OID validation
- [ ] DN parsing support
- [x] Full concurrency ability
- [ ] Comprehensive message parsing tests
- [x] Comprehensive message parsing tests
- [x] Abandon request
- [x] Add request
- [x] Add request (concurrent)
- [x] Bind request
- [x] Compare request (concurrent)
- [x] Delete request (concurrent)
Expand All @@ -211,5 +211,6 @@ See `test/main.go` for an example.
- Support for all builtin operations and common extended operations
- Comprehensive encoding/decoding tests
- Strict client data validity checking
- Ease of use

Contributions and bug reports are welcome!
Loading

0 comments on commit 1bf2699

Please sign in to comment.