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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add check for path validation result in Credentials_Manager. GH #324
Jack Lloyd
2015-11-04
3
-6
/
+12
*
Merge pull request #317 from randombit/cc-flag-sanity
Jack Lloyd
2015-10-27
18
-60
/
+63
|
\
|
*
Remove --build-mode and add individual toggles for optimization, debug,
Jack Lloyd
2015-10-26
9
-11
/
+20
|
*
Remove the strange conjoining of debug and optimization flags.
Jack Lloyd
2015-10-26
11
-50
/
+44
*
|
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
*
|
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
*
|
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
|
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
22
-330
/
+878
|
\
\
|
|
/
|
/
|
|
*
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
20
-290
/
+855
*
|
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
2
-8
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Update doc for issuer_dn() and subject_dn()
Simon Warta
2015-10-20
2
-8
/
+2
*
|
|
Merge pull request #312 from randombit/const-time-monty
Jack Lloyd
2015-10-24
8
-121
/
+109
|
\
\
\
|
*
|
|
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
8
-121
/
+109
|
|
|
/
|
|
/
|
*
/
|
Test botan.py using Python2 and Python3 on Linux and OS X
Simon Warta
2015-10-22
2
-0
/
+10
|
/
/
*
|
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
*
|
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
|
/
*
Fix
Jack Lloyd
2015-10-19
1
-2
/
+2
*
Make OpenSSL ECDSA and RSA request only until they can be tested
Jack Lloyd
2015-10-19
1
-2
/
+2
*
ECDSA KATs only work for base impl
Jack Lloyd
2015-10-19
1
-2
/
+2
*
Add missing BOTAN_DLL to Decompression_Filter. GH #304
Jack Lloyd
2015-10-19
1
-1
/
+1
*
Break up openssl provider
Jack Lloyd
2015-10-19
10
-23
/
+46
*
Make PKCS #1 and OAEP decryption operations constant time.
Jack Lloyd
2015-10-19
10
-174
/
+239
|
\
|
*
Cleanups in ct and oaep
Jack Lloyd
2015-10-17
2
-96
/
+23
|
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
10
-168
/
+306
*
|
Add DLL target to MSVC CI build
Jack Lloyd
2015-10-16
1
-1
/
+7
|
/
*
Merge pull request #298 from tiwoc/arm64
Simon Warta
2015-10-16
5
-9
/
+34
|
\
|
*
Adjust gcc.txt to arm32 and arm64 archs
Daniel Seither
2015-10-15
1
-1
/
+2
|
*
Travis CI: Enable 64 bit builds for iOS
Daniel Seither
2015-10-13
1
-5
/
+17
|
*
Initial support for 64 bit ARM
Daniel Seither
2015-10-13
3
-3
/
+15
*
|
Fix compile of ffi when tls is disabled. GH #300
Jack Lloyd
2015-10-15
1
-3
/
+8
*
|
MSVC build fix
Jack Lloyd
2015-10-15
2
-9
/
+10
*
|
Add security notifications/advisory page to website.
Jack Lloyd
2015-10-15
1
-2
/
+2
*
|
Add prime and dl_group command line tools.
Jack Lloyd
2015-10-15
3
-14
/
+175
*
|
Prohibit creating a DL_Group smaller than 1024 bits
Jack Lloyd
2015-10-15
1
-2
/
+2
*
|
Periodically reinitialize the blinding sequence instead of always
Jack Lloyd
2015-10-15
3
-15
/
+52
*
|
Add System_RNG which is an instantiatable RNG that uses the system RNG
Jack Lloyd
2015-10-15
3
-25
/
+33
*
|
Add support for RSA signing and verification via OpenSSL
Jack Lloyd
2015-10-14
2
-15
/
+133
[next]