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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
*
|
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
*
|
fix doxygen build: hide method definitions with ifdefs where the
Zoltan Gyarmati
2017-06-08
6
-2
/
+10
|
/
*
Fix missing binary mode flag on compression ofstreams
Volker Aßmann
2017-06-06
2
-4
/
+4
*
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
*
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
*
Add botan_hash_copy_state FFI function.
Daniel Wyatt
2017-05-25
3
-0
/
+34
*
Make Botan compile with LibreSSL again.
Alexander Bluhm
2017-05-24
3
-6
/
+6
*
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
9
-0
/
+524
|
\
\
|
*
|
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
9
-0
/
+524
*
|
|
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
12
-52
/
+890
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Disable ARMv8 SHA extensions on 32-bit
Jack Lloyd
2017-05-22
2
-2
/
+2
|
*
|
|
Change SHA-2 to use a single convention for CPU extn
Jack Lloyd
2017-05-20
3
-9
/
+8
|
*
|
|
Set minimum compiler versions for ARMv8 SHA intrinsics
Jack Lloyd
2017-05-20
2
-0
/
+10
|
*
|
|
Small cleanups for ARM SHA code
Jack Lloyd
2017-05-20
5
-16
/
+411
|
*
|
|
Add SHA-256 using ARMv8 instructions
Jack Lloyd
2017-05-20
7
-43
/
+255
|
*
|
|
Add ARMv8 SHA-1 support
Jack Lloyd
2017-05-20
4
-0
/
+222
|
|
/
/
*
|
|
Merge GH #1053 Fix path length constraint checking (GH #991)
Jack Lloyd
2017-05-21
14
-5
/
+310
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix pathLenConstraint validation
Daniel Neus
2017-05-19
14
-5
/
+310
*
|
|
Fix warnings
Jack Lloyd
2017-05-19
2
-3
/
+3
|
|
/
|
/
|
*
|
Fixes for MSVC version detection
Jack Lloyd
2017-05-19
1
-1
/
+1
*
|
Merge GH #826 Add support for Intel SHA instructions
Jack Lloyd
2017-05-19
13
-2
/
+485
|
\
\
|
*
|
Set minimum compiler versions for SHA intrinsics
Jack Lloyd
2017-05-19
2
-0
/
+12
|
*
|
Add support for Intel SHA-1/SHA-2 instructions
Jack Lloyd
2017-05-19
13
-2
/
+473
*
|
|
Add SM3 OIDs and PKCSv1.5 hash prefix
Jack Lloyd
2017-05-19
3
-1
/
+16
|
/
/
*
|
Merge GH #359 Add botan cli encryption tool
Jack Lloyd
2017-05-19
4
-0
/
+355
|
\
\
|
*
|
Fix 3 space indent
Simon Warta
2017-04-18
1
-4
/
+4
|
*
|
Add BOTAN_HAS_AEAD_MODES requirement for encryption cli
Simon Warta
2017-04-18
2
-2
/
+2
|
*
|
Run cli tests on Travis
Simon Warta
2017-04-18
1
-0
/
+7
|
*
|
Some linting cleanups for cli_tests.py
Simon Warta
2017-04-18
1
-6
/
+6
|
*
|
Update registration format of "encryption" cli command
Simon Warta
2017-04-18
1
-2
/
+2
[prev]
[next]