]> git.ipfire.org Git - thirdparty/strongswan.git/commit
refactored openac and its attribute certificate factory
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 20 Mar 2008 15:23:52 +0000 (15:23 -0000)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 20 Mar 2008 15:23:52 +0000 (15:23 -0000)
commitbdec2e4f52918b007d3f0abe81a74e5ce2cc2532
treef4318155078a5308be2d4f5c3b99461597951a83
parent25c9637222291903cb61ce36f5b8c61f741afe0f
refactored openac and its attribute certificate factory
12 files changed:
src/libstrongswan/Makefile.am
src/libstrongswan/credentials/builder.h
src/libstrongswan/credentials/certificates/ac.h [new file with mode: 0644]
src/libstrongswan/plugins/x509/Makefile.am
src/libstrongswan/plugins/x509/ietf_attr_list.c [new file with mode: 0644]
src/libstrongswan/plugins/x509/ietf_attr_list.h [new file with mode: 0644]
src/libstrongswan/plugins/x509/x509_ac.c [new file with mode: 0644]
src/libstrongswan/plugins/x509/x509_ac.h [new file with mode: 0644]
src/openac/Makefile.am
src/openac/build.c [deleted file]
src/openac/build.h [deleted file]
src/openac/openac.c