Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ndn-cxx
/
ab82bc5a0b9cf73e271d07bcbafa8b1c3b6c02af
/
include
/
ndn-cpp
/
sha256-with-rsa-signature.hpp
71b2f87
Rename key.hpp to key-locator.hpp. Refs #1089.
by Jeff Thompson
· 11 years ago
fff4a37
Sha256WithRsaSignature: In setSignature, etc. only take a Blob. The Blob constructor can make a copy if needed.
by Jeff Thompson
· 11 years ago
da530ea
Sha256WithRsaSignature: Added versions of setDigestAlgorithm, setWitness and setSignature which take a Blob.
by Jeff Thompson
· 11 years ago
e589c3f
Code style: Replace tab with space.
by Jeff Thompson
· 11 years ago
25b4e61
make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files.
by Jeff Thompson
· 11 years ago
[Renamed (97%) from ndn-cpp/sha256-with-rsa-signature.hpp]
97223af
globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it.
by Jeff Thompson
· 11 years ago
10ad12a
global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector.
by Jeff Thompson
· 11 years ago
bad29b3
security: Added setSignature for Blob.
by Jeff Thompson
· 11 years ago
0050abe
Code style: Put function return type on a line by itself.
by Jeff Thompson
· 11 years ago
7687dc0
All source files: Added UC Copyright. Added jefft0 email address.
by Jeff Thompson
· 11 years ago
20af073
Make Signature an abstract base class and added subclass Sha256WithRsaSignature. Change Data.signature to a pointer to a Signature.
by Jeff Thompson
· 11 years ago