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
*
Added Curve25519_PrivateKey constructor from secret_key
Francis Dupont
2017-06-12
1
-0
/
+12
*
Addressed #1071 (unfinished change in master cipher_filter.cpp)
Francis Dupont
2017-06-12
1
-1
/
+1
*
Update OCB ref to RFC, and add new test vectors
Jack Lloyd
2017-06-12
2
-2
/
+100
*
Update news
Jack Lloyd
2017-06-09
1
-6
/
+8
*
Merge GH #1066 Add Ed25519 signature scheme
Jack Lloyd
2017-06-09
22
-9
/
+8323
|
\
|
*
Fix 32-bit error in Ed25519
Jack Lloyd
2017-06-09
3
-24
/
+21
|
*
Update docs
Jack Lloyd
2017-06-09
2
-8
/
+1
|
*
Enable Ed25519 in 'modern' policy
Jack Lloyd
2017-06-09
1
-0
/
+1
|
*
Fix FFI build when Ed25519 disabled
Jack Lloyd
2017-06-09
1
-1
/
+11
|
*
Add FFI test and test data from PGP draft
Jack Lloyd
2017-06-08
3
-2
/
+84
|
*
Add missing overrides
Jack Lloyd
2017-06-08
1
-2
/
+2
|
*
Ed25519 FFI
Jack Lloyd
2017-06-08
2
-0
/
+104
|
*
Disable Ed25519 under Visual C++
Jack Lloyd
2017-06-08
1
-0
/
+7
|
*
Fix inverted conditional
Jack Lloyd
2017-06-08
1
-1
/
+1
|
*
Avoid move operators in MSVC2013
Jack Lloyd
2017-06-07
1
-2
/
+6
|
*
Workaround unique_ptr conversion problem with old clang
Jack Lloyd
2017-06-07
1
-1
/
+1
|
*
Update speed
Jack Lloyd
2017-06-07
1
-0
/
+29
|
*
Add Ed25519 key type and tests
Jack Lloyd
2017-06-07
8
-25
/
+3733
|
*
Add Ed25519 implementation based on SUPERCOP ref10
Jack Lloyd
2017-06-07
9
-0
/
+4379
*
|
Fix compile error in FFI when RSA disabled
Jack Lloyd
2017-06-09
1
-1
/
+1
*
|
Merge GH #1070 Check that key was set in OCB::encrypt
Jack Lloyd
2017-06-09
1
-0
/
+2
|
\
\
|
*
|
Add assertion to ensure key is set in OCB_Encryption::encrypt.
Daniel Wyatt
2017-06-09
1
-0
/
+2
|
/
/
*
|
Maintainer mode fixes: old style casts, missing override, unused functions
Jack Lloyd
2017-06-08
4
-37
/
+14
*
|
Merge GH #1068 Doxygen fixes
Jack Lloyd
2017-06-08
6
-2
/
+10
|
\
\
|
|
/
|
/
|
|
*
fix doxygen build: hide method definitions with ifdefs where the
Zoltan Gyarmati
2017-06-08
6
-2
/
+10
|
/
*
Merge GH #1064 Use binary IO for output files
Jack Lloyd
2017-06-07
2
-4
/
+4
|
\
|
*
Fix missing binary mode flag on compression ofstreams
Volker Aßmann
2017-06-06
2
-4
/
+4
*
|
Merge GH #1063 Use binary file IO in compress util
Jack Lloyd
2017-06-05
1
-2
/
+2
|
\
|
|
*
Added std::ios::binary option for istream open in compression. Without
Volker Aßmann
2017-06-05
1
-2
/
+2
|
/
*
Add --ecc-groups= option to speed
Jack Lloyd
2017-06-04
1
-37
/
+41
*
Add basic test for TPM UUID class
Jack Lloyd
2017-06-04
2
-3
/
+32
*
Correct failure when renegotiating with old server
Jack Lloyd
2017-06-04
1
-1
/
+1
*
Add FFI func botan_scrub_mem
Jack Lloyd
2017-05-29
3
-0
/
+16
*
Avoid infinite loop in PGP-S2K
Jack Lloyd
2017-05-29
2
-5
/
+16
*
Merge GH #1060 Add PGP-S2K
Jack Lloyd
2017-05-28
6
-2
/
+285
|
\
|
*
Document that timed calibration is not available for PGP-S2K
Jack Lloyd
2017-05-27
2
-11
/
+51
|
*
Add (back) OpenPGP-S2K
Jack Lloyd
2017-05-27
6
-2
/
+245
|
/
*
Merge GH #1059 Add botan_hash_copy_state FFI function
Jack Lloyd
2017-05-26
4
-0
/
+38
|
\
|
*
Add botan_hash_copy_state FFI function.
Daniel Wyatt
2017-05-25
4
-0
/
+38
|
/
*
Merge GH #1058 Fix for LibreSSL
Jack Lloyd
2017-05-24
4
-7
/
+7
|
\
|
*
Make Botan compile with LibreSSL again.
Alexander Bluhm
2017-05-24
4
-7
/
+7
|
/
*
Update news
Jack Lloyd
2017-05-22
1
-1
/
+23
*
Merge GH #1056 Add HashFunction::copy_state and port to OpenSSL 1.1.0
Jack Lloyd
2017-05-22
47
-75
/
+341
|
\
|
*
Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0
Jack Lloyd
2017-05-22
5
-74
/
+130
|
*
Fix for old GCC and Clang
Jack Lloyd
2017-05-22
2
-2
/
+2
|
*
Add HashFunction::copy_state
Jack Lloyd
2017-05-22
42
-1
/
+186
*
|
Merge GH #1054 Add HOTP and TOTP algorithms
Jack Lloyd
2017-05-22
11
-0
/
+592
|
\
\
|
*
|
Doc and 32-bit build fixes
Jack Lloyd
2017-05-22
3
-7
/
+11
|
*
|
Add HOTP (RFC 4226) and TOTP (RFC 6238)
Jack Lloyd
2017-05-19
10
-0
/
+588
*
|
|
Merge GH #1055 Add fallback RNG for the tests
Jack Lloyd
2017-05-22
1
-0
/
+37
|
\
\
\
[next]