openabe icon indicating copy to clipboard operation
openabe copied to clipboard

The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++

Results 43 openabe issues
Sort by recently updated
recently updated
newest added

In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/cstddef:37: ../version:1:1: error: expected unqualified-id 1.0.0

I am trying to install openabe in my machine. I dowloaded the source code and executed the following command ``` cd libopenabe-1.0.0/ sudo -E ./deps/install_pkgs.sh . ./env make ``` When...

make test (cd src && ./test_libopenabe) || exit 1 /bin/sh: ./test_libopenabe: No such file or directory make: *** [test] Error 1

I tried the CP-ABE example in OpenABE Command-line utilities documentation, and the oabe_setup, oabe_kegen part is OK. But the encryption command has error as below. I don't understand what is...

Hello, I have these two different errors while installing the library: 1- after commanding make command this error appears: ![image](https://user-images.githubusercontent.com/102232694/159706082-ffb2a7b2-57d2-445c-a7d6-2db4604eb5cd.png) Actually I have tried a workaround listed here, But it...

The version of OpenSSL [here](https://github.com/zeutro/openabe/blob/master/deps/openssl/download_openssl.sh#L12) seems outdated. And the one with [BP support, ](https://github.com/zeutro/openabe/blob/master/deps/openssl/download_openssl.sh#L12) was last updated 5 years ago. Can somebody please confirm if this version is required or...

The link to download googletest is not correct. In the script ./deps/gtest/download_gtest.sh, the downloading link is https://github.com/google/googletest/archive/release-${VERSION}.zip, but the actual link seems to be "https://github.com/google/googletest/releases/tag/releases.1.8.0.zip", for version 1.8.0. I have...

The Zeutro web site used to mention supporting multi-authority with a ZerotroSDK. It wasn't open source but I don't see it there anymore. Is it just gone? Is it going...

When installing openabe above ubuntu 20.04, an error occurred. ![屏幕截图 2021-11-01 225106](https://user-images.githubusercontent.com/89021954/139691760-94d12f9c-204a-41d5-a42c-dd9780f68cfb.png)