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
*
Merge GH #1024 Further configure cleanups, make pylint mandatory
Jack Lloyd
2017-04-27
5
-177
/
+216
|
\
|
*
Make configure script pylint2 complient
Simon Warta
2017-04-26
2
-15
/
+18
|
*
Put lint travis job into action
Simon Warta
2017-04-26
2
-4
/
+2
|
*
Add .editorconfig to help writing pylint complient .py files
Simon Warta
2017-04-26
1
-0
/
+12
|
*
ignore new pylint rule: no-else-return
Simon Warta
2017-04-26
1
-1
/
+2
|
*
Refactor strip_header_goop
Simon Warta
2017-04-26
1
-16
/
+24
|
*
Simplify list emptyness check
Simon Warta
2017-04-25
1
-1
/
+1
|
*
Let caller of _isa_specific_flags care for string representation
Simon Warta
2017-04-25
1
-7
/
+10
|
*
Remove extra code branch for house_ecc_curve_defines
Simon Warta
2017-04-25
1
-5
/
+2
|
*
Extract prepare_configure_build()
Simon Warta
2017-04-25
1
-17
/
+23
|
*
Split main method into main actions
Simon Warta
2017-04-25
1
-67
/
+78
|
*
Rename info_* variables for consistency
Simon Warta
2017-04-25
1
-11
/
+11
|
*
Group info file loading
Simon Warta
2017-04-25
1
-12
/
+11
|
*
Make argv non-optional in main()
Simon Warta
2017-04-25
1
-8
/
+3
|
*
Run --list-modules after options are checked
Simon Warta
2017-04-25
1
-5
/
+5
|
*
Move Jython check to correct position
Simon Warta
2017-04-25
1
-3
/
+5
|
*
Move os/cpu/cc detection to set_defaults_for_unset_options
Simon Warta
2017-04-25
1
-38
/
+38
|
*
Extract canonicalize_options
Simon Warta
2017-04-25
1
-19
/
+22
|
*
Move os and cc validation into validate_options
Simon Warta
2017-04-25
1
-14
/
+12
|
*
Move windows+gcc check to validate_options
Simon Warta
2017-04-25
1
-3
/
+3
|
*
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
[next]