aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | kdf: Add missing overridesDaniel Seither2015-07-303-8/+8
* | hash: Add missing overridesDaniel Seither2015-07-3021-143/+143
* | filters: Add missing overridesDaniel Seither2015-07-309-57/+57
* | ffi: Add missing overridesDaniel Seither2015-07-301-3/+3
* | entropy: Add missing overridesDaniel Seither2015-07-3010-20/+20
* | x509: Add missing overridesDaniel Seither2015-07-306-77/+90
* | block: Add missing overridesDaniel Seither2015-07-3031-228/+228
* | asn1: Add missing overridesDaniel Seither2015-07-307-14/+14
* | Remove duplicate definition of MessageAuthenticationCode::name()Daniel Seither2015-07-301-6/+0
|/
* Add boost implementation of timegm()Simon Warta2015-07-272-0/+37
* Add mktime fallback for non-POSIX timegm()Simon Warta2015-07-271-5/+56
* Avoid 0 as nullpointer warning on MinGWSimon Warta2015-07-271-1/+1
* Remove the x86 asm versions of MD4, MD5, SHA-1 and SerpentJack Lloyd2015-07-2524-2222/+0
* Fix typosSimon Warta2015-07-2414-28/+28
* Fix BigInt random_integer() distribution issue.Simon Warta2015-07-243-10/+31
* Refactor BigIntSimon Warta2015-07-243-9/+20
* BigInt::to_u32bit failed on 32-bit integers. GH #220Jack Lloyd2015-07-231-1/+1
* Silence some extra ';' warningsSimon Warta2015-07-224-5/+6
* Add tests for some of the C89 interface.Jack Lloyd2015-07-181-1/+4
* Add Android OSDaniel Seither2015-07-1710-0/+11
* Add OS feature getsidDaniel Seither2015-07-171-0/+2
* Remove references to removed tru64 OSDaniel Seither2015-07-176-6/+0
* Add MSVC stl filesystem implementationSimon Warta2015-07-162-3/+31
* Refactor internal/filesystem.hSimon Warta2015-07-165-40/+63
* Add missing include <string> in calendar.hSimon Warta2015-07-161-0/+1
* Fix time range issue for 32 bit platformsSimon Warta2015-07-162-6/+39
* Remove semicolons at the end of macrosDaniel Seither2015-07-151-3/+3
* Add missing semicolonsDaniel Seither2015-07-152-2/+2
* Force semicolons at the end of BOTAN_REGISTER_* macro invocationsDaniel Seither2015-07-151-2/+8
* Fix round_upSimon Warta2015-07-159-20/+45
* Compile openssl RSA only when botan/rsa.h is availableSimon Warta2015-07-121-0/+6
* Don't put pointers into vector iterator constructor in make_bcryptSimon Warta2015-07-091-2/+2
* Fix module combi: adler32,tssSimon Warta2015-07-081-0/+2
* Fix module combi: adler32,threefish_avx2Simon Warta2015-07-081-0/+4
* Fix module combi: adler32,sivSimon Warta2015-07-081-0/+5
* Fix module combi: adler32,openpgpSimon Warta2015-07-081-0/+1
* Fix module combi: adler32,mceSimon Warta2015-07-082-4/+9
* Fix module combi: adler32,ffiSimon Warta2015-07-081-0/+2
* Fix module combi: adler32,eme_rawSimon Warta2015-07-081-2/+0
* Fix module combi: adler32,eme_oaepSimon Warta2015-07-085-3/+2
* Fix compilation by Clang with _LIBCPP_DEBUGLSK2015-07-081-4/+4
* Fix to_string for BER_Object when debug STL is usedSimon Warta2015-07-072-2/+9
* Fix invalid iterator use in TLS clientJack Lloyd2015-07-051-1/+1
* The gf2m type is an unsigned 16-bit, so under C promotion rules aJack Lloyd2015-07-051-1/+1
* Make Botan compile when only some modules are enabledSimon Warta2015-07-037-3/+8
* s/auto/size_t/Simon Warta2015-07-032-2/+2
* Use <cstdint>; Remove unused namespace Botan_typesSimon Warta2015-07-031-22/+14
* Fix module dependencies of x509 and pubkeySimon Warta2015-06-302-1/+3
* More changes for use with debug STLSimon Warta2015-06-3010-21/+56
* Merge pull request #144 from webmaster128/bounds-check5Simon Warta2015-06-2853-176/+190
|\