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
*
Add ChaCha_RNG
Jack Lloyd
2017-08-03
8
-48
/
+438
*
Add explicit tests for RDRAND_RNG and System_RNG
Jack Lloyd
2017-08-03
2
-9
/
+105
*
Fix some maintainer mode warnings
Jack Lloyd
2017-08-03
3
-9
/
+9
*
Merge GH #1094 Add initial BearSSL provider
Jack Lloyd
2017-08-02
7
-3
/
+444
|
\
|
*
BearSSL: replace more NULLs with nullptr
Patrick Wildt
2017-07-10
1
-4
/
+4
|
*
BearSSL: implement PR feedback and compare ECGroup OID name
Patrick Wildt
2017-07-05
4
-18
/
+35
|
*
BearSSL: move includes into extern "C"
Patrick Wildt
2017-07-05
2
-3
/
+8
|
*
BearSSL: Support for ECDSA
Patrick Wildt
2017-07-05
4
-2
/
+242
|
*
BearSSL: Initial support and hash tests
Patrick Wildt
2017-07-05
4
-1
/
+180
*
|
Add two digit clang version test from crystax ndk
Simon Warta
2017-08-01
1
-0
/
+14
*
|
Use native compiler versioning of MSVC
Simon Warta
2017-07-31
3
-3
/
+9
*
|
Remove low compiler version restrictions
Simon Warta
2017-07-31
1
-3
/
+3
*
|
Merge GH #1133 Fix MSVC compiler detection fixing #1125
Jack Lloyd
2017-07-31
2
-0
/
+82
|
\
\
|
*
|
Use _MSC_VER to get MSVC version
Simon Warta
2017-07-30
2
-13
/
+11
|
*
|
Adapt MSVC version regexp to non-english outputs
Simon Warta
2017-07-30
1
-0
/
+9
|
*
|
Fix compiler version matching patterns
Simon Warta
2017-07-30
1
-0
/
+8
|
*
|
Refactor and test compiler version detection
Simon Warta
2017-07-30
1
-0
/
+67
*
|
|
Merge GH #1134 Run pylint on install.py
Jack Lloyd
2017-07-31
2
-23
/
+35
|
\
\
\
|
*
|
|
Deduplicate pylint arguments in lint.sh
Simon Warta
2017-07-30
1
-7
/
+11
|
*
|
|
Run pylint on install.py in CI
Simon Warta
2017-07-30
1
-0
/
+5
|
*
|
|
install.py: silence remaining code style issues in main()
Simon Warta
2017-07-30
1
-0
/
+1
|
*
|
|
install.py: let main() explicitly take arguments and return 0
Simon Warta
2017-07-30
1
-4
/
+3
|
*
|
|
install.py: pull out calculate_exec_mode
Simon Warta
2017-07-30
1
-7
/
+10
|
*
|
|
install.py: disable two pylint warnings locally
Simon Warta
2017-07-30
1
-2
/
+2
|
*
|
|
install.py: fix whitespace issues found by pylint
Simon Warta
2017-07-30
1
-6
/
+6
|
|
/
/
*
|
|
Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...
Jack Lloyd
2017-07-31
12
-18
/
+14
|
\
\
\
|
*
|
|
Add missing override annotation
Jack Lloyd
2017-07-28
1
-1
/
+1
|
*
|
|
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
11
-17
/
+13
|
|
/
/
*
|
|
Merge GH #1131 Confirm OpenSSL supports curve at runtime before attempting to...
Jack Lloyd
2017-07-31
1
-12
/
+35
|
\
\
\
|
*
|
|
Check if curve is built into OpenSSL at runtime
René Korthaus
2017-07-28
1
-12
/
+35
|
|
/
/
*
|
|
Add test for FFI keywrap, and constify args
Jack Lloyd
2017-07-31
3
-9
/
+46
*
|
|
Split up ffi.cpp into several files
Jack Lloyd
2017-07-31
19
-2314
/
+2552
*
|
|
Merge GH #1128 Improve FFI exception safety
Jack Lloyd
2017-07-31
5
-703
/
+368
|
\
\
\
|
*
|
|
Add missing return in ffi_delete_object
Jack Lloyd
2017-07-25
1
-4
/
+5
|
*
|
|
Merge commit 'e015fd170' into ffi-fixes
Jack Lloyd
2017-07-25
3
-2
/
+13
|
|
\
\
\
|
|
*
|
|
Don't crash if openssl can't allocate a new context
Kirill A. Korinsky
2017-06-29
3
-2
/
+13
|
*
|
|
|
In FFI, check the object magic before deleting
Jack Lloyd
2017-07-25
1
-30
/
+42
|
*
|
|
|
Better exception guarding in FFI
Jack Lloyd
2017-07-25
2
-671
/
+312
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge GH #1135 Add RFC 3394 keywrap to FFI
Jack Lloyd
2017-07-31
2
-0
/
+57
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Move declarations above TLS block
Krzysztof Kwiatkowski
2017-07-30
1
-11
/
+11
|
*
|
|
FFI: Add interface for key wrapping with RFC 3394
Krzysztof Kwiatkowski
2017-06-29
2
-0
/
+57
*
|
|
|
Merge GH #1123 Add OCSP::Response::certificates API
Jack Lloyd
2017-07-24
2
-0
/
+36
|
\
\
\
\
|
*
|
|
|
add OCSP::Response::certificates() + unit test
René Meusel
2017-07-21
2
-0
/
+36
*
|
|
|
|
Change arbitrary privkey size to a smaller arbitrary number.
Jack Lloyd
2017-07-24
1
-1
/
+1
*
|
|
|
|
Revert GH #1119 90e8cbbc02 Causes irregular timeouts on Travis
Jack Lloyd
2017-07-24
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge GH #1119 Run full tests on big-endian ppc qemu
Jack Lloyd
2017-07-17
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Enable all tests on ppc32 cross build
Jack Lloyd
2017-07-16
1
-1
/
+1
*
|
|
|
|
Appease shellcheck
Jack Lloyd
2017-07-17
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Merge GH #1110 Fix documentation of PKCS11 module
Jack Lloyd
2017-07-16
1
-8
/
+8
|
\
\
\
\
|
*
|
|
|
Remove "pkcs11" provider paramater for pk ops in handbook and tests
René Korthaus
2017-07-04
1
-8
/
+8
|
|
|
_
|
/
|
|
/
|
|
[next]