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
...
|
*
|
|
Move policy option check into validate_options
Simon Warta
2017-04-25
1
-10
/
+8
|
*
|
|
Extract set_defaults_for_unset_options
Simon Warta
2017-04-25
1
-5
/
+11
|
*
|
|
Extract method validate_options()
Simon Warta
2017-04-25
1
-8
/
+15
|
*
|
|
Remove unused with_visibility
Simon Warta
2017-04-25
1
-12
/
+2
|
*
|
|
Refactor: read_textfile()
Simon Warta
2017-04-25
1
-7
/
+9
*
|
|
|
Merge GH #1022 Support CBC ciphers via OpenSSL
Jack Lloyd
2017-04-27
6
-71
/
+344
|
\
\
\
\
|
*
|
|
|
Implement cipher modes with OpenSSL.
Alexander Bluhm
2017-04-25
6
-71
/
+344
|
|
/
/
/
*
|
|
|
Merge GH #1017 Complete wildcard handling for X.509 certificates
Jack Lloyd
2017-04-27
3
-4
/
+178
|
\
\
\
\
|
*
|
|
|
Complete wildcard handling for X.509 certificates
René Korthaus
2017-04-20
3
-4
/
+178
*
|
|
|
|
Merge GH #1023 Add missing functions to TLS::Text_Policy
Jack Lloyd
2017-04-27
1
-1
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
Make it easier to customize Text_Policy when inheriting from it
louiz’
2017-04-27
1
-1
/
+1
|
*
|
|
|
|
Add some missing function overrides in TLS::Text_Policy
louiz’
2017-04-25
1
-0
/
+12
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge GH #1027 Add error return to botan_mp_to_str
Jack Lloyd
2017-04-27
2
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Add explicit return to FFI botan_mp_to_str.
Daniel Wyatt
2017-04-26
2
-1
/
+4
|
|
/
/
/
/
*
|
|
|
|
Add BOTAN_ALIGNAS macro for MSVC 2013
Jack Lloyd
2017-04-27
1
-0
/
+9
*
|
|
|
|
In text-based tests clear all data if algo changes
Jack Lloyd
2017-04-27
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge GH #955 Add ability to limit tests to single provider
Jack Lloyd
2017-04-21
9
-24
/
+96
|
\
\
\
\
|
*
|
|
|
Filter provider in test loops, skip text based without provider.
Alexander Bluhm
2017-04-21
8
-22
/
+48
|
*
|
|
|
Run tests for a specific provider.
Alexander Bluhm
2017-04-21
3
-2
/
+48
|
|
/
/
/
*
|
|
|
Merge GH #1018 Typo fix
Jack Lloyd
2017-04-21
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix typo
Antonio Coratelli
2017-04-21
1
-1
/
+1
|
/
/
/
*
|
|
Merge GH #1002 Cleanups in configure.py main function
Jack Lloyd
2017-04-19
2
-152
/
+186
|
\
\
\
|
*
|
|
Reduce scope of file handling in HouseEccCurve._read_pem
Simon Warta
2017-04-18
1
-3
/
+4
|
*
|
|
Improve readability of BOTAN_HOUSE_ECC_CURVE_PEM in build.h
Simon Warta
2017-04-18
1
-2
/
+2
|
*
|
|
Improve error handling for HouseEccCurve
Simon Warta
2017-04-18
1
-9
/
+12
|
*
|
|
Remove --chost
Simon Warta
2017-04-18
1
-11
/
+0
|
*
|
|
Fix in error message: --in-house-curve -> --house-curve
Simon Warta
2017-04-18
1
-1
/
+1
|
*
|
|
Refactor HouseEccCurve
Simon Warta
2017-04-18
1
-11
/
+14
|
*
|
|
Make template variable misc_config more specific
Simon Warta
2017-04-18
2
-3
/
+3
|
*
|
|
Pull out HouseEccCurve class
Simon Warta
2017-04-18
1
-25
/
+32
|
*
|
|
Let MakefileListsGenerator.generate return its result
Simon Warta
2017-04-18
1
-5
/
+7
|
*
|
|
Extract SourcePaths
Simon Warta
2017-04-18
1
-39
/
+56
|
*
|
|
Simplify file opening in write_template()
Simon Warta
2017-04-18
1
-4
/
+1
|
*
|
|
Move robust_* out of main()
Simon Warta
2017-04-18
1
-27
/
+29
|
*
|
|
Share code for modules and build data loading
Simon Warta
2017-04-18
1
-27
/
+33
|
*
|
|
Pass full path to load_build_data()
Simon Warta
2017-04-18
1
-9
/
+9
|
*
|
|
Extract setup_logging() from main()
Simon Warta
2017-04-18
1
-12
/
+17
|
*
|
|
Move BotanConfigureLogHandler out of main()
Simon Warta
2017-04-18
1
-8
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge GH #1015 Fix doc typo
Jack Lloyd
2017-04-19
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix typo in building.rst [ci skip]
René Korthaus
2017-04-18
1
-1
/
+1
|
|
/
/
*
/
/
Fix Clang warning in ffi
Jack Lloyd
2017-04-19
1
-121
/
+117
|
/
/
*
|
Merge GH #1012 Fix quoting in CMake file
Jack Lloyd
2017-04-17
1
-1
/
+1
|
\
\
|
*
|
cmake: Add missing quotes around set_source_files_properties argument
Simon Warta
2017-04-16
1
-1
/
+1
*
|
|
Merge GH #1013 Add multiarg BOTAN_UNUSED. Fix FFI when ElGamal disabled
Jack Lloyd
2017-04-17
3
-28
/
+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use 3 arg BOTAN_UNUSED in a codepath that is compiled often
Simon Warta
2017-04-17
1
-3
/
+1
|
*
|
Mark correct variables unused in FFI botan_{pub,priv}key_load_elgamal
Simon Warta
2017-04-16
1
-7
/
+2
|
*
|
Improve unused handling in ffi methods
Simon Warta
2017-04-16
1
-16
/
+8
|
*
|
Let BOTAN_UNUSED take between 1 and 9 arguments
Simon Warta
2017-04-16
1
-2
/
+26
|
/
/
*
|
Merge GH #1006 Fix FFI cipher interface (see also GH #1003)
Jack Lloyd
2017-04-15
2
-65
/
+207
|
\
\
|
*
|
Add tests of GCM and CTR mode
Jack Lloyd
2017-04-14
1
-64
/
+205
[prev]
[next]