Skip to content

Commit

Permalink
security: remove deprecated HmacFilter
Browse files Browse the repository at this point in the history
Change-Id: I27e37724efe83e161ce5b012d83f8f6165a9c7d0
  • Loading branch information
Pesa committed Dec 10, 2019
1 parent 39cb402 commit 7c67ab5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 296 deletions.
3 changes: 1 addition & 2 deletions ndn-cxx/security/transform.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2013-2018 Regents of the University of California.
* Copyright (c) 2013-2019 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
*
Expand Down Expand Up @@ -37,7 +37,6 @@

#include "ndn-cxx/security/transform/block-cipher.hpp"
#include "ndn-cxx/security/transform/digest-filter.hpp"
#include "ndn-cxx/security/transform/hmac-filter.hpp"
#include "ndn-cxx/security/transform/private-key.hpp"
#include "ndn-cxx/security/transform/public-key.hpp"
#include "ndn-cxx/security/transform/signer-filter.hpp"
Expand Down
103 changes: 0 additions & 103 deletions ndn-cxx/security/transform/hmac-filter.cpp

This file was deleted.

76 changes: 0 additions & 76 deletions ndn-cxx/security/transform/hmac-filter.hpp

This file was deleted.

5 changes: 1 addition & 4 deletions tests/unit/security/transform.t.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/*
* Copyright (c) 2013-2018 Regents of the University of California.
* Copyright (c) 2013-2019 Regents of the University of California.
*
* This file is part of ndn-cxx library (NDN C++ library with eXperimental eXtensions).
*
Expand Down Expand Up @@ -65,9 +65,6 @@ BOOST_AUTO_TEST_CASE(SymbolVisibility)
transform::DigestFilter* digestFilter = nullptr;
BOOST_CHECK(digestFilter == nullptr);

transform::HmacFilter* hmacFilter = nullptr;
BOOST_CHECK(hmacFilter == nullptr);

transform::BlockCipher* blockCipher = nullptr;
BOOST_CHECK(blockCipher == nullptr);

Expand Down
111 changes: 0 additions & 111 deletions tests/unit/security/transform/hmac-filter.t.cpp

This file was deleted.

0 comments on commit 7c67ab5

Please sign in to comment.