-
先是git https://github.com/randombit/botan.git
然后按wiki里
./configure.py --prefix=/mingw64 --disable-modules=tls --os=mingw --without-stack-protector
出现以下信息
INFO: ./configure.py invoked …
-
The build command
`./configure.py --prefix=/usr/local/botan --amalgamation --single-amalgamation-file; make`
works fine with Botan 2.7.0, but fails to work under Botan 2.8.0. The command
`./c…
-
I am trying to compile botan with clang/llvm for webassembly with the following command
```
./configure.py --minimized-build --cc=clang --os=llvm --cpu=llvm
INFO: ./configure.py invoked w…
-
[test-suite.log.txt](https://github.com/heimdal/heimdal/files/629130/test-suite.log.txt)
this is strange. 7.0.1 takes 5X the time to fail vs 6.99.1,, 7.0.1 has a tests/kdc/test-suite.log, whereas 6…
tedcx updated
5 years ago
-
### What version of `dep` are you using (`dep version`)?
0.3.1, and master (82b390843af758fd609059154481ddd2f83b1e5d), fetched using go get and built using golang 1.8-1 as shipped with Debian/stretch…
hillu updated
5 years ago
-
I don't think the key derivation function works:
```shell
$ cat secret | time gpg \
--symmetric \
--cipher-algo aes256 \
--digest-algo sha256 \
--cert-digest-algo sha256 \
--compress-algo non…
-
try to use this command:
python configure.py --cc=gcc --os=mingw
after: botan --> user manual --> building the library: (on windows).
INFO: configure.py invoked with options "--cc=gcc --os=mi…
-
Hi!
I came across pgpdump failing to dump keys generated using bouncycastle 1.59.
Here is an example key:
```
-----BEGIN PGP PRIVATE KEY BLOCK-----
Version: BCPG v1.59
lQOqBFr6hWUBCACK+Ejkwi…
-
# ./configure.py --prefix=/mingw32 --cpu=i386 --disable-modules=tls --os=mingw --without-stack-protector
INFO: ./configure.py invoked with options "--prefix=/mingw32 --cpu=i386 --disable-modules=t…
-
## Description
configure has an `--enable-shared=no` option, but it doesn't work
## Steps to Reproduce
1. ./configure --enable-shared=no
2. make
## Expected Behavior
Libraries would be…