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
path:
root
/
src
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround unique_ptr conversion problem with old clang
Jack Lloyd
2017-06-07
1
-1
/
+1
*
Add Ed25519 key type and tests
Jack Lloyd
2017-06-07
2
-0
/
+3349
*
Add basic test for TPM UUID class
Jack Lloyd
2017-06-04
1
-0
/
+29
*
Add FFI func botan_scrub_mem
Jack Lloyd
2017-05-29
1
-0
/
+4
*
Avoid infinite loop in PGP-S2K
Jack Lloyd
2017-05-29
1
-0
/
+5
*
Add (back) OpenPGP-S2K
Jack Lloyd
2017-05-27
2
-2
/
+69
*
Add botan_hash_copy_state FFI function.
Daniel Wyatt
2017-05-25
1
-0
/
+20
*
Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0
Jack Lloyd
2017-05-22
1
-1
/
+9
|
\
|
*
Add HashFunction::copy_state
Jack Lloyd
2017-05-22
1
-1
/
+9
*
|
Merge GH #1054 Add HOTP and TOTP algorithms
Jack Lloyd
2017-05-22
3
-0
/
+278
|
\
\
|
*
|
Doc and 32-bit build fixes
Jack Lloyd
2017-05-22
1
-7
/
+7
|
*
|
Add HOTP (RFC 4226) and TOTP (RFC 6238)
Jack Lloyd
2017-05-19
3
-0
/
+278
*
|
|
Merge GH #1055 Add fallback RNG for the tests
Jack Lloyd
2017-05-22
1
-0
/
+37
|
\
\
\
|
*
|
|
Add a bogus fallback RNG for the tests
Jack Lloyd
2017-05-21
1
-0
/
+37
*
|
|
|
Merge GH #844 Add support for ARMv8 SHA instructions
Jack Lloyd
2017-05-22
3
-8
/
+402
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Small cleanups for ARM SHA code
Jack Lloyd
2017-05-20
1
-0
/
+387
|
*
|
|
Add SHA-256 using ARMv8 instructions
Jack Lloyd
2017-05-20
3
-8
/
+15
|
|
/
/
*
|
|
Merge GH #1053 Fix path length constraint checking (GH #991)
Jack Lloyd
2017-05-21
12
-0
/
+276
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix pathLenConstraint validation
Daniel Neus
2017-05-19
12
-0
/
+276
*
|
|
Fix warnings
Jack Lloyd
2017-05-19
1
-2
/
+2
|
|
/
|
/
|
*
|
Add support for Intel SHA-1/SHA-2 instructions
Jack Lloyd
2017-05-19
3
-1
/
+5
*
|
Merge GH #1051 Extensions for PKCSv1.5 signature formatting
Jack Lloyd
2017-05-19
2
-0
/
+35
|
\
\
|
*
|
Add botan_pkcs_hash_id to FFI
Jack Lloyd
2017-05-18
2
-0
/
+35
|
|
/
*
|
Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-19
3
-8
/
+205
|
\
\
|
|
/
|
/
|
|
*
Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-13
3
-8
/
+205
*
|
Fix botan_privkey_load_rsa misleading parameter names.
Daniel Wyatt
2017-05-13
1
-1
/
+1
|
/
*
Merge GH #1040 Add SP800-56A KDF
Jack Lloyd
2017-05-06
1
-0
/
+2893
|
\
|
*
KDF SP800-56A: Add test vectors with 0 length salt to improve coverage
Krzysztof Kwiatkowski
2017-05-03
1
-0
/
+60
|
*
Add vectors for HMAC backed SP800-56A KDF
Krzysztof Kwiatkowski
2017-05-03
1
-2
/
+1417
|
*
Adds KDF based on SP 800-56A. Currently it is revision 1 (alternative 1). It ...
Krzysztof Kwiatkowski
2017-05-03
1
-0
/
+1418
*
|
Merge GH #1036 Add FFI botan_hash_block_size
Jack Lloyd
2017-05-03
1
-0
/
+5
|
\
\
|
*
|
Add FFI botan_hash_block_size.
Daniel Wyatt
2017-04-30
1
-0
/
+5
|
|
/
*
|
Merge GH #1035 Support generating RSA keys with OpenSSL
Jack Lloyd
2017-05-03
4
-95
/
+115
|
\
\
|
*
|
Generate private RSA key with OpenSSL.
Alexander Bluhm
2017-04-30
4
-95
/
+115
|
|
/
*
|
Fix some ugly line breaks from #980 in test_ffi
Jack Lloyd
2017-05-03
1
-25
/
+26
*
|
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
71
-1320
/
+1904
|
/
*
Show OpenSSL error messages if test fails.
Alexander Bluhm
2017-04-28
1
-0
/
+10
*
Merge GH #1000 Support seeking in CTR mode
Jack Lloyd
2017-04-27
1
-0
/
+2810
|
\
|
*
add test sets for CTR-BE(***)
René Meusel
2017-04-13
1
-0
/
+2810
*
|
Merge GH #1022 Support CBC ciphers via OpenSSL
Jack Lloyd
2017-04-27
2
-66
/
+91
|
\
\
|
*
|
Implement cipher modes with OpenSSL.
Alexander Bluhm
2017-04-25
2
-66
/
+91
*
|
|
Merge GH #1017 Complete wildcard handling for X.509 certificates
Jack Lloyd
2017-04-27
2
-0
/
+94
|
\
\
\
|
*
|
|
Complete wildcard handling for X.509 certificates
René Korthaus
2017-04-20
2
-0
/
+94
*
|
|
|
Merge GH #1027 Add error return to botan_mp_to_str
Jack Lloyd
2017-04-27
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
Add explicit return to FFI botan_mp_to_str.
Daniel Wyatt
2017-04-26
1
-0
/
+3
|
|
|
/
/
|
|
/
|
|
*
/
|
|
In text-based tests clear all data if algo changes
Jack Lloyd
2017-04-27
1
-0
/
+1
|
/
/
/
*
|
|
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 #1006 Fix FFI cipher interface (see also GH #1003)
Jack Lloyd
2017-04-15
1
-65
/
+205
|
\
\
|
*
|
Add tests of GCM and CTR mode
Jack Lloyd
2017-04-14
1
-64
/
+205
[next]