Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#107] Additional component fields for version 2 #121

Merged
merged 88 commits into from
Apr 8, 2019

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    f62df7e View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2018

  1. Remove old CI Runner config

    apldev3 committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a54cdec View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    8462eaf View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Configuration menu
    Copy the full SHA
    b06f0c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb5ae99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfad555 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2018

  1. Configuration menu
    Copy the full SHA
    1112735 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7211c85 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2018

  1. [#10] Fix representation of zero-valued hashes

    Zero-value hashes, and hashes of no data, are now
    considered as matches to equal values instead of
    treating them as 'unknown'.
    apldev1 authored and apldev6 committed Sep 24, 2018
    Configuration menu
    Copy the full SHA
    099b6a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    eb3474c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8ea358 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Configuration menu
    Copy the full SHA
    36a8b27 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Updating the certificate details page to display the Holder informati…

    …on and include a link to the associated Endorsement Certificate.
    cyrus-dev authored and apldev3 committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    fc2bdb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Configuration menu
    Copy the full SHA
    0339af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2018

  1. Configuration menu
    Copy the full SHA
    68eadf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897274b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. This change forces the supply chain validation service to verify that…

    … the Platform Credential has a status of PASS. If it does not, no matter the outcome of the Attributes validation, the status of the Attributes can not be PASS.
    
    Added an additional null check for a platform supply validation.  Added a mapping object for platform credential to the associated attributes during validations.
    
    Added an additional null check for a platform supply validation.  Added a mapping object for platform credential to the associated attributes during validations. Missed import statement.
    cyrus-dev authored and apldev3 committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    a70512a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Adding Tpm2-tss support for Deb packaging.

    Changes how tpm20.h, which contains the TPM2 SAPI, is
    imported to allow successful packaging of both debs and
    rpms.
    apldev2 authored and apldev3 committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    fd9a836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17ad9c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    53f5684 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. [#28] ACA RPM modifies SELinux policy to allow Tomcat to use MySQL.

    The CentOS7 package selinux-policy-targeted does not allow Tomcat
    to use port 3306, which is the default MySQL port. This commit
    changes the ACA RPM to modify the SELinux policy to grant that
    permission on fresh installs. This makes the ACA RPM now require
    the policycoreutils package to be installed.
    apldev4 authored and apldev3 committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    9be796f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Print provisioner installation comments to console

    Michael Tsai committed Oct 29, 2018
    Configuration menu
    Copy the full SHA
    a599da8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

  1. Configuration menu
    Copy the full SHA
    5121475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from nsacyber/issue-36

    [#36] TPM Provisioner status output
    iadgovuser26 authored Oct 31, 2018
    Configuration menu
    Copy the full SHA
    f2db4f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    fcf8921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee51a1a View commit details
    Browse the repository at this point in the history
  3. [#33] IMA baselines can match measurements based solely on hashes (#34)

    ImaAcceptableRecordBaseline and its subclasses have been updated to include
    a containsHashes method to be able to match IMA measurement records
    based solely on their hashes.  Supporting classes have been
    updated or created as necessary.
    
    Additionally, the set of path equivalencies as specified in the IMA
    policy have been updated to include additional entries.
    
    Closes #33.
    apldev1 authored and apldev4 committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    1a11ae5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7f9aac View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Configuration menu
    Copy the full SHA
    70b60ee View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Configuration menu
    Copy the full SHA
    b260766 View commit details
    Browse the repository at this point in the history
  2. [#41] Provisioners use PACCOR for device info collection. (#45)

    The provisioners used to shell out using different tools
    to collect device info. Now they both use PACCOR instead.
    apldev4 authored Nov 7, 2018
    Configuration menu
    Copy the full SHA
    859daf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. [#49] Modify getPolicy behavior to reflect use

    DBPolicyManager's getPolicy(appraiser, device) has historically
    returned the default policy for an appraiser if none is defined
    in the device group that the given device belongs to.  However,
    this behavior does not in fact support the current use of devices,
    groups, and policies; in the case where a group has no policy
    assigned for a type of appraiser, the system is in a state
    where that type of appraisal will not occur for devices in
    a given group.  To better reflect desired behavior, the method
    now returns null if a policy is not explicitly set for
    the given (appraiser, device group) pair.
    
    Closes #49.
    apldev1 authored and apldev3 committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    e206215 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. [#52] Make TPM2 Provisioner check for a running Resource Manager (#53)

    [#52] Make TPM2 Provisioner check for a running Resource Manager
    apldev3 authored Nov 26, 2018
    Configuration menu
    Copy the full SHA
    4327f36 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. [#55] Add displayTitle to Alert

    These changes simply add a field called
    'displayTitle' to the Alert class to hold
    a human-readable title for each Alert instance.
    
    Closes #55.
    apldev1 authored and apldev3 committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    1e8dd1b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Add changes for device deletion.

    Changes data structures to facilitate deletion of devices
    from the DB and all other entries with foreign key relationships.
    apldev2 authored and apldev3 committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    77b4a28 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. TPMBaseline.isEmpty() method, activated tests

    Added unit test for TPMBaseline.isEmpty(). Change exception type thrown in generator class
    
    Added unit tests to account for both an empty and a non-empty baseline object
    
    Checkstyle changes
    chubtub authored and apldev3 committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    fd136a6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Replace Refs of yum localinstall with yum install

    There is no functional difference between `yum install` and `yum localinstall`, however the former is preferred for modern conventions' sake.
    apldev3 authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    618878f View commit details
    Browse the repository at this point in the history
  2. [#62] Cleaned up preprocessor file expansion.

    There were unnecessary references to file paths in the executable.
    apldev4 authored and apldev3 committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e42fde7 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. [#43] Additional certificate fields to display

    * This change adds in additional information about the certificate, which include the public key and signature algoritms and their sizes, the key usage and extended key usage, the certificate version number for EK and CA certs and the issuer section expanded with Auth Key Id and Auth Info Access.
    
    * Made some fixes to the platform class print out.  Needs to print out string representation of the value.
    
    * Additional changes for the certificate details page.  Going over the spec determining what should be shown and what should be hidden if no information is specified.
    
    * This change adds in additional information about the certificate, which include the public key and signature algoritms and their sizes, the key usage and extended key usage, the certificate version number for EK and CA certs and the issuer section expanded with Auth Key Id and Auth Info Access.
    
    Made some fixes to the platform class print out.  Needs to print out string representation of the value.
    
    Additional changes for the certificate details page.  Going over the spec determining what should be shown and what should be hidden if no information is specified.
    
    Small updates to code commits and statements
    
    * Stashing changes.
    
    * Correcting some unit test fail instances.  The PC Test fails because the tested cert is not updated to new (constantly changing) specs.  Not just on the value but also on the value type.
    
    * Fixing git merge meta data.
    
    * Updates to include the Authority Key information as a set rather than just one item.  Using a bouncy castle defined class.
    
    * Reversed the type of variable the public key value returns so that the unit test for it doesn't have to change.  The type wasn't important, it was a convenience decision.
    
    * Adding changes based on review comments from @apldev3.
    
    * Made changes based on github review comments.
    
    * Additional changes for github comments
    
    * Updated the code for the public key size on CA and EK certificates.  There was a previous issue with 4 additional bytes being included in the size.
    
    * Some more changes for Github comments
    cyrus-dev authored and apldev3 committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    3472639 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Add selector for Endorsement Credential and Platform Credential Delet…

    …ion (#66)
    
    Adds a selector method to retrieve ECs and PCs by their associated device
    so they can be deleted.
    apldev2 authored and apldev3 committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    6eb2318 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    95d032d View commit details
    Browse the repository at this point in the history
  2. [#54] ACA Users guide (#57)

    * Added the ACA Users Guide
    
    * Updated the installation notes on the ACA portal help page
    
    * changed format of user guide from pdf to doc
    
    * [#54] Edit ACA Users Guide
    
    * Updated the ACA Install and User Guide
    
    * Added the ACA Users Guide.
    
    Updated the ACA install Notes and added the ACA User Guide.
    iadgovuser26 authored and apldev3 committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    d2e94c8 View commit details
    Browse the repository at this point in the history
  3. [#46] Setup Travis for HIRS Integration Tests (#68)

    * [#46] Ensure Travis mounts repository rather than clones it in Docker
    
    * [#46] Containerize HIRS ACA and prep ACA container for Integration Tests
    
    * [#46] Containerize HIRS TPM2Provisioner and prep TPM2Provisioner container for Integration Tests
    
    * [#46] Replace localinstall with install
    
    * [#46] Prevent rebuilding of packages unnecessarily
    
    * [#46] Finish initial docker compose setup for integration tests
    
    * [#46] Allow for detection of complete Integration Environment Setup
    
    * [#46] Fix Travis CI to allow for detecting Integ Test Environ Stand-Up
    
    * [#46] Fix Initial Integration Test Script
    
    * [#46] Troubleshoot Integration Test script
    apldev3 authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    ea464d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. #67 Add systems tests for HIRS Provisioner TPM 2.0 (#73)

    * Added System Tests.
    
    * Cleaned up scripts
    
    * Cleaned up system tests.
    
    * Cleaned up system tests.
    
    * Cleaned up system tests.
    
    * Updated system tests.
    
    * Code review updates.
    busaboy1340 authored Jan 15, 2019
    Configuration menu
    Copy the full SHA
    493d97d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fix Style Issue in Build (#76)

    A couple of variables had conflicting names and the inner scope was
    shadowing the outer. Style checker was complaining. Deleted one inner
    definition and renamed another variable.
    apldev2 authored and apldev4 committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    53cf66e View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Incremented VERSION to 1.0.3 (#81)

    iadgovuser26 authored and apldev3 committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    a95d560 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. [#78] hirs-provisioner-tpm2 on path after installation. (#84)

    There was a problem in the rpm-post-install.sh script
    that ran as part of the CentOS7 rpm installation where
    a link was being created called libcurl.so which pointed
    to libcurl.so.4. If the link could not be created because
    it already existed, the script would quit before finishing
    and never place hirs-provisioner-tpm2 in a directory on
    the PATH.
    
    The proper solution was to link hirs-provisioner against
    libcurl.so.4 so that it is clear which version of the API
    was compiled against. This was not happening because
    we were linking against a version of curl build by the CPR
    project which was not properly embedding the SONAME in the
    shared object file. By linking instead against the shared
    object file distributed in the development package of
    libcurl, hirs-provisioner-tpm2 now looks for libcurl.so.4
    rather than the generic libcurl.so. This will prevent our
    executable from breaking if libcurl.so gets updated to point
    to a newer version of libcurl that uses a different API.
    
    Closes #78.
    apldev4 authored and apldev3 committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    6054f5e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. [#82] Systems Tests not Reporting Failure Correctly (#83)

    * Test failing system tests report correctly in Travis.
    
    * Test successful system tests report correctly in Travis.
    
    * Test failing system tests report correctly in Travis.
    
    * Test successful system tests report correctly in Travis.
    
    * Test failing system tests report correctly in Travis.
    
    * Test successful system tests report correctly in Travis.
    busaboy1340 authored Feb 1, 2019
    Configuration menu
    Copy the full SHA
    b83483f View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. [#71] Dockerize TPM 1.2 Provisioner and Integrate with Docker Compose (

    …#77)
    
    * [#71] Initial Dockerization of TPM 1.2 Provisioner
    
    * Fix permissions on new script
    
    * Fix current bugs
    
    * [#71] Try a new direction for setting up TPM 1.2 Provisioner Testing
    
    * [#71] Attempt to the latest version of Trousers on Travis CI VM for 1.2 Provisioner support
    
    * [#71] Try IBM TPM 1.2 Emulator
    
    * [#71] Move towards cleaning up work
    
    * [#71] Update TPM1.2 Provisioner Docker to work with Docker Compose in Systems Test
    
    * [#71] Get TPM 1.2 Provisioner to provision successfully in Docker container
    
    * Update system tests script to include TPM 1.2 Provisioner container
    
    * [#71] Separate TPM 1.2 and 2.0 Provisioner System Tests
    
    * [#71] Pipe TPM Emulator log output to file to clear up system test output
    apldev3 authored Feb 4, 2019
    Configuration menu
    Copy the full SHA
    0a8380d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. Configuration menu
    Copy the full SHA
    6b9e0aa View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. [#91] Add Authority Information Access to Issuer field of Attribute C…

    …ertificates (#92)
    
    * Updated code base for Attribute Certificates.  They are currently not showing Authority Information Access in the Issuer field on the certificate details page.  The code was not written to handle this
    or to set it.
    
    * Updated unit tests to test Authority Info Access and Key Identifier.
    
    * Adding extra certificates to be used in the new tests.
    
    * Updated unit test, the new tests were missing the @test parameter.
    cyrus-dev authored and apldev3 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    3e6cb1d View commit details
    Browse the repository at this point in the history
  2. [#19] General Name/DN equals functionality (#93)

    * Adding new class GeneralNames, I will be changing it to adjust to the bc class as to not confuse the two.  This class takes the subject string and parse out the information for comparsion.
    
    * Adding file I didn't have tracked in the previous commit.
    
    * Updating code to handle the instance of multiple organization units.
    
    * A null exception was being thrown from the unit tests for the organization unit variable.
    
    * Add some comments
    
    * continued testing and updates are needed.
    
    * Cleanup - removed excess commented code and debug lines.
    
    * Updating code base to use X500Name for name compares, removing GeneralNamesParser.java file as it is not necessary
    
    * Updated for final changes.
    
    * Modification to previous changes per request on github.  Separated out compare method into its own class and created unit tests.
    cyrus-dev authored and apldev3 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    eadd827 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Configuration menu
    Copy the full SHA
    ab3f0e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. [#72] Supply Chain Validator fix and update (#94)

    * This fix correct an IllegalStateException for the SupplyChainValider when all policy settings are true.  When trying to remove a value from the iterator in the validator, the item was null and caused this issue.  This also takes out the Platform Serial as a required field.
    
    Closes #72
    
    * checking in a small change that puts back in a line for checking the serial number.  It has been changed from FAIL to PASS however.
    
    * Committing updated changes.
    
    * Committing test certs for changes.
    
    * Updated unit tests
    
    * Fixing travis checkstyle for URISyntaxException missing from UnitTests
    cyrus-dev authored and apldev3 committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    3abc7d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. [#96] Validation tooltip update (#98)

    * Updating code to list what specifically is unmatched for platform components on the validation page when there is a failure.
    
    * Updates include a small shift for the policy page, putting the correct order for setting them (top to bottom).  Updated unit tests for the additional text that now appears on the tool tip for the validation failure icon.
    cyrus-dev authored and apldev3 committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    e3a6ceb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Updates to allow for TPM 2.0 quote.

    apldev4 authored and apldev2 committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    61b9d48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from nsacyber/update-provisioner-installation

    Updates to allow for TPM 2.0 quote.
    apldev2 authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    9549002 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. [#106] Platform Configuration v2 (#112)

    * These changes are the beginning stage for spec 2 changes to the platform configuration section of the attributes platform certificate.
    
    * Updated typos and corrected check style errors.
    
    * Updating Platform Credential Unit test from #24
    
    * Added unit test resource
    cyrus-dev authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    c8cfdac View commit details
    Browse the repository at this point in the history
  2. [#24] Implementation of Component Class field (#114)

    * This is new code that parses a new field in the upcoming TCG spec for the platform components fields. The new field indicates the type of hardware (ex Memory - DDR3). This information wasn't provided before so it wasn't always clear what the component was. The new information is provided in a json file. A unit test was created to test the different variations. This commit does not include hooks in the base code to use this class yet. This commit is mainly to include the added library and correct bug and checkstyle issues associated with the new code.
    
    Closes #24
    
    * Removed duplicate CONSTANT variable.
    
    * Added newline
    
    * Added Newline
    
    * Updated variable names for json object.
    
    * Fixed line length style error.
    cyrus-dev authored Mar 25, 2019
    Configuration menu
    Copy the full SHA
    60fb68f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3dfa79e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc25fec View commit details
    Browse the repository at this point in the history
  5. Split out functionality for version 2 changes. Added a new class to h…

    …andle newer component elements.
    cyrus-dev committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    1e8417f View commit details
    Browse the repository at this point in the history
  6. Split out functionality for version 2 changes. Added a new class to h…

    …andle newer component elements.
    cyrus-dev committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    361a90a View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. Configuration menu
    Copy the full SHA
    565ba1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84cdb28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bf20c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26e9994 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. Debugging a problem with the componentclass portion of the spec 2 cer…

    …tificate. Pushing up so that I can debug at a different location.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6377917 View commit details
    Browse the repository at this point in the history
  2. Debugging a problem with the componentclass portion of the spec 2 cer…

    …tificate. Pushing up so that I can debug at a different location.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    173351b View commit details
    Browse the repository at this point in the history
  3. Updated changes that fixed a bug. The V2 of component identifier wasn…

    …'t actually being used, and causes the cert to not upload.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    53c9c97 View commit details
    Browse the repository at this point in the history
  4. Updated changes that fixed a bug. The V2 of component identifier wasn…

    …'t actually being used, and causes the cert to not upload.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    72c1797 View commit details
    Browse the repository at this point in the history
  5. Additional changes made to resovle unit test failures and changes mad…

    …e to the unit test to validate some of the additional changes.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    a4084cc View commit details
    Browse the repository at this point in the history
  6. Additional changes made to resovle unit test failures and changes mad…

    …e to the unit test to validate some of the additional changes.
    cyrus-dev committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    d92cd3b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    5dd9a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74e4ab View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    2d851df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69850bd View commit details
    Browse the repository at this point in the history
  3. Update CertificateIdentifier for the issuerDN field so that findbugs …

    …does not error on the line setting it only to null.
    cyrus-dev committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    d0dbee8 View commit details
    Browse the repository at this point in the history
  4. Update CertificateIdentifier for the issuerDN field so that findbugs …

    …does not error on the line setting it only to null.
    cyrus-dev committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0b2dbd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0a3011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    828c09d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Added instanceof object check for attribute status in platform proper…

    …ty V2 as an additional safeguard against type mismatch.
    cyrus-dev committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    2bbad20 View commit details
    Browse the repository at this point in the history
  2. Added instanceof object check for attribute status in platform proper…

    …ty V2 as an additional safeguard against type mismatch.
    cyrus-dev committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    add155a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'additional_component_fields' of https://github.com/nsac…

    …yber/HIRS into additional_component_fields
    cyrus-dev committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    abf9b3b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    6e400aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'additional_component_fields' of github.com:nsacyber/HIR…

    …S into additional_component_fields
    cyrus-dev committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    d6faacd View commit details
    Browse the repository at this point in the history
  3. Removed reference to ComponentClass in V1 of ComponentIdentifer. Upda…

    …ted CertificateIdentifer to deal with tagged objects being optional, therefore the check for required in constructor is unnecessary.
    cyrus-dev committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    84a03c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    21d09f8 View commit details
    Browse the repository at this point in the history