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
...
*
Avoid using namespace in FFI headers
Jack Lloyd
2017-10-02
5
-7
/
+3
*
Prefix names in global namespace with ::
Jack Lloyd
2017-10-02
3
-7
/
+7
*
Remove redundant "virtual override" declarations.
Jack Lloyd
2017-10-02
8
-36
/
+34
*
Fix some cast warnings from Sonar
Jack Lloyd
2017-10-01
5
-6
/
+6
*
Use explicit :: or std:: to refer to functions in namespaces
Jack Lloyd
2017-10-01
1
-1
/
+1
*
Use explicit_bzero on OpenBSD
Jack Lloyd
2017-09-30
1
-2
/
+7
*
Remove unused namespace
Jack Lloyd
2017-09-30
1
-4
/
+0
*
Avoid -size_t
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Guard against self-assignment
Jack Lloyd
2017-09-30
2
-0
/
+6
*
Change this code so Sonar understands div by zero can't happen
Jack Lloyd
2017-09-30
1
-2
/
+3
*
Another FFI struct vs class fix
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Retract explicit on OID
Jack Lloyd
2017-09-30
1
-1
/
+1
*
FFI objects have to be structs because we expose them to C
Jack Lloyd
2017-09-30
2
-5
/
+4
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
14
-20
/
+23
*
Avoid bogus declarations in GMAC
Jack Lloyd
2017-09-30
1
-25
/
+3
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
7
-134
/
+139
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
13
-156
/
+183
*
Add annotation so GCC/Clang/MSVC know it is an allocation function.
Jack Lloyd
2017-09-30
2
-1
/
+12
*
Merge GH #1231 Hide secure_allocator allocate in a function
Jack Lloyd
2017-09-30
5
-22
/
+55
|
\
|
*
Missing include, noticed by OS X
Jack Lloyd
2017-09-29
1
-0
/
+1
|
*
In secure_allocator, hide mlock/new usage in a function in mem_ops
Jack Lloyd
2017-09-29
5
-22
/
+54
*
|
Thinko fix
Jack Lloyd
2017-09-30
1
-1
/
+1
*
|
Compat typedef PBKDF -> S2K
Jack Lloyd
2017-09-29
1
-1
/
+12
|
/
*
Avoid throwing in pool allocator deallocation path
Jack Lloyd
2017-09-29
1
-8
/
+1
*
Merge GH #1229 Simplify allocator and avoid MSVC perf issue
Jack Lloyd
2017-09-29
1
-37
/
+5
|
\
|
*
Add back size_type typedef
Jack Lloyd
2017-09-29
1
-0
/
+1
|
*
Of course MSVC 2013 has to be special
Jack Lloyd
2017-09-29
1
-0
/
+7
|
*
Simplifiy secure_allocator
Jack Lloyd
2017-09-29
1
-44
/
+4
*
|
In TLS CBC padding check, only need to verify last 256 bytes
Jack Lloyd
2017-09-29
1
-8
/
+16
|
/
*
Add a test of TLS CBC padding verification
Jack Lloyd
2017-09-29
2
-9
/
+12
*
Include pk_keys.h in pkcs8.h and x509_key.h
Jack Lloyd
2017-09-29
2
-2
/
+2
*
Require HMAC for HKDF
Jack Lloyd
2017-09-28
1
-0
/
+4
*
Fixes for MSVC
Jack Lloyd
2017-09-28
2
-2
/
+2
*
Further header cleanups
Jack Lloyd
2017-09-28
17
-9
/
+29
*
Add variants of PKCS8::load_key that don't require an RNG argument
Jack Lloyd
2017-09-28
2
-32
/
+112
*
Doxygen comment
Jack Lloyd
2017-09-28
1
-0
/
+6
*
Header cleanups
Jack Lloyd
2017-09-28
5
-5
/
+3
*
Merge GH #1224 Address side channel in Montgomery exponentiation
Jack Lloyd
2017-09-28
6
-36
/
+98
|
\
|
*
Add valgrind annotations to check const_time_lookup
Jack Lloyd
2017-09-26
1
-0
/
+5
|
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
6
-36
/
+93
*
|
Make poly_dbl.h a submodule of utils
Jack Lloyd
2017-09-27
8
-1
/
+20
*
|
Add HKDF-Expand-Label
Jack Lloyd
2017-09-27
3
-2
/
+62
*
|
Move the SecureVector typedef to secmem.h
Jack Lloyd
2017-09-27
2
-12
/
+3
*
|
You can't have attributes on a template typedef, apparently.
Jack Lloyd
2017-09-26
1
-1
/
+0
*
|
Add some more includes to botan.h
Jack Lloyd
2017-09-26
1
-10
/
+34
|
/
*
Correct Doxygen error
Jack Lloyd
2017-09-24
1
-1
/
+0
*
Avoid debug iterator error
Jack Lloyd
2017-09-24
1
-6
/
+12
*
Missing include
Jack Lloyd
2017-09-24
1
-0
/
+1
*
Test SIV multi-AD function
Jack Lloyd
2017-09-24
1
-2
/
+2
*
Better tests for SIV
Jack Lloyd
2017-09-24
6
-39
/
+55
[prev]
[next]