Skip to content

Commit

Permalink
Add new TSA certificate (#389)
Browse files Browse the repository at this point in the history
IB-6803

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored Dec 18, 2020
1 parent 2b5e292 commit 689c05d
Show file tree
Hide file tree
Showing 16 changed files with 4,252 additions and 360 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
- name: Add open-eid repo
if: matrix.container == 'ubuntu:18.04'
run: |
apt-get update -qq && apt-get install -y curl gnupg2 lsb-release
curl https://installer.id.ee/media/install-scripts/C6C83D68.pub | apt-key add -
codename=$(lsb_release -cs)
echo "deb https://installer.id.ee/media/ubuntu/ $codename main" | tee /etc/apt/sources.list.d/ria-repository.list
- name: Install dependencies
run: apt-get update -qq && apt-get install -y dh-make devscripts cdbs cmake vim-common xsdcxx libxml-security-c-dev zlib1g-dev doxygen swig openjdk-8-jdk-headless libboost-test-dev
- name: Setup changelog
Expand Down
310 changes: 286 additions & 24 deletions test/data/EE_T-CA-invalid-type.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-CA-withdrawn-granted-before.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-CA-withdrawn-granted-later.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-CA-withdrawn.xml

Large diffs are not rendered by default.

310 changes: 286 additions & 24 deletions test/data/EE_T-OCSP-invalid-type.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-OCSP-withdrawn-granted-before.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-OCSP-withdrawn-granted-later.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-OCSP-withdrawn.xml

Large diffs are not rendered by default.

310 changes: 286 additions & 24 deletions test/data/EE_T-TSA-invalid-type.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-TSA-withdrawn-granted-before.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-TSA-withdrawn-granted-later.xml

Large diffs are not rendered by default.

305 changes: 281 additions & 24 deletions test/data/EE_T-TSA-withdrawn.xml

Large diffs are not rendered by default.

310 changes: 286 additions & 24 deletions test/data/EE_T-good.xml

Large diffs are not rendered by default.

310 changes: 286 additions & 24 deletions test/data/EE_T-no_QCSD.xml

Large diffs are not rendered by default.

310 changes: 286 additions & 24 deletions test/data/EE_T-no_QCStatement.xml

Large diffs are not rendered by default.

0 comments on commit 689c05d

Please sign in to comment.