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
*
Fix some styling issues on cmake code
Simon Warta
2017-04-04
2
-13
/
+19
*
configure: convert gen_makefile_lists() into class
Simon Warta
2017-04-04
1
-35
/
+47
*
Extract simd_implementation()
Simon Warta
2017-04-04
1
-11
/
+10
*
Avoid redundant passing around of cc in gen_makefile_lists()
Simon Warta
2017-04-04
1
-6
/
+6
*
Rename build_config -> build_paths in gen_makefile_lists()
Simon Warta
2017-04-04
1
-5
/
+5
*
Disable too-many-instance-attributes for CompilerInfo and OsInfo
Simon Warta
2017-04-04
1
-2
/
+2
*
configure: encode submodel prefix into single value
Simon Warta
2017-04-04
3
-23
/
+22
*
Split ConfigureError into UserError and InternalError
Simon Warta
2017-04-04
1
-33
/
+54
*
configure: remove unused chunks()
Simon Warta
2017-04-04
1
-4
/
+0
*
Merge GH #974 Add wrapper for make_unique
Jack Lloyd
2017-04-04
2
-0
/
+78
|
\
|
*
add Botan::make_unique
Tomasz Frydrych
2017-04-04
2
-0
/
+78
*
|
Merge GH #967 Add CMake generator for IDE development, plus astyle config
Jack Lloyd
2017-04-04
3
-0
/
+138
|
\
\
|
*
|
fix style
Tomasz Frydrych
2017-04-04
1
-31
/
+32
|
*
|
align to changes from: #962
Tomasz Frydrych
2017-04-04
1
-1
/
+1
|
*
|
Content:
Tomasz Frydrych
2017-04-04
3
-0
/
+137
|
|
/
*
|
Fix configuration on platforms without shared objects.
Jack Lloyd
2017-04-04
1
-16
/
+23
*
|
Remove stray semicolon
Jack Lloyd
2017-04-04
1
-1
/
+1
*
|
Merge GH #885 Change HMAC_DRBG::security_level to match NIST SP800-90A
Jack Lloyd
2017-04-04
3
-13
/
+57
|
\
\
|
*
|
Follow NIST SP 800-57 for HMAC_DRBG security level
René Korthaus
2017-04-03
2
-3
/
+38
|
*
|
Change security_strength of HMAC_DRBG
René Korthaus
2017-04-03
3
-13
/
+22
|
|
/
*
|
Merge GH #965 Various code cleanups
Jack Lloyd
2017-04-04
100
-259
/
+234
|
\
\
|
*
|
Content:
Tomasz Frydrych
2017-04-03
100
-259
/
+234
|
|
/
*
|
Merge GH #940 Add flags for MSVC for code size optimization
Jack Lloyd
2017-04-04
1
-2
/
+2
|
\
\
|
*
|
Add some MSVC compiler flags
Daniel Neus
2017-04-04
1
-2
/
+2
*
|
|
Merge GH #964 Add various useful FFI functions for public key crypto
Jack Lloyd
2017-04-04
5
-81
/
+465
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Implement botan_pubkey_load
Jack Lloyd
2017-04-03
2
-1
/
+30
|
*
|
Fix botan_privkey_create if the desired algorithm was not available in build
Jack Lloyd
2017-04-03
3
-9
/
+47
|
*
|
Document new functions
Jack Lloyd
2017-04-02
1
-0
/
+28
|
*
|
Add generic getters for PK parameters in C interface
Jack Lloyd
2017-04-02
3
-75
/
+364
*
|
|
Merge GH #962 More configure.py refactorings/improvements
Jack Lloyd
2017-04-03
178
-348
/
+701
|
\
\
\
|
*
|
|
Move _local_repo_vc_revision to Version
Simon Warta
2017-04-03
1
-28
/
+28
|
*
|
|
Allow get_vc_revision() to return None
Simon Warta
2017-04-03
1
-29
/
+25
|
*
|
|
Ensure get_vc_revision() does not run before logger is set up
Simon Warta
2017-04-03
1
-3
/
+10
|
*
|
|
configure: use new Python integer division
Simon Warta
2017-04-02
1
-1
/
+1
|
*
|
|
Bump author year in configure.py
Simon Warta
2017-04-02
1
-1
/
+1
|
*
|
|
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
178
-204
/
+562
|
*
|
|
lexed_tokens(): Deduplicate do part in do-while
Simon Warta
2017-04-02
1
-3
/
+5
|
*
|
|
Pull LexerError out of lex_me_harder()
Simon Warta
2017-04-02
1
-14
/
+17
|
*
|
|
Make PKG_CONFIG_FILENAME a free constant
Simon Warta
2017-04-02
1
-4
/
+4
|
*
|
|
Rename to BuildPaths and ignore too-many-instance-attributes
Simon Warta
2017-04-02
1
-2
/
+2
|
*
|
|
Pull make_build_doc_commands out of BuildConfigurationInformation
Simon Warta
2017-04-02
1
-26
/
+20
|
*
|
|
Remomve member `obj_dir` from BuildConfigurationInformation
Simon Warta
2017-04-02
1
-4
/
+3
|
*
|
|
Merge BuildConfigurationInformation.sources/build_sources -> lib_sources
Simon Warta
2017-04-02
1
-6
/
+5
|
*
|
|
configure: move version information into dedicated class
Simon Warta
2017-04-02
1
-50
/
+44
|
*
|
|
Remove member `modules` from BuildConfigurationInformation
Simon Warta
2017-04-01
1
-4
/
+3
|
*
|
|
Remove extra member build_dirs from BuildConfigurationInformation
Simon Warta
2017-04-01
1
-14
/
+16
*
|
|
|
Merge GH #961 Add some more BigInt functions to C API
Jack Lloyd
2017-04-02
4
-49
/
+221
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fix doc formatting
Jack Lloyd
2017-04-02
1
-1
/
+2
|
*
|
|
Add some more useful bigint functions to C interface
Jack Lloyd
2017-03-31
4
-49
/
+220
*
|
|
|
Merge GH #960 Check name of test suite.
Jack Lloyd
2017-04-02
1
-0
/
+11
|
\
\
\
\
[next]