summaryrefslogtreecommitdiff
path: root/lib/sha1.h
Commit message (Collapse)AuthorAgeFilesLines
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
| | | | | | | | Replaced all instances of Nicira Networks(, Inc) to Nicira, Inc. Feature #10593 Signed-off-by: Raju Subramanian <rsubramanian@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff2012-03-231-4/+4
| | | | | | | | | | | The Open vSwitch C style doesn't use hard tabs. This commit doesn't touch files written in kernel style or that are imported from other projects where we want to minimize changes from upstream (the sflow files). Reported-by: Mehak Mahajan <mmahajan@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
* sha1: Add functions, macros for converting digests to and from strings.Ben Pfaff2009-11-041-2/+17
| | | | | | | These will be used in the upcoming OVSDB. The SHA1_FMT and SHA1_ARGS macros are arguably absurd, but they are also convenient.
* Replace SHA-1 library with one that is clearly licensed.Ben Pfaff2009-06-151-62/+39
| | | | | | | | | The SHA-1 library that we used until now was taken from RFC 3174. That library has no clearly free license statement, only a license on the text of the RFC. This commit replaces this library with a modified version of the code from the Apache Portable Runtime library from apr.apache.org, which is licensed under the Apache 2.0 license, the same as the rest of Open vSwitch.
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+74