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 empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
20
-40
/
+29
*
Add missing cstdlib include to openssl_rsa.cpp
ilovezfs
2017-10-03
1
-0
/
+1
*
Remove redundant private: specifier
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Add static_cast to avoid conversion warning
Jack Lloyd
2017-10-03
1
-1
/
+2
*
Force expand_mask to be on T instead of int
Jack Lloyd
2017-10-03
1
-1
/
+1
*
MSVC wants __declspec(restrict) on both declaration and definition
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
29
-66
/
+85
*
Remove redundant parens
Jack Lloyd
2017-10-03
7
-8
/
+8
*
Remove redundant return statement
Jack Lloyd
2017-10-02
1
-1
/
+1
*
Remove various unused variables
Jack Lloyd
2017-10-02
3
-4
/
+0
*
Remove unnecessary virtuals from final classes
Jack Lloyd
2017-10-02
6
-10
/
+6
*
Uppercase constants
Jack Lloyd
2017-10-02
1
-12
/
+15
*
Use class for exception types
Jack Lloyd
2017-10-02
2
-5
/
+9
*
Remove protected functions from final classes
Jack Lloyd
2017-10-02
8
-38
/
+8
*
Make TLS::Blocking_Client non-final
Jack Lloyd
2017-10-02
1
-1
/
+1
*
sigemptyset is a macro on OS X
Jack Lloyd
2017-10-02
1
-1
/
+1
*
Remove protected m_handle data from PKCS11::Object
Jack Lloyd
2017-10-02
3
-6
/
+18
*
Make m_emsa in PK_{Signature,Verification}_with_EMSA private
Jack Lloyd
2017-10-02
2
-4
/
+7
*
Make EMSA1 data private
Jack Lloyd
2017-10-02
1
-6
/
+4
*
Make kv in TLS_Text_Policy private, add protected setter
Jack Lloyd
2017-10-02
2
-0
/
+14
*
Remove protected data members from X509_Object
Jack Lloyd
2017-10-02
5
-41
/
+27
*
Remove needless block
Jack Lloyd
2017-10-02
1
-11
/
+7
*
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
[next]