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
*
Add Not_Implemented exception
Jack Lloyd
2016-06-07
1
-0
/
+10
*
Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...
Dan Brown
2016-04-27
1
-1
/
+1
*
Don't reject TLS packets with zero plaintext bytes
Jack Lloyd
2016-04-15
1
-0
/
+6
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-5
/
+9
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
1
-2
/
+24
*
Merge GH #422 Use system_time instead of high_resolution_clock
Jack Lloyd
2016-03-10
1
-1
/
+1
|
\
|
*
Use chrono::system_clock instead of chrono::high_resolution_clock in get_syst...
Daniel Neus
2016-03-07
1
-1
/
+1
*
|
remove redundant return
Daniel Neus
2016-03-08
1
-1
/
+0
*
|
add support for VirtualLock/VirtualUnlock on Windows
Daniel Neus
2016-03-07
1
-1
/
+51
|
/
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-2
/
+2
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
5
-36
/
+36
*
fix a typo in os_utils that prevents retrieval of the current process id on w...
Daniel Neus
2016-03-01
1
-2
/
+2
*
Avoid some Wshadows in GCC 4.8
Jack Lloyd
2016-02-20
1
-7
/
+6
*
Add constant time conditional swap, add, sub for bigint words
Jack Lloyd
2016-02-17
1
-1
/
+1
*
Avoid Coverity false positive
Jack Lloyd
2016-02-09
1
-1
/
+5
*
Utils needs librt dependency due to calling clock_gettime
Jack Lloyd
2016-02-07
1
-0
/
+4
*
Add explicit fork check to HMAC_RNG
Jack Lloyd
2016-02-07
2
-8
/
+104
*
Remove redundant initialization. Closes GH #399
Jack Lloyd
2016-02-07
1
-1
/
+0
*
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
|
\
\
|
|
/
|
/
|
[next]