Skip to content

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Jan 10, 2024
1 parent 3ca6853 commit aa8c923
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# opencred-platform Changelog

## 5.3.0 - 2023-12-xx

### Added
- Verification of x509 certificates in did:jwk x5c claim.

## 5.2.4 - 2024-01-xx

### Changed
Expand Down
2 changes: 1 addition & 1 deletion common/x509.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as x509 from '@peculiar/x509';
import {Certificate, CertificateRevocationList} from 'pkijs';
// import {Certificate, CertificateRevocationList} from 'pkijs';
import {createPublicKey, X509Certificate} from 'node:crypto';
import {config} from '../config/config.js';
import ocsp from 'ocsp';
Expand Down

0 comments on commit aa8c923

Please sign in to comment.