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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1066 Add Ed25519 signature scheme
Jack Lloyd
2017-06-09
14
-1
/
+4860
|
\
|
*
Fix 32-bit error in Ed25519
Jack Lloyd
2017-06-09
3
-24
/
+21
|
*
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
1
-1
/
+1
|
*
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
|
*
Add Ed25519 key type and tests
Jack Lloyd
2017-06-07
5
-25
/
+383
|
*
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
|
/
*
Add basic test for TPM UUID class
Jack Lloyd
2017-06-04
1
-3
/
+3
*
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
2
-0
/
+12
*
Avoid infinite loop in PGP-S2K
Jack Lloyd
2017-05-29
1
-5
/
+11
*
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
4
-0
/
+176
*
Add botan_hash_copy_state FFI function.
Daniel Wyatt
2017-05-25
2
-0
/
+14
*
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
46
-74
/
+332
|
\
|
*
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
41
-0
/
+177
*
|
Merge GH #1054 Add HOTP and TOTP algorithms
Jack Lloyd
2017-05-22
5
-0
/
+242
|
\
\
|
*
|
Add HOTP (RFC 4226) and TOTP (RFC 6238)
Jack Lloyd
2017-05-19
5
-0
/
+242
*
|
|
Merge GH #844 Add support for ARMv8 SHA instructions
Jack Lloyd
2017-05-22
9
-44
/
+488
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
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
4
-16
/
+24
|
*
|
Add SHA-256 using ARMv8 instructions
Jack Lloyd
2017-05-20
4
-35
/
+240
|
*
|
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
2
-5
/
+34
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix pathLenConstraint validation
Daniel Neus
2017-05-19
2
-5
/
+34
*
|
|
Fix warnings
Jack Lloyd
2017-05-19
1
-1
/
+1
|
|
/
|
/
|
*
|
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
8
-1
/
+477
|
\
\
|
*
|
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
8
-1
/
+465
*
|
|
Add SM3 OIDs and PKCSv1.5 hash prefix
Jack Lloyd
2017-05-19
2
-1
/
+13
|
/
/
*
|
Merge GH #1052 Add build-time compiler detection
Jack Lloyd
2017-05-19
1
-3
/
+3
|
\
\
|
*
|
Let modules specify minimum compiler version, add runtime compiler version check
Jack Lloyd
2017-05-18
1
-3
/
+3
*
|
|
Merge GH #1051 Extensions for PKCSv1.5 signature formatting
Jack Lloyd
2017-05-19
6
-5
/
+61
|
\
\
\
|
*
|
|
Accept SHA1 and SHA-1 as aliases for hash_id
Jack Lloyd
2017-05-18
1
-2
/
+3
|
*
|
|
Add botan_pkcs_hash_id to FFI
Jack Lloyd
2017-05-18
5
-3
/
+58
|
|
|
/
|
|
/
|
*
|
|
Merge GH #1044 Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-19
6
-35
/
+38
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]