BearSSL wrapper in Nim
Go to file
cheatfate 134cadf55b
Move all declarations from root file to decls.nim
Fix some declarations (e.g. size_t and pointer types).
Add Mozilla ca certificates store.
Add SSL error messages.
2019-10-07 20:57:40 +03:00
bearssl Move all declarations from root file to decls.nim 2019-10-07 20:57:40 +03:00
tests Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00
.appveyor.yml Added CI configs 2019-09-30 21:26:59 +03:00
.gitmodules Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00
.travis.yml Added CI configs 2019-09-30 21:26:59 +03:00
LICENSE-APACHEv2 Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00
LICENSE-MIT Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00
README.md Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00
bearssl.nim Move all declarations from root file to decls.nim 2019-10-07 20:57:40 +03:00
bearssl.nimble Initial commit (copied from nim-libp2p) 2019-09-30 21:23:06 +03:00

README.md

bearssl

Build Status (Travis) Windows build status (Appveyor) License: MIT License: Apache Stability: experimental

BearSSL wrapper.

Installation

You can install the developement version of the library through nimble with the following command

nimble install https://github.com/status-im/nim-bearssl@#master

License

Licensed and distributed under either of

or

at your option. This file may not be copied, modified, or distributed except according to those terms.