Skip to content

Commit

Permalink
cert list ie fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr-ru committed Jan 13, 2021
1 parent 03566f8 commit 43a3e24
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/ruscrypto.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ruscrypto.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/ruscrypto.min.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/CryptoPro/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,8 @@ function CryptoPro() {
if (tryContainerStore) {
try {
oStore.Open(cadesplugin.CADESCOM_CONTAINER_STORE);
const certs = fetchCertsFromStore(oStore);
const skipIds = ret.map(a => a.id);
const certs = fetchCertsFromStore(oStore, skipIds);
oStore.Close();
ret.push(...certs);
}
Expand Down

0 comments on commit 43a3e24

Please sign in to comment.