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
*
KDF SP800-56A: Add test vectors with 0 length salt to improve coverage
Krzysztof Kwiatkowski
2017-05-03
1
-0
/
+60
*
Use uint64_t to represent 32-bit number (fixes unittests)
Krzysztof Kwiatkowski
2017-05-03
1
-1
/
+1
*
Update copyright headers
Krzysztof Kwiatkowski
2017-05-03
2
-2
/
+6
*
Add vectors for HMAC backed SP800-56A KDF
Krzysztof Kwiatkowski
2017-05-03
1
-2
/
+1417
*
SP800-56A revision 2 implementation
Krzysztof Kwiatkowski
2017-05-03
3
-29
/
+74
*
Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...
Krzysztof Kwiatkowski
2017-05-03
6
-1
/
+1549
*
Merge GH #1032 Throw exception with OpenSSL error message if OpenSSL API call...
Jack Lloyd
2017-04-29
5
-35
/
+65
|
\
|
*
Throw OpenSSL exception if any OpenSSL function failed.
Alexander Bluhm
2017-04-29
5
-35
/
+65
*
|
Merge GH #1031 Show OpenSSL errors in case of test failure
Jack Lloyd
2017-04-29
2
-1
/
+10
|
\
\
|
*
|
Do not load OpenSSL error messages in library.
Alexander Bluhm
2017-04-28
1
-1
/
+0
|
*
|
Show OpenSSL error messages if test fails.
Alexander Bluhm
2017-04-28
1
-0
/
+10
|
|
/
*
|
Merge GH #1030 Mention LibreSSL is also supported
Jack Lloyd
2017-04-29
2
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
Mention LibreSSL in the docs.
Alexander Bluhm
2017-04-28
2
-1
/
+2
|
/
*
Merge GH #1000 Support seeking in CTR mode
Jack Lloyd
2017-04-27
4
-25
/
+2858
|
\
|
*
Refactor: remove big-endian addition code duplication
René Meusel
2017-04-13
2
-18
/
+27
|
*
add a line to news.rst
René Meusel
2017-04-13
1
-0
/
+2
|
*
Refactor: use ::seek(0) in CTR_BE::set_iv()
René Meusel
2017-04-13
1
-18
/
+1
|
*
add test sets for CTR-BE(***)
René Meusel
2017-04-13
1
-0
/
+2810
|
*
Add implementation of CTR_BE::seek()
René Meusel
2017-04-13
2
-2
/
+31
*
|
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
[next]