-
Hi,
I'm trying to package Botan 2.2.0 for Arch Linux.
* GCC version: `gcc (GCC) 7.1.1 20170630`
* CPU: `Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz`
Configure and build commands:
./conf…
-
Node should not allow calls to `crypto.createCipher` to succeed when the AES mode selected is CTR. AES-CTR is fundamentally broken when an initialization vector is used twice, and `crypto.createCipher…
-
This is for OpenSSL 1.1.0c
Encrypting or decrypting using AES OCB is broken if the input data size is not a multiple of the block size (16 bytes). The problem is in crypto/evp/e_aes.c in the funct…
-
Build on Travis CI with `BUILD_MODE=shared`.
https://travis-ci.org/mouse07410/botan/jobs/256994948:
```
. . . . .
Build system information
Build language: cpp
Build group: stable
Build dis…
-
I get a bus erro when running 30-test_evp.t for OpenSSL 1.0.1e on Solaris Sparc 32 Bit.
gdb tells me:
Program terminated with signal 10, Bus error.
#0 CRYPTO_ocb128_aad (ctx=ctx@entry=0x3d238,…
-
Hello -
I compiled libtomcrypt 1.17 using tomsfastmath.
Then I compiled 'test' and ran on a RaspberryPi 3 (64-bit OS, Debian)
The results were:
LibTomCrypt 1.17 (Tom St Denis,...
LibTomCr…
-
Following the instructions on the wiki for compiling 32bit iOS fails for me with the following output: https://wiki.openssl.org/index.php/Compilation_and_Installation#32-bit
64bit worked correctly.…
-
Hi,
sorry for being such a pest ATM, but I noticed another issue.
OCB mode is documented to use a nonce length of 15. This is also reflected in code:
`Module Crypto/Cipher/_mode_ocb.py: _create_…
-
Or maybe I'm not looking in the right place.
If I do `python configure.py --minimized-build --enable-modules=md5,sha1,system_rng,sha2_64,tls --amalgamation` I get a `botan_all.h` and a `botan_all.c…
-
Platform: Windows 10 AMD64
toolchain: mingw
(GNU coreutils) 5.3.0
I have also tried
python configure.py --cc=gcc --cpu=x86 --os=mingw --disable-share
python configure.py --cc=gcc --cpu=i686 --os…