index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BigInt random_integer() distribution issue.
Simon Warta
2015-07-24
3
-10
/
+31
*
Refactor BigInt
Simon Warta
2015-07-24
3
-9
/
+20
*
BigInt::to_u32bit failed on 32-bit integers. GH #220
Jack Lloyd
2015-07-23
1
-1
/
+1
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
4
-5
/
+6
*
Add tests for some of the C89 interface.
Jack Lloyd
2015-07-18
1
-1
/
+4
*
Add Android OS
Daniel Seither
2015-07-17
10
-0
/
+11
*
Add OS feature getsid
Daniel Seither
2015-07-17
1
-0
/
+2
*
Remove references to removed tru64 OS
Daniel Seither
2015-07-17
6
-6
/
+0
*
Add MSVC stl filesystem implementation
Simon Warta
2015-07-16
2
-3
/
+31
*
Refactor internal/filesystem.h
Simon Warta
2015-07-16
5
-40
/
+63
*
Add missing include <string> in calendar.h
Simon Warta
2015-07-16
1
-0
/
+1
*
Fix time range issue for 32 bit platforms
Simon Warta
2015-07-16
2
-6
/
+39
*
Remove semicolons at the end of macros
Daniel Seither
2015-07-15
1
-3
/
+3
*
Add missing semicolons
Daniel Seither
2015-07-15
2
-2
/
+2
*
Force semicolons at the end of BOTAN_REGISTER_* macro invocations
Daniel Seither
2015-07-15
1
-2
/
+8
*
Fix round_up
Simon Warta
2015-07-15
9
-20
/
+45
*
Compile openssl RSA only when botan/rsa.h is available
Simon Warta
2015-07-12
1
-0
/
+6
*
Don't put pointers into vector iterator constructor in make_bcrypt
Simon Warta
2015-07-09
1
-2
/
+2
*
Fix module combi: adler32,tss
Simon Warta
2015-07-08
1
-0
/
+2
*
Fix module combi: adler32,threefish_avx2
Simon Warta
2015-07-08
1
-0
/
+4
*
Fix module combi: adler32,siv
Simon Warta
2015-07-08
1
-0
/
+5
*
Fix module combi: adler32,openpgp
Simon Warta
2015-07-08
1
-0
/
+1
*
Fix module combi: adler32,mce
Simon Warta
2015-07-08
2
-4
/
+9
*
Fix module combi: adler32,ffi
Simon Warta
2015-07-08
1
-0
/
+2
*
Fix module combi: adler32,eme_raw
Simon Warta
2015-07-08
1
-2
/
+0
*
Fix module combi: adler32,eme_oaep
Simon Warta
2015-07-08
5
-3
/
+2
*
Fix compilation by Clang with _LIBCPP_DEBUG
LSK
2015-07-08
1
-4
/
+4
*
Fix to_string for BER_Object when debug STL is used
Simon Warta
2015-07-07
2
-2
/
+9
*
Fix invalid iterator use in TLS client
Jack Lloyd
2015-07-05
1
-1
/
+1
*
The gf2m type is an unsigned 16-bit, so under C promotion rules a
Jack Lloyd
2015-07-05
1
-1
/
+1
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
7
-3
/
+8
*
s/auto/size_t/
Simon Warta
2015-07-03
2
-2
/
+2
*
Use <cstdint>; Remove unused namespace Botan_types
Simon Warta
2015-07-03
1
-22
/
+14
*
Fix module dependencies of x509 and pubkey
Simon Warta
2015-06-30
2
-1
/
+3
*
More changes for use with debug STL
Simon Warta
2015-06-30
10
-21
/
+56
*
Merge pull request #144 from webmaster128/bounds-check5
Simon Warta
2015-06-28
53
-176
/
+190
|
\
|
*
lib/asn1: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
4
-22
/
+27
|
*
lib/base: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
5
-16
/
+16
|
*
lib/block: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
13
-59
/
+59
|
*
lib/cert: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
2
-6
/
+10
|
*
lib/codec: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
4
-12
/
+17
|
*
lib/compression: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-2
/
+2
|
*
lib/entropy: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
5
-10
/
+10
|
*
lib/ffi: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-6
/
+6
|
*
lib/hash: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
18
-43
/
+43
*
|
Add OCaml binding for RNG and hash functions. Add hex_encode to FFI
Jack Lloyd
2015-06-28
2
-0
/
+69
|
/
*
Add missing module dependency numbertheory to fpe_fe1
Simon Warta
2015-06-26
1
-1
/
+2
*
lib/kdf: Convert &vec[0] to vec.data()
Simon Warta
2015-06-25
6
-10
/
+10
*
lib/mac: Convert &vec[0] to vec.data()
Simon Warta
2015-06-25
5
-8
/
+8
*
lib/misc: Convert &vec[0] to vec.data()
Simon Warta
2015-06-25
9
-37
/
+37
[next]