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
/
pubkey
/
xmss
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes XMSS leaf index bounds sanity check
Matthias Gierlings
2018-05-25
3
-5
/
+4
*
Add an explicit test mode build
Jack Lloyd
2018-04-14
1
-2
/
+2
*
Merge GH #1531 Improve XMSS test coverage
Jack Lloyd
2018-04-14
3
-12
/
+8
|
\
|
*
Removes unused overload in XMSS_Hash
Matthias Gierlings
2018-04-12
2
-12
/
+0
|
*
Codecov - cover MT code in XMSS_PrivateKey
Matthias Gierlings
2018-04-12
1
-0
/
+8
*
|
Merge GH #1537 Add missing XMSS signature length check
Jack Lloyd
2018-04-12
2
-22
/
+21
|
\
\
|
*
|
Adds missing XMSS signature length check.
Matthias Gierlings
2018-04-12
2
-22
/
+21
|
|
/
*
/
In XMSS_Tools::bench_threads only call hardware_concurrency once
Jack Lloyd
2018-04-12
1
-7
/
+9
|
/
*
Remove the unused XMSS-WOTS operations
Jack Lloyd
2017-12-27
11
-397
/
+0
*
Avoid relying on AutoSeeded_RNG in XMSS
Jack Lloyd
2017-12-23
2
-3
/
+4
*
Clean up XMSS self-benchmark
Jack Lloyd
2017-12-16
1
-6
/
+4
*
Avoid using @deprecated annotation here
Jack Lloyd
2017-12-16
1
-2
/
+4
*
Fix signed vs unsigned comparison warning
Jack Lloyd
2017-12-05
1
-1
/
+1
*
Fixes lambda capture error in MSVC
Matthias Gierlings
2017-11-23
1
-1
/
+3
*
Adds runtime benchmark to guess phys. core count.
Matthias Gierlings
2017-11-23
3
-3
/
+122
*
Updates documentation, news and copyright notices.
Matthias Gierlings
2017-11-21
27
-33
/
+44
*
Adds guards for environments without threads
Matthias Gierlings
2017-11-21
1
-1
/
+7
*
Implements multithreading support for XMSS
Matthias Gierlings
2017-11-21
26
-136
/
+477
*
Additional final annotations
Jack Lloyd
2017-10-15
10
-14
/
+13
*
Remove unnecessary virtuals from final classes
Jack Lloyd
2017-10-02
5
-8
/
+4
*
Remove redundant "virtual override" declarations.
Jack Lloyd
2017-10-02
7
-33
/
+31
*
Header cleanups
Jack Lloyd
2017-09-28
3
-3
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
7
-7
/
+7
*
More include header cleanups
Jack Lloyd
2017-09-21
6
-4
/
+4
*
Clean up header includes
Jack Lloyd
2017-09-21
15
-31
/
+13
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
22
-44
/
+44
*
Add API stability annotations.
Jack Lloyd
2017-09-19
6
-6
/
+6
*
Clean up use of <limits> header
Jack Lloyd
2017-09-03
5
-14
/
+3
*
More MSVC warnings fixes
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
4
-7
/
+3
*
Content:
Tomasz Frydrych
2017-04-03
10
-14
/
+13
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Remove unnecessary BOTAN_DLL annotations
Jack Lloyd
2016-12-27
3
-4
/
+4
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
32
-256
/
+256
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
3
-6
/
+6
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
1
-18
/
+0
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
3
-4
/
+4
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
3
-9
/
+8
*
Expose pk_ops.h as public interface again
Jack Lloyd
2016-12-04
5
-5
/
+5
*
Merge GH #718 Add XMSS WOTS scheme
Jack Lloyd
2016-11-26
16
-43
/
+563
|
\
|
*
Adds changes from XMSS Review & resolves conflicts
Matthias Gierlings
2016-11-12
10
-120
/
+32
|
*
Adds optional XMSS WOTS stand-alone components
Matthias Gierlings
2016-11-12
13
-8
/
+566
|
*
Added Extended Hash-Based Signatures (XMSS)
Matthias Gierlings
2016-11-12
5
-3
/
+53
*
|
Correct XMSS crash when a hash was disabled
Jack Lloyd
2016-11-25
4
-12
/
+20
*
|
Make XMSS more friendly about invalid params.
Jack Lloyd
2016-11-25
4
-30
/
+53
*
|
Merge GH #736 Add SHAKE support to XMSS
Jack Lloyd
2016-11-25
4
-102
/
+94
|
\
\
|
*
|
Adds SHAKE support for XMSS
Matthias Gierlings
2016-11-25
4
-102
/
+94
*
|
|
Avoid having source files start with /**
Jack Lloyd
2016-11-25
29
-29
/
+29
|
/
/
*
/
Don't force HMAC_DRBG to be enabled
Jack Lloyd
2016-11-18
2
-2
/
+1
|
/
[next]