aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use available MinGW APIs (CryptoAPI and Unix-style fds). GH#84joerg2015-04-272-1/+3
* Add evbarm as platform alias for NetBSD. GH#81joerg2015-04-271-0/+1
* Fix spaces vs tabs in makefile template. GH#78lloyd2015-04-181-1/+1
* Fixlloyd2015-04-121-1/+1
* Remove the stray binary character making Python3 unhappy, removelloyd2015-04-122-12/+6
* Add back --debug-modelloyd2015-04-121-1/+5
* Remove notice loglevel as logging.addLevelName is broken in Python3lloyd2015-04-121-9/+5
* Add coverage checking with gcov/lcovlloyd2015-04-125-36/+42
* Fix code that triggers a strange MSVC 'performance warning'git2015-04-084-5/+5
* Add new IETF ChaCha suiteslloyd2015-04-041-7/+29
* Update for 1.11.16 release1.11.16lloyd2015-03-302-6/+10
* Key agreement was missing the return check, add it to get_pk_op insteadlloyd2015-03-291-17/+11
* Give up on x86-32 CI build for nowlloyd2015-03-291-7/+4
* More poking at Travis configlloyd2015-03-281-2/+2
* Travis VMs don't have 32-bit libs, hopefully this fixes itlloyd2015-03-281-0/+1
* merge of '94bed1bf64ff30708fb8e2d660b710e7d8557001'lloyd2015-03-281-2/+2
|\
| * Disable OpenSSL RSA by default until the test issues are worked outlloyd2015-03-281-2/+2
* | Add x86-32 build to Travislloyd2015-03-281-3/+5
|/
* Travis CI fiddlinglloyd2015-03-281-4/+6
* Add Clang target and OpenSSL, Boost, zlib, and sqlite mods to Travis CI buildlloyd2015-03-271-4/+9
* Relnotes updatelloyd2015-03-231-5/+21
* Cleanupslloyd2015-03-232-16/+11
* Avoid putting very small values in mlock memorylloyd2015-03-232-3/+9
* Move the signature padding schemes to the PK operation classes,lloyd2015-03-2314-366/+393
* RSA encrypt and decrypt using OpenSSLlloyd2015-03-231-0/+148
* Fix rare test failure in pubkey.lloyd2015-03-221-1/+4
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-2024-366/+194
* Windows fixlloyd2015-03-202-5/+4
* Add timeouts to HMAC_RNG entropy pollinglloyd2015-03-183-62/+63
* Fix the makefile for JOMsimon2015-03-181-1/+2
* Add HKDF(SHA-512) test vectorslloyd2015-03-181-17/+51
* This check doesn't make sense as the entropy source is sharedlloyd2015-03-181-15/+6
* Remove the shared IO buffer from EntropySource_Accumulator.lloyd2015-03-1813-60/+51
* Add a second Travis build using static lib built via amalgamation.d.neus2015-03-151-1/+5
* I just now assumed configure.py --os=osx would work, and I'm probably not the...lloyd2015-03-151-0/+1
* Github pull 65, Use Clang on OS X when presentcordney2015-03-151-0/+3
* Consider AES-NI as implying SSSE3 which lets us merge two of thelloyd2015-03-153-3/+3
* Get the ordering of operations correct in the build.lloyd2015-03-151-273/+232
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-1413-154/+284
* Specify class name for static functionlloyd2015-03-131-1/+1
* Add Travis CI integration. Github pull 60neusdan2015-03-122-5/+32
* Fix clmul which was broken by amalgamation ISA split.lloyd2015-03-122-2/+2
* Externalize the state of a RFC 6979 nonce computation.lloyd2015-03-126-32/+94
* Bump build to 1.11.16lloyd2015-03-122-1/+12
* Avoid a ECC point multiplication in ECDSA signature verification bylloyd2015-03-121-14/+20
* Add BigInt::encode_1363 writing to specified bufferlloyd2015-03-112-3/+10
* Add BOTAN_DLL back to LibraryInitializer and move some of the implementation tolloyd2015-03-116-10/+36
* LibraryInitializer being dllexport but completely inline seems tolloyd2015-03-101-1/+1
* Move the amalgamation generation to later in the build process solloyd2015-03-101-3/+3
* Comile fixes for VC 2013. Based on github pull 56neusdan2015-03-106-55/+25