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
*
Remove use of std::filesystem / boost::filesystem
Jack Lloyd
2019-01-17
2
-69
/
+8
*
Define BOTAN_IF_CONSTEXPR
Jack Lloyd
2019-01-17
4
-8
/
+25
*
Merge GH #1808 Add sandbox feature to CLI
Jack Lloyd
2019-01-14
1
-0
/
+1
|
\
|
*
Sandboxing feature from CLI pov.
David Carlier
2019-01-14
2
-24
/
+0
|
*
Proposal of sandboxing feature.
David Carlier
2019-01-06
2
-0
/
+25
*
|
Remove unused fields
Jack Lloyd
2019-01-13
1
-3
/
+0
*
|
Remove trailing whitespace
Jack Lloyd
2019-01-13
1
-1
/
+1
|
/
*
Revert #1798
Jack Lloyd
2019-01-05
1
-4
/
+14
*
Add a fast range check and inline some things
Jack Lloyd
2019-01-05
2
-78
/
+89
*
Split up allocations into pages
Jack Lloyd
2019-01-05
6
-169
/
+188
*
New Memory_Pool implementation
Jack Lloyd
2019-01-04
3
-131
/
+335
*
Add VC 2019 preview build
Jack Lloyd
2019-01-02
2
-2
/
+1
*
Merge GH #1803 XLC fixes
Jack Lloyd
2019-01-01
4
-10
/
+18
|
\
|
*
Clean up define for inline asm
Jack Lloyd
2018-12-31
2
-3
/
+7
|
*
Use __builtin_bswapN builtins on XLC
Jack Lloyd
2018-12-31
1
-4
/
+4
|
*
Fixes for XLC
Jack Lloyd
2018-12-31
1
-1
/
+1
|
*
Fix generic 32-bit bswap
Jack Lloyd
2018-12-31
1
-2
/
+6
*
|
Fix MSVC warnings
Jack Lloyd
2018-12-31
1
-1
/
+1
|
/
*
Add a fuzzer for Memory_Pool
Jack Lloyd
2018-12-29
1
-1
/
+1
*
Improve PBKDF self-tuning
Jack Lloyd
2018-12-29
1
-2
/
+6
*
Add OS::read_env_variable
Jack Lloyd
2018-12-29
2
-8
/
+21
*
Use posix_memalign instead of mmap for creating the locking pool
Jack Lloyd
2018-12-28
1
-17
/
+9
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
1
-0
/
+23
*
Another try at silencing Coverity on this
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Initialize System_Error::m_error_code
Jack Lloyd
2018-12-23
1
-1
/
+2
*
Avoid double return of unique_ptr
Jack Lloyd
2018-12-23
1
-1
/
+3
*
Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counter
Jack Lloyd
2018-12-23
3
-6
/
+7
*
Now Timer does not need to include an internal header
Jack Lloyd
2018-12-23
1
-1
/
+0
*
De-inline more of Timer
Jack Lloyd
2018-12-23
2
-41
/
+37
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-36
/
+21
*
In Timer, grab CPU clock first
Jack Lloyd
2018-12-23
1
-9
/
+9
*
Remove now incorrect comment
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Make high_bit and ctz actually const time
Jack Lloyd
2018-12-22
1
-3
/
+3
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
2
-10
/
+21
*
Make ctz and high_bit faster and const-time-ish
Jack Lloyd
2018-12-22
1
-42
/
+50
*
Merge GH #1794 Improve const time logic in PKCS1v15 and OAEP decoding
Jack Lloyd
2018-12-21
2
-13
/
+92
|
\
|
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
2
-13
/
+92
*
|
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
2
-2
/
+4
|
/
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
2
-5
/
+15
*
Few features added for BSD.
David Carlier
2018-12-09
1
-1
/
+4
*
Remove hamming_weight function
Jack Lloyd
2018-12-06
1
-17
/
+0
*
Fix some MSVC warnings in CT::Mask
Jack Lloyd
2018-12-04
1
-2
/
+2
*
Add PVR identifer for POWER9
Jack Lloyd
2018-12-03
1
-1
/
+3
*
Avoid macro conflict when including termios in amalgamation
Jack Lloyd
2018-12-02
1
-0
/
+1
*
Add Win32 support for echo suppression
Jack Lloyd
2018-12-01
1
-3
/
+47
*
Promote echo suppression of terminal to Botan::OS
Jack Lloyd
2018-12-01
2
-2
/
+81
*
Fix a bug in OneAndZeros unpadding
Jack Lloyd
2018-11-30
1
-0
/
+10
*
Add CT::Mask type
Jack Lloyd
2018-11-28
3
-118
/
+288
*
Fix typo [ci skip]
Jack Lloyd
2018-11-27
1
-1
/
+1
*
Merge GH #1744 Make exception throws easier to debug
Jack Lloyd
2018-11-23
10
-104
/
+287
|
\
[next]