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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'remotes/github/master' into noreturn
Daniel Neus
2016-01-09
7
-104
/
+104
|
\
|
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
7
-104
/
+104
*
|
move noreturn before the function declaration
Daniel Neus
2016-01-08
1
-2
/
+2
*
|
don't declare functions noreturn that are maybe implemented in the future
Daniel Neus
2016-01-08
1
-1
/
+1
*
|
add BOTAN_NORETURN macro and mark those functions that do not return with it
Daniel Neus
2016-01-08
2
-2
/
+2
|
/
*
String comparision fixes
Daniel Neus
2016-01-04
3
-11
/
+11
*
Use valgrind's memcheck API for checking const time annotations
Jack Lloyd
2016-01-03
1
-14
/
+27
*
Use memcpy instead of misaligned pointer casts for reading words.
Jack Lloyd
2015-12-31
2
-80
/
+44
*
Add missing assignment in DataSource::discard_next
Jack Lloyd
2015-12-31
1
-0
/
+1
*
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
1
-1
/
+0
|
\
|
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+0
*
|
Guard all std::mem* ops against any call with zero length.
Jack Lloyd
2015-12-25
2
-21
/
+36
|
/
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
2
-51
/
+0
*
CLI rewrite
Jack Lloyd
2015-12-19
3
-2
/
+50
*
Add missing include in dyn_load.cpp
Simon Warta
2015-12-12
1
-0
/
+1
*
Build fix. Add SQL_DB_Error exception type
Jack Lloyd
2015-12-11
2
-9
/
+18
*
Disable asio serial port support to avoid Darwin braindamage. GH #350
Jack Lloyd
2015-12-11
1
-1
/
+9
*
Missing adds
Jack Lloyd
2015-12-11
6
-6
/
+4
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
8
-33
/
+44
*
Add OS utility header
Jack Lloyd
2015-12-05
6
-102
/
+191
*
Avoid ever returning 0 from CPUID::cache_line_size
Jack Lloyd
2015-12-02
1
-1
/
+1
*
Improve side channel attack resistance of table based AES impl
Jack Lloyd
2015-11-29
1
-2
/
+17
*
Remove bogus code from generic mp_madd header, noticed on PPC build.
Jack Lloyd
2015-11-23
1
-2
/
+2
*
Remove mul128.h header from public view
Jack Lloyd
2015-11-16
1
-6
/
+6
*
Add remove_all to TLS session manager interface
Jack Lloyd
2015-11-13
3
-4
/
+10
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
2
-6
/
+6
*
Remove unused xor_buf.h (internal header merged into mem_ops.h)
Jack Lloyd
2015-10-27
1
-144
/
+0
*
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
1
-1
/
+53
|
\
|
*
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
1
-0
/
+16
|
*
TLS improvements
Jack Lloyd
2015-10-25
1
-0
/
+36
*
|
Merge pull request #313 from randombit/path-validation-fixes
Jack Lloyd
2015-10-26
2
-1
/
+24
|
\
\
|
|
/
|
/
|
|
*
Fix cert validation bugs found by x509test.
Jack Lloyd
2015-10-23
2
-1
/
+24
*
|
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
1
-71
/
+48
|
/
*
Make OpenSSL ECDSA and RSA request only until they can be tested
Jack Lloyd
2015-10-19
1
-2
/
+2
*
Break up openssl provider
Jack Lloyd
2015-10-19
2
-0
/
+51
*
Cleanups in ct and oaep
Jack Lloyd
2015-10-17
1
-87
/
+12
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
4
-125
/
+209
*
Merge pull request #298 from tiwoc/arm64
Simon Warta
2015-10-16
1
-2
/
+2
|
\
|
*
Initial support for 64 bit ARM
Daniel Seither
2015-10-13
1
-2
/
+2
*
|
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
3
-0
/
+393
|
/
*
Avoid concatination of chars
Simon Warta
2015-09-22
1
-1
/
+1
*
Move boost and sqlite3 to utils
Jack Lloyd
2015-09-22
4
-0
/
+220
*
Move check for SIMD instructions to CPUID
Jack Lloyd
2015-09-21
5
-6
/
+15
*
Internal header cleanups
Jack Lloyd
2015-09-19
6
-18
/
+143
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
4
-3
/
+358
*
Refactor ./botan speed
Simon Warta
2015-08-21
1
-0
/
+10
*
Add stricter time parsing; Add more tests
Simon Warta
2015-08-11
1
-0
/
+11
*
Strict uint32 parsing
Simon Warta
2015-08-11
1
-0
/
+10
*
Avoid integer overlow in string->uint32 converter
Simon Warta
2015-08-10
1
-3
/
+16
[next]