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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Add 2x unrolling for SHACAL2 on x86
Jack Lloyd
2017-08-14
1
-2
/
+71
|
*
Add support for SHACAL2 using x86 SHA extensions
Jack Lloyd
2017-08-14
4
-0
/
+109
|
*
Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish
Jack Lloyd
2017-08-14
10
-0
/
+85
|
*
Pass by reference for MSVC x86
Jack Lloyd
2017-08-14
1
-6
/
+8
|
*
Add SHACAL2 in generic SIMD
Jack Lloyd
2017-08-13
6
-0
/
+229
|
*
Add SHACAL2
Jack Lloyd
2017-08-13
6
-1
/
+4303
*
|
Improve polynomial doubling code, move to util
Jack Lloyd
2017-08-15
9
-45
/
+431
*
|
Unused variable warning [ci skip]
Jack Lloyd
2017-08-14
1
-1
/
+1
|
/
*
Modify GOST-34.11 hash to avoid a GCC miscompilation.
Jack Lloyd
2017-08-13
1
-1
/
+4
*
Merge GH #1150 Silence clang warning in create_private_key()
Jack Lloyd
2017-08-13
1
-1
/
+1
|
\
|
*
Silence clang warning in create_private_key().
Alexander Bluhm
2017-08-13
1
-1
/
+1
*
|
Merge GH #1149 FFI test must search test data relative to data dir
Jack Lloyd
2017-08-13
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
FFI test must search test data relative to data dir.
Alexander Bluhm
2017-08-13
1
-1
/
+1
|
/
*
Update for 2.2.0 release
2.2.0
Jack Lloyd
2017-08-07
2
-4
/
+4
*
Merge GH #1145 Enable http_util in the module policy files
Jack Lloyd
2017-08-07
4
-1
/
+6
|
\
|
*
Add http_util to module policies (GH #1109)
René Korthaus
2017-08-07
4
-1
/
+6
|
/
*
Merge GH #1144 Fix bug for ECDSA signing an all-zero hash
Jack Lloyd
2017-08-07
4
-2
/
+36
|
\
|
*
Fix issue signing an ECDSA hash of all-zeros (GH #1143)
Jack Lloyd
2017-08-07
4
-2
/
+36
*
|
A few more FFI tests
Jack Lloyd
2017-08-07
1
-1
/
+39
|
/
*
Update news
Jack Lloyd
2017-08-07
1
-2
/
+14
*
Merge GH #1142 Add SM2 encryption scheme
Jack Lloyd
2017-08-07
14
-17
/
+561
|
\
|
*
When creating an EC curve with default params, use algo-specific curve
Jack Lloyd
2017-08-04
1
-1
/
+17
|
*
Add SM2 encryption to FFI
Jack Lloyd
2017-08-04
4
-1
/
+130
|
*
Add SM2 encryption scheme
Jack Lloyd
2017-08-04
10
-15
/
+414
*
|
Merge GH #1139 Replace --destdir flag with DESTDIR env variable
Jack Lloyd
2017-08-07
8
-31
/
+146
|
\
\
|
*
|
Handle and test error cases in prepend_destdir()
Simon Warta
2017-08-04
2
-44
/
+50
|
*
|
Fix typo in script name
Simon Warta
2017-08-04
2
-1
/
+1
|
*
|
Pull out python_unittests_unix.py
Simon Warta
2017-08-04
3
-30
/
+56
|
*
|
Revert "configure.py: raise error when --prefix is not absolute path"
Simon Warta
2017-08-04
1
-4
/
+0
|
*
|
configure.py: raise error when --prefix is not absolute path
Zoltan Gyarmati
2017-08-04
1
-0
/
+4
|
*
|
Turn --destdir option into an environment variable, fixes #1101, fixes #996, ...
Zoltan Gyarmati
2017-08-04
6
-31
/
+114
*
|
|
Merge GH #1138 Add support for Windows sockets in http_util and TLS command l...
Jack Lloyd
2017-08-07
6
-4
/
+144
|
\
\
\
|
*
|
|
Fix for amalgamation build on Windows
René Korthaus
2017-08-04
1
-0
/
+1
|
*
|
|
Use anonymous namespace to fix static build
René Korthaus
2017-08-04
1
-0
/
+4
|
*
|
|
Add support for Windows sockets to http_util
René Korthaus
2017-08-04
5
-4
/
+139
|
|
/
/
*
|
|
Merge GH #1114 Add Streebog hash (GOST 34.11-2012)
Jack Lloyd
2017-08-07
11
-1
/
+1931
|
\
\
\
|
*
|
|
Remove STREEBOG_AX and STREEBOG_C from header.
Daniel Wyatt
2017-08-04
1
-4
/
+0
|
*
|
|
streebog: Addressing review comments.
Daniel Wyatt
2017-08-04
3
-852
/
+46
|
*
|
|
Add Streebog hash (GOST R 34.11-2012).
Daniel Wyatt
2017-08-04
11
-1
/
+2741
|
|
/
/
*
|
/
Update news and todo
Jack Lloyd
2017-08-04
2
-3
/
+9
|
|
/
|
/
|
*
|
Complete merge of #1137 ChaCha_RNG
Jack Lloyd
2017-08-04
10
-392
/
+518
|
\
\
|
|
/
|
/
|
|
*
Reset the ChaCha key in clear
Jack Lloyd
2017-08-03
1
-0
/
+1
|
*
Use new reset_reseed_counter function within Stateful_RNG as well
Jack Lloyd
2017-08-03
1
-3
/
+3
|
*
Add Stateful_RNG::reset_reseed_counter
Jack Lloyd
2017-08-03
5
-6
/
+9
|
*
Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNG
Jack Lloyd
2017-08-03
8
-383
/
+506
|
*
Add ChaCha_RNG
Jack Lloyd
2017-08-03
9
-48
/
+451
*
|
Merge GH #1137 Add ChaCha_RNG
Jack Lloyd
2017-08-03
9
-48
/
+451
|
\
\
|
*
|
Add ChaCha_RNG
Jack Lloyd
2017-07-31
9
-48
/
+455
*
|
|
Initialize member var in Certificate_Status_Request
Jack Lloyd
2017-08-03
1
-1
/
+2
*
|
|
Change how CPU endianness is detected.
Jack Lloyd
2017-08-03
2
-17
/
+34
[prev]
[next]