source: tests/creddy_tests/verify.ck @ bec30b5

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since bec30b5 was bec30b5, checked in by Mei <mei@…>, 11 years ago

1) change abac_context_load_directory to check on every regular files

and try to extract id id/privkey and then attribute in turn.

2) move id_certs to be context based instead of shared globally

  • Property mode set to 100755
File size: 137 bytes
Line 
1#!/bin/sh
2
3# verify.ck
4
5result=`diff verify.out verify.save 2>/dev/null`
6
7if [ "$result" = "" ]; then
8    return 0
9else
10    return 1
11fi
12
Note: See TracBrowser for help on using the repository browser.