Skip to content

Commit 54bd660

Browse files
release 1.0.0
1 parent bfef2cd commit 54bd660

19 files changed

+376
-110
lines changed

Certificate Authority.vipc

-18 KB
Binary file not shown.

Certification Authority.lvproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@
1212
<Property Name="server.vi.callsEnabled" Type="Bool">true</Property>
1313
<Property Name="server.vi.propertiesEnabled" Type="Bool">true</Property>
1414
<Property Name="specify.custom.address" Type="Bool">false</Property>
15+
<Item Name="Tools Menu" Type="Folder">
16+
<Item Name="Certification Authority.vi" Type="VI" URL="../source/Tools menu/Certification Authority.vi"/>
17+
</Item>
1518
<Item Name="Certification Authority" Type="Folder">
16-
<Item Name="Certification Authority.lvclass" Type="LVClass" URL="../source/Certification Authority/Certification Authority.lvclass"/>
19+
<Item Name="Certification Authority.lvclass" Type="LVClass" URL="../source/Certification Authority.lvclass"/>
1720
</Item>
1821
<Item Name="Dependencies" Type="Dependencies">
1922
<Item Name="user.lib" Type="Folder">
@@ -131,6 +134,7 @@
131134
<Item Name="TD_Get Cluster Information.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/GetType.llb/TD_Get Cluster Information.vi"/>
132135
<Item Name="TD_Compare Types.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/GetType.llb/TD_Compare Types.vi"/>
133136
<Item Name="KVP Parser.vi" Type="VI" URL="/&lt;vilib&gt;/LabVIEW Open Source Project/Data Manipulation/KVP Parser.vi"/>
137+
<Item Name="Compare Two Paths.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Compare Two Paths.vi"/>
134138
</Item>
135139
</Item>
136140
<Item Name="Build Specifications" Type="Build"/>

Certification Authority.vipb

Lines changed: 260 additions & 0 deletions
Large diffs are not rendered by default.

Certification Authority.vipc

24.7 KB
Binary file not shown.

LICENSE

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Zero-Clause BSD
2+
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
3+
4+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
5+
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
6+
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
7+
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Binary file not shown.
Binary file not shown.

source/Certification Authority/Certification Authority.lvclass renamed to source/Certification Authority.lvclass

Lines changed: 104 additions & 109 deletions
Large diffs are not rendered by default.
-106 KB
Binary file not shown.

0 commit comments

Comments
 (0)