https://github.com/huntlabs/boringssl
BoringSSL for D.
https://github.com/huntlabs/boringssl
boringssl dlang hunt
Last synced: 7 months ago
JSON representation
BoringSSL for D.
- Host: GitHub
- URL: https://github.com/huntlabs/boringssl
- Owner: huntlabs
- License: apache-2.0
- Created: 2018-08-07T08:04:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T01:59:21.000Z (about 7 years ago)
- Last Synced: 2025-01-12T21:42:13.637Z (9 months ago)
- Topics: boringssl, dlang, hunt
- Language: D
- Size: 442 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BoringSSL for D
It's a D binding for BoringSSL.
## Build BoringSSL
### Ubuntu
```sh
$ make build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1
$ make
$ sudo cp crypto/libcrypto.* ssl/libssl.* /usr/local/lib
$ sudo ldconfig
```## Thanks
[OpenSSl binding](https://github.com/D-Programming-Deimos/openssl)
[BoringSSL](https://boringssl.googlesource.com/boringssl/)