-
Xcode-7.2 (latest)
```
./configure.py --prefix=/opt/local --with-boost --with-bzip2 --with-lzma --with-openssl --with-zlib --with-sqlite3 --with-python-version=2.7 --with-sphinx --cc=clang --cc-abi-f…
-
RFC7253 "OCB Authenticated Encryption" should be a normative.
RFC6655 "AES-CCM Ciphersuites" can be informative.
-
I'm trying to build excluding all modules except those required for fpe_fe1
I'm using this command in Visual Studio 2013 Developer command prompt
```
python configure.py --prefix=C:\BotanCrypto\Botan…
-
```
$ ./configure.py --build-mode=debug --cc=clang
INFO: Platform: OS="Linux" machine="x86_64" proc="x86_64"
INFO: Guessing target OS is linux (use --os to set)
INFO: Guessing target process…
-
When I build the current master (https://github.com/randombit/botan/commit/1bf1490726d859596ac95c78c9a7763b8d420b2d), `botan-test` crashes
```
$ ./botan-test
[1] 520 segmentation fault (core dumpe…
-
I am trying to package botan for MSYS2 (MinGW-Packages). Currently it builds OK but the tests fail.
The problem is somewhere in `ffi.cpp`. Looks like a double delete in destructor. I see this in both …
-
At the moment static linking is only working using the `--via-amalgamation` flag. Now the question is: is this configuration supported or not.
E.g. configuration
```
./configure.py --disable-shared
…
-
When trying to build the current development version (from http://botan.randombit.net/download.html) 1.11.17 in Windows I am encountering error when running nmake
C:\BotanCrypto\Botan-1.11.17>python …
-
Congrats on the project! There's a lot of ideas to like, here, and a drop-in replacement for GPG would be most welcome. I particularly like the rapid persona creation and ditching the web of trust.
I…
bnagy updated
9 years ago
-
Ran into the #52 issues with static linking, and thus tried the amalgamation build.
On a fresh 1.11.15 tarball, configuration fails with:
```
ERROR: [Errno 2] No such file or directory: 'build/buil…