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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix occasional test fails
Jack Lloyd
2015-11-11
4
-7
/
+70
*
|
Add missing copyright/license notices.
Jack Lloyd
2015-11-11
2
-0
/
+12
*
|
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
89
-21677
/
+8730
*
|
Tick version to 1.11.25
Jack Lloyd
2015-11-04
2
-1
/
+6
*
|
Correct 1.11.24 release date
Jack Lloyd
2015-11-04
1
-1
/
+1
*
|
Update for 1.11.24 release
1.11.24
Jack Lloyd
2015-11-04
2
-4
/
+18
*
|
Add check for path validation result in Credentials_Manager. GH #324
Jack Lloyd
2015-11-04
4
-6
/
+18
*
|
Merge pull request #322 from cordney/fix-gentoo-package-link
Simon Warta
2015-11-03
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix broken Gentoo package hyperlink
René Korthaus
2015-11-03
1
-1
/
+1
|
/
*
Update news
Jack Lloyd
2015-10-27
1
-0
/
+6
*
Merge pull request #317 from randombit/cc-flag-sanity
Jack Lloyd
2015-10-27
20
-142
/
+126
|
\
|
*
Remove --build-mode and add individual toggles for optimization, debug,
Jack Lloyd
2015-10-26
11
-49
/
+63
|
*
Remove the strange conjoining of debug and optimization flags.
Jack Lloyd
2015-10-26
12
-95
/
+65
*
|
Add some tests of basic load/store ops
Jack Lloyd
2015-10-27
1
-2
/
+109
*
|
Reduce workfactors in ffi tests to speed things along
Jack Lloyd
2015-10-27
1
-2
/
+2
*
|
Remove unused xor_buf.h (internal header merged into mem_ops.h)
Jack Lloyd
2015-10-27
1
-144
/
+0
*
|
Tick version to 1.11.23
Jack Lloyd
2015-10-27
2
-1
/
+8
*
|
Merge pull request #316 from randombit/mce-keygen-endian
Jack Lloyd
2015-10-27
3
-20
/
+27
|
\
\
|
*
|
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
3
-20
/
+27
|
/
/
*
|
Fix dist.py to handle signed git tags
Jack Lloyd
2015-10-26
1
-5
/
+14
*
|
Update for 1.11.23 release
1.11.23
Jack Lloyd
2015-10-26
3
-4
/
+9
*
|
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
|
1.11.22 release
1.11.22
Jack Lloyd
2015-10-26
3
-14
/
+88
*
|
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
24
-332
/
+884
|
\
\
|
|
/
|
/
|
|
*
Missing include dependency
Jack Lloyd
2015-10-26
1
-1
/
+1
|
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
3
-39
/
+22
|
*
TLS improvements
Jack Lloyd
2015-10-25
22
-292
/
+861
*
|
Add missing include
Jack Lloyd
2015-10-26
1
-0
/
+1
*
|
Merge pull request #313 from randombit/path-validation-fixes
Jack Lloyd
2015-10-26
54
-119
/
+2851
|
\
\
|
*
|
Disable two tests from x509test which no longer have correct dates.
Jack Lloyd
2015-10-26
2
-2
/
+5
|
*
|
Fix cert validation bugs found by x509test.
Jack Lloyd
2015-10-23
54
-119
/
+2848
*
|
|
Merge pull request #306 from webmaster128/update-docs
Simon Warta
2015-10-26
4
-49
/
+35
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update doc for issuer_dn() and subject_dn()
Simon Warta
2015-10-20
3
-11
/
+5
|
*
|
Remove redundant function definitions from docs
Simon Warta
2015-10-20
1
-10
/
+0
|
*
|
Make Version_Code an enum type for documentation
Simon Warta
2015-10-20
1
-1
/
+1
|
*
|
Update TLC::Client constructor documentation
Simon Warta
2015-10-20
1
-13
/
+14
|
*
|
Update TLS::Server signature in docs
Simon Warta
2015-10-20
1
-14
/
+15
*
|
|
Merge pull request #312 from randombit/const-time-monty
Jack Lloyd
2015-10-24
9
-123
/
+115
|
\
\
\
|
*
|
|
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
9
-123
/
+115
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #309 from webmaster128/test-botanpy-python23
Simon Warta
2015-10-22
3
-0
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Test botan.py using Python2 and Python3 on Linux and OS X
Simon Warta
2015-10-22
3
-0
/
+12
|
/
/
*
|
Add workaround for Python 3.2/3.3 behavior in binascii. GH #305
Jack Lloyd
2015-10-22
1
-1
/
+1
*
|
Fix a bug in botan.py found by PyPy's ctypes
Jack Lloyd
2015-10-22
1
-3
/
+12
*
|
Merge pull request #308 from mouse07410/master
Jack Lloyd
2015-10-22
1
-15
/
+15
|
\
\
|
*
|
Reverted version comparison relaxation, per Jack Lloyd's comment.
Uri Blumenthal
2015-10-21
1
-1
/
+1
|
*
|
Merge branch 'master' of https://github.com/randombit/botan
Uri Blumenthal
2015-10-20
4
-294
/
+277
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Fix botan.py for Python3
Jack Lloyd
2015-10-20
4
-246
/
+270
|
|
/
|
/
|
|
*
Made most of botan.py run under Python3.
Uri Blumenthal
2015-10-20
1
-60
/
+101
|
*
Merge pull request #2 from randombit/master
Mouse
2015-10-20
402
-7174
/
+7269
|
|
\
|
|
/
|
/
|
*
|
Fix
Jack Lloyd
2015-10-19
1
-2
/
+2
[prev]
[next]