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 #1040 Add SP800-56A KDF
Jack Lloyd
2017-05-06
6
-1
/
+3072
|
\
\
\
|
*
|
|
Align with comments from code review
Krzysztof Kwiatkowski
2017-05-04
2
-6
/
+5
|
*
|
|
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 #1041 pylint fixes in botan2.py
Jack Lloyd
2017-05-06
2
-114
/
+148
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Don't use len() to verify emptyness
Simon Warta
2017-05-04
1
-1
/
+4
|
*
|
|
Remove comment: FIXME without further description
Simon Warta
2017-05-04
1
-1
/
+1
|
*
|
|
Make pylint mandatory for botan2.py
Simon Warta
2017-05-04
1
-2
/
+2
|
*
|
|
Work around name conflict of symbol "rng"
Simon Warta
2017-05-04
1
-13
/
+14
|
*
|
|
Add base exception type: BotanException
Simon Warta
2017-05-04
1
-22
/
+30
|
*
|
|
Fix various pylint warnings
Simon Warta
2017-05-04
1
-8
/
+10
|
*
|
|
Avoid redefining build-in name "hash"
Simon Warta
2017-05-04
1
-3
/
+3
|
*
|
|
Silence invalid name warning for module "botan"
Simon Warta
2017-05-04
1
-2
/
+2
|
*
|
|
Silence pylint invalid class name warnings
Simon Warta
2017-05-04
1
-12
/
+12
|
*
|
|
Use comments to organize code sections
Simon Warta
2017-05-04
1
-35
/
+40
|
*
|
|
Remove trailing whitespace
Simon Warta
2017-05-04
1
-1
/
+1
|
*
|
|
Break long lines
Simon Warta
2017-05-04
1
-14
/
+29
|
/
/
/
*
|
|
Error out if the configuration results in an empty library
Jack Lloyd
2017-05-03
1
-1
/
+4
*
|
|
Merge GH #1034 Change dependency resolution to fix #1028
Jack Lloyd
2017-05-03
3
-32
/
+248
|
\
\
\
|
*
|
|
Rewrite dependency resolution
Simon Warta
2017-04-30
3
-28
/
+242
|
*
|
|
Improve debugging in ModulesChooser._validate_state
Simon Warta
2017-04-30
1
-2
/
+4
|
*
|
|
Simplify implementation of makefile_list
Simon Warta
2017-04-30
1
-2
/
+2
|
|
/
/
*
|
|
Merge GH #1036 Add FFI botan_hash_block_size
Jack Lloyd
2017-05-03
3
-0
/
+18
|
\
\
\
|
*
|
|
Add FFI botan_hash_block_size.
Daniel Wyatt
2017-04-30
3
-0
/
+18
|
|
/
/
*
|
|
Merge GH #1033 Fix FFI botan_bcrypt_is_valid return code
Jack Lloyd
2017-05-03
1
-2
/
+1
|
\
\
\
|
*
|
|
Fix botan_bcrypt_is_valid return code.
Daniel Wyatt
2017-04-29
1
-2
/
+1
|
|
/
/
*
|
|
Merge GH #1035 Support generating RSA keys with OpenSSL
Jack Lloyd
2017-05-03
8
-97
/
+195
|
\
\
\
|
*
|
|
Generate private RSA key with OpenSSL.
Alexander Bluhm
2017-04-30
8
-97
/
+195
|
|
/
/
*
|
|
Fix some ugly line breaks from #980 in test_ffi
Jack Lloyd
2017-05-03
1
-25
/
+26
*
|
|
Merge GH #980 Reformat of cli+tests part of #973
Jack Lloyd
2017-05-03
88
-1811
/
+2682
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
88
-1811
/
+2682
|
/
/
*
|
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
[prev]
[next]