Latest changes

- Add support for Mac OS
- Add support for Raspberry Pi
- Fix BoringSSL compilation: include <openssl/hmac.h> explicitly
This commit is contained in:
Dmitri Tikhonov 2017-09-26 11:26:05 -04:00
parent 50aadb33c7
commit e019799402
16 changed files with 221 additions and 75 deletions

9
CHANGELOG Normal file
View file

@ -0,0 +1,9 @@
2017-09-26
- Add support for Mac OS
- Add support for Raspberry Pi
- Fix BoringSSL compilation: include <openssl/hmac.h> explicitly
2017-09-22
- Initial release