Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ocsp server example bug (netty#13223)
Motivation: io.netty.example.ocsp.OcspUtils#ocspUri always return null, because of the wrong class type. Modification: change DERTaggedObject class to DLTaggedObject class Result: fix the ocsp server bug, so the server now can successfuly get the url of the issuer. Co-authored-by: mipengcheng <[email protected]>
- Loading branch information