openabe
openabe copied to clipboard
The OpenABE library - open source cryptographic library with attribute-based encryption implementations in C/C++
hi, I want to build openabe on windows and I get the errors as follow: "glob" is not exported by the File::Glob module Can't continue after import errors at ./Configure...
Hi, Which is the smallest resulting ciphertext size that can be obtained when ciphering a 1-digit number with a very simple policy? Thank you!
There's a repo containing a Makefile that has been updated to build for ARM. It was not forked so you might not have known about it. https://github.com/IBM/openabe
We need a way to suppress the cerr when encryption fails. This is a normal occurance and if it is not thrown as an error but just goes to cerr,...
Hi, I'm using OpenABE for a project on [access control for web/cloud APIs](https://github.com/netgroup/abe4jwt). From the OpenABE manual (CLI), I've noted the sentence: "Attributes also includes printable symbols/characters such as $,...
While it's not the problem with our codebase, I want to raise awareness to address possible failure when installing dependency. I tried on multiple Ubuntu instances and it seems that...
OpenSSL-1.1.1 and 3.0 (and 1.0.2 - I checked) do not have `bp.h` header file. `src/include/openabe/zml/zelement.h` tries to include `bp.h`. which fails: ``` /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src CXX11FLAGS: -std=c++11 -I/Users/ur20980/src/openabe-mouse/deps/root/include -I/Users/ur20980/src/openabe-mouse/src -I/Users/ur20980/src/openabe-mouse/root/include...
What is BP suport? I can see that it refers to the Zeutro fork but wasn't sure what it was. I can't see where the build would ever pass the...
After manually downloading the gtest release-1.8.0.zip, I use sudo -E make build the library. However, When I run with the "make test", some error happened, the first error is as...