Skip to content

Commit

Permalink
Add new quick DER decoder. r=wtc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpierre%netscape.com committed Aug 7, 2002
1 parent dbe8b27 commit 42d8685
Show file tree
Hide file tree
Showing 6 changed files with 1,082 additions and 2 deletions.
1 change: 1 addition & 0 deletions security/nss/lib/nss/nss.def
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,7 @@ CERT_VerifyOCSPResponseSignature;
PK11_GetPBEIV;
PK11_ImportCRL;
PK11_SaveContextAlloc;
SEC_QuickDERDecodeItem;
;+ local:
;+ *;
;+};
2 changes: 2 additions & 0 deletions security/nss/lib/util/manifest.mn
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
CORE_DEPTH = ../../..

EXPORTS = \
quickder.h \
base64.h \
ciferfam.h \
nssb64.h \
Expand Down Expand Up @@ -60,6 +61,7 @@ EXPORTS = \
$(NULL)

CSRCS = \
quickder.c \
secdig.c \
derdec.c \
derenc.c \
Expand Down
Loading

0 comments on commit 42d8685

Please sign in to comment.