Skip to content

Commit 79c3e6c

Browse files
committed
CHANGE: associate p7s file suffix with the DER codec
1 parent 3f3bea8 commit 79c3e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/codec-der.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ register-codec [
2121
name: 'der
2222
type: 'cryptography
2323
title: "Distinguished Encoding Rules"
24-
suffixes: [%.p12 %.pfx %.cer %.der %.jks]
24+
suffixes: [%.p12 %.pfx %.cer %.der %.jks %.p7s]
2525
decode: function[data [binary!]][
2626
if verbose > 0 [
2727
print ["^/^[[1;32mDecode DER data^[[m (^[[1m" length? data "^[[mbytes )"]

0 commit comments

Comments
 (0)