commit | d8d99d4a5c90ad9aa63d28ead82e2a4c77bde842 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Fri Jan 08 09:24:06 2016 -0800 |
committer | Jim Schaad <ietf@augustcellars.com> | Fri Jan 08 09:24:06 2016 -0800 |
tree | b0603e3c7f81355ac9127c0ab7a3d7dd976e7bc2 | |
parent | 07c3d403f49bf42e16410db3457689010cf015aa [diff] |
Expand to cover more curves
This project is a C implementation of the IETF CBOR Encoded Mesage Syntax (COSE). There are currently two versions of the COSE document that can be read. The most current work in progress draft can be found on github in the cose-wg/cose-spec project. The IETF also keeps a copy of the spec in the COSE WG.
The project is using the CN-CBOR project to provide an implemenetation of the Concise Binary Object Representation or CBOR.
The project is using OpenSSL for the cryptographic primatives.
Go ahead, file issues, make pull requests.
The project is setup to build using CMake. The way that the CMake files are setup, itrequires that version 3.0 or higher is used.
The project requires the use of cn-cbor(https://github.com/cabo/cn-cbor) in order to build. The CMake configuration files will automatically pull down the correct version when run.
The memory model used in this library is a mess. This is in large part because the memory model of cn-cbor is still poorly understood.
This needs to get figured out in the near future.