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
...
*
Merge GH #1142 Add SM2 encryption scheme
Jack Lloyd
2017-08-07
6
-5
/
+146
|
\
|
*
Add SM2 encryption to FFI
Jack Lloyd
2017-08-04
1
-1
/
+72
|
*
Add SM2 encryption scheme
Jack Lloyd
2017-08-04
5
-4
/
+74
*
|
Merge GH #1114 Add Streebog hash (GOST 34.11-2012)
Jack Lloyd
2017-08-07
1
-0
/
+796
|
\
\
|
|
/
|
/
|
|
*
Add Streebog hash (GOST R 34.11-2012).
Daniel Wyatt
2017-08-04
1
-0
/
+796
*
|
Complete merge of #1137 ChaCha_RNG
Jack Lloyd
2017-08-04
4
-370
/
+471
|
\
\
|
|
/
|
/
|
|
*
Add Stateful_RNG::reset_reseed_counter
Jack Lloyd
2017-08-03
2
-2
/
+2
|
*
Refactor stateful RNG tests to cover both HMAC_DRBG and ChaCha_RNG
Jack Lloyd
2017-08-03
4
-366
/
+468
|
*
Add ChaCha_RNG
Jack Lloyd
2017-08-03
2
-1
/
+178
*
|
Merge GH #1137 Add ChaCha_RNG
Jack Lloyd
2017-08-03
2
-1
/
+178
|
\
\
|
*
|
Add ChaCha_RNG
Jack Lloyd
2017-07-31
2
-1
/
+182
*
|
|
Test encoding of challenge password in PKCS10 requests
Jack Lloyd
2017-08-03
1
-0
/
+5
*
|
|
Add a test of PGP S2K iteration encoding
Jack Lloyd
2017-08-03
1
-0
/
+53
|
|
/
|
/
|
*
|
Add explicit tests for RDRAND_RNG and System_RNG
Jack Lloyd
2017-08-03
1
-0
/
+98
*
|
Fix some maintainer mode warnings
Jack Lloyd
2017-08-03
2
-3
/
+3
*
|
Merge GH #1094 Add initial BearSSL provider
Jack Lloyd
2017-08-02
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
BearSSL: Support for ECDSA
Patrick Wildt
2017-07-05
1
-2
/
+2
*
|
Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...
Jack Lloyd
2017-07-31
1
-1
/
+1
|
\
\
|
*
|
Add missing override annotation
Jack Lloyd
2017-07-28
1
-1
/
+1
*
|
|
Add test for FFI keywrap, and constify args
Jack Lloyd
2017-07-31
1
-0
/
+37
|
/
/
*
|
Merge GH #1123 Add OCSP::Response::certificates API
Jack Lloyd
2017-07-24
1
-0
/
+31
|
\
\
|
*
|
add OCSP::Response::certificates() + unit test
René Meusel
2017-07-21
1
-0
/
+31
*
|
|
Change arbitrary privkey size to a smaller arbitrary number.
Jack Lloyd
2017-07-24
1
-1
/
+1
|
/
/
*
/
Remove "pkcs11" provider paramater for pk ops in handbook and tests
René Korthaus
2017-07-04
1
-8
/
+8
|
/
*
Add SM2 signature scheme
Jack Lloyd
2017-06-29
4
-0
/
+179
*
Add test for CURDLE format Ed25519 keys
Jack Lloyd
2017-06-21
1
-0
/
+40
*
Add SM4 block cipher
Jack Lloyd
2017-06-16
2
-3
/
+20
*
Merge GH #1074 Add ability to load ECDSA/ECDH via FFI
Jack Lloyd
2017-06-12
1
-54
/
+90
|
\
|
*
FFI: ECDSA an ECDH keys loading from mpi. Cleanup
Krzysztof Kwiatkowski
2017-06-10
1
-6
/
+26
|
*
FFI: Add functions specific to ECDSA and ECDH
Krzysztof Kwiatkowski
2017-06-10
1
-2
/
+2
|
*
FFI: Posibility to load EC pubkey
Krzysztof Kwiatkowski
2017-06-10
1
-7
/
+17
|
*
FFI: Posibility to load EC privkey
Krzysztof Kwiatkowski
2017-06-10
1
-47
/
+53
*
|
Update OCB ref to RFC, and add new test vectors
Jack Lloyd
2017-06-12
1
-0
/
+98
|
/
*
Add FFI test and test data from PGP draft
Jack Lloyd
2017-06-08
2
-1
/
+83
*
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
[prev]
[next]