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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy performance warnings
Jack Lloyd
2022-02-06
88
-193
/
+195
*
Fix LGTM warning
Jack Lloyd
2022-02-04
1
-0
/
+2
*
Apply fixes for clang-analyzer
Jack Lloyd
2022-02-04
9
-37
/
+20
*
Add a script for running clang-tidy over the codebase
Jack Lloyd
2022-02-04
2
-1
/
+131
*
Merge GH #2892 Add rst2man install name from pkgsrc
Jack Lloyd
2022-02-01
1
-1
/
+1
|
\
|
*
Find rst2man from pkgsrc
Niclas Rosenvik
2022-01-30
1
-1
/
+1
*
|
Text_Policy ignores 25519 if unsupported by build
Hannes Rantzsch
2022-02-01
2
-6
/
+5
|
/
*
Merge GH #2889 Fix some Clang and C++20 warnings
Jack Lloyd
2022-01-27
15
-26
/
+26
|
\
|
*
Avoid uses of volatile deprecated in C++20
Jack Lloyd
2022-01-27
6
-9
/
+10
|
*
Add -Wdocumentation to default Clang warning flags
Jack Lloyd
2022-01-27
1
-2
/
+2
|
*
Fix some Clang warnings
Jack Lloyd
2022-01-27
10
-16
/
+15
*
|
Update XCode->Clang version map
Jack Lloyd
2022-01-27
1
-18
/
+13
|
/
*
Check OSXSAVE and AVX flags before enabling AVX2 support.
Alexander Bluhm
2022-01-12
1
-2
/
+8
*
No need for a conditional here
Jack Lloyd
2022-01-10
1
-4
/
+1
*
Disable Python lint
Jack Lloyd
2021-12-28
1
-1
/
+1
*
Disable concurrency with sphinx-build
Jack Lloyd
2021-12-26
1
-33
/
+0
*
SystemRNG update for macOs.
David CARLIER
2021-12-23
2
-0
/
+25
*
In zfec avoid inversion if not necessary
Jack Lloyd
2021-12-22
1
-4
/
+15
*
Various ZFEC inprovements
Jack Lloyd
2021-12-21
7
-130
/
+160
*
Add missing include
Jack Lloyd
2021-12-18
1
-0
/
+1
*
Merge pull request #2864 from reneme/fix/emscripten
René Meusel
2021-12-17
9
-8
/
+66
|
\
|
*
appease pylint
René Meusel
2021-12-16
1
-1
/
+2
|
*
switch to macOS as ubuntu 20.04 does not provide emscripten
René Meusel
2021-12-16
1
-1
/
+6
|
*
FIX: m_mutex is not used in Certificate_Store_In_SQL
René Meusel
2021-12-16
1
-2
/
+0
|
*
CI: add a build step for emscription (build only, no tests run)
René Meusel
2021-12-16
1
-1
/
+11
|
*
FIX: wasm has a word length of 32
René Meusel
2021-12-16
1
-1
/
+1
|
*
support auto-detection of emcc compiler version
René Meusel
2021-12-14
2
-0
/
+7
|
*
preload test data for emscripten test binary
René Meusel
2021-12-14
2
-1
/
+6
|
*
add better build info for emscripten
René Meusel
2021-12-14
4
-4
/
+36
*
|
Add a zfec-compatible forward error correction implementation
Jack Lloyd
2021-12-16
13
-21
/
+2466
*
|
Merge GH #2862 Fix GH #2861
Jack Lloyd
2021-12-14
1
-0
/
+3
|
\
\
|
*
|
Fix GH #2861 Anything under 512 bits == 0 security
Jack Lloyd
2021-12-13
1
-0
/
+3
|
|
/
*
|
Merge GH #2860 Cleanup SHA-3 Clang workaround
Jack Lloyd
2021-12-14
3
-198
/
+132
|
\
\
|
|
/
|
/
|
|
*
Add header guard
Jack Lloyd
2021-12-11
1
-0
/
+5
|
*
Cleanup SHA-3 Clang workaround
Jack Lloyd
2021-12-11
3
-198
/
+127
*
|
Merge GH #2755 Check TLS record type immediately on receipt
Jack Lloyd
2021-12-11
3
-8
/
+31
|
\
\
|
*
|
Disable the loose record version test
Jack Lloyd
2021-12-11
1
-0
/
+2
|
*
|
Check the TLS record type immediately on decoding
Jack Lloyd
2021-12-11
2
-8
/
+29
|
|
/
*
/
Minor format tweaks [ci skip]
Jack Lloyd
2021-12-11
1
-6
/
+6
|
/
*
Merge GH #2827 Remove OpenSSL provider
Jack Lloyd
2021-12-11
28
-1778
/
+14
|
\
|
*
Remove the OpenSSL provider
Jack Lloyd
2021-10-28
28
-1778
/
+14
*
|
Merge pull request #2848 from reneme/fix/ldflags_order
René Meusel
2021-12-09
1
-6
/
+7
|
\
\
|
*
|
FIX: always state -L${BUILD_DIR} before ${LDFLAGS} (fixes #2847)
René Meusel
2021-11-15
1
-6
/
+7
*
|
|
Merge pull request #2854 from tenzap/master-cstdlib
René Meusel
2021-11-23
2
-1
/
+2
|
\
\
\
|
*
|
|
add missing header: cstdlib
tenzap
2021-11-23
2
-1
/
+2
*
|
|
|
Fix compilation issue on older mac (< 10.12)
tenzap
2021-11-17
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #2831 from reneme/fix/potential_segfault
René Meusel
2021-11-16
14
-52
/
+102
|
\
\
\
|
*
|
|
FIX: review comment
René Meusel
2021-11-15
1
-1
/
+1
|
*
|
|
detect unknown ciphers when parsing TLS session
René Meusel
2021-10-29
2
-4
/
+33
|
*
|
|
remove default c'tor from TLS::Ciphersuite
René Meusel
2021-10-28
4
-23
/
+23
[next]