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
*
flags change for clang
David CARLIER
2021-02-22
1
-1
/
+1
*
we re not exploiting the error returned, discarding it.
David CARLIER
2021-02-22
1
-3
/
+1
*
cli sandbox implementation proposal for mac.
David CARLIER
2021-02-22
2
-0
/
+14
*
Enable getentropy and getrandom on Linux by default
Jack Lloyd
2021-02-21
1
-3
/
+2
*
Merge GH #2630 Fix decoding X509 DNs with multiple name in a SET #2611
Jack Lloyd
2021-02-21
3
-1
/
+16
|
\
|
*
Fix decoding a DN when the set contains more than one element
Jack Lloyd
2021-02-20
3
-1
/
+16
|
/
*
Bump ffi version to indicate support for custom RNG
Jack Lloyd
2021-02-20
2
-1
/
+5
*
Merge GH #2626 Add FreeBSD CI build
Jack Lloyd
2021-02-17
4
-5
/
+25
|
\
|
*
Add FreeBSD support to Travis
Jack Lloyd
2021-02-17
4
-5
/
+25
|
/
*
Add const annotation
Jack Lloyd
2021-02-17
1
-1
/
+1
*
Merge GH #2623 Add --extra-libs option and group -l flags from LDFLAGS at end
Jack Lloyd
2021-02-17
2
-1
/
+15
|
\
|
*
Avoid empty -l
Jack Lloyd
2021-02-15
1
-1
/
+1
|
*
Add --extra-libs option and group -l flags from LDFLAGS to the end
Jack Lloyd
2021-02-15
2
-1
/
+15
*
|
Merge GH #2464 Hash entire client hello for DTLS hello verify
Jack Lloyd
2021-02-17
3
-16
/
+18
|
\
\
|
*
|
Cleanup to avoid unnecessary conditionals
Jack Lloyd
2021-02-15
1
-6
/
+1
|
*
|
Hash the entire client hello (except the cookie) for hello verify
Jack Lloyd
2021-02-15
3
-16
/
+23
|
/
/
*
|
Merge GH #2624 Fix/Update PasswordHashFamily::from_params docs
Jack Lloyd
2021-02-15
2
-14
/
+10
|
\
\
|
|
/
|
/
|
|
*
update docs in code
the
2021-02-15
1
-7
/
+5
|
*
update rst docs
the
2021-02-15
1
-7
/
+5
|
/
*
Add some sanity check asserts in gcd and ressol
Jack Lloyd
2021-02-15
1
-2
/
+8
*
Merge GH #2619 Use better iteration bounds for safegcd
Jack Lloyd
2021-02-15
3
-14
/
+726
|
\
|
*
Use better bounds for safegcd iterations
Jack Lloyd
2021-02-14
3
-14
/
+726
*
|
Merge GH #2620 Use division by 100 in BigInt::to_dec_string
Jack Lloyd
2021-02-15
1
-2
/
+8
|
\
\
|
*
|
Divide by 100 when converting BigInt to a decimal string
Jack Lloyd
2021-02-14
1
-2
/
+8
|
|
/
*
|
Merge GH #2621 Remove support for bakefile
Jack Lloyd
2021-02-15
2
-67
/
+1
|
\
\
|
|
/
|
/
|
|
*
Remove support for bakefile
Jack Lloyd
2021-02-14
2
-67
/
+1
|
/
*
Merge GH #2618 Add a gcd fuzzer
Jack Lloyd
2021-02-14
1
-0
/
+52
|
\
|
*
Add a fuzzer comparing safegcd vs Euclidean gcd
Jack Lloyd
2021-02-14
1
-0
/
+52
|
/
*
Encapsulate safegcd iterations
Jack Lloyd
2021-02-13
1
-1
/
+11
*
Document risk of cross-protocol attacks
Jack Lloyd
2021-02-13
2
-1
/
+22
*
Correct ALPN callback documentation
Jack Lloyd
2021-02-13
1
-5
/
+13
*
Update news
Jack Lloyd
2021-02-13
1
-3
/
+4
*
Merge GH #2537 Remove support for SHA-1 signatures in TLS 1.2
Jack Lloyd
2021-02-13
7
-41
/
+21
|
\
|
*
Remove support for SHA-1 signatures in TLS 1.2
Jack Lloyd
2021-02-13
7
-41
/
+21
|
/
*
Fix cli crypt tests
Jack Lloyd
2021-02-13
1
-1
/
+2
*
Merge GH #2599 Update ECDSA timing test inputs
Jack Lloyd
2021-02-13
1
-1
/
+1
|
\
|
*
Update ECDSA timing test vectors
René Fischer
2021-01-22
1
-1
/
+1
*
|
Merge GH #2600 Support custom RNG via FFI
Jack Lloyd
2021-02-13
3
-0
/
+158
|
\
\
|
*
|
Use std::to_string
René Fischer
2021-01-29
1
-2
/
+2
|
*
|
Apply remaining review comments
René Fischer
2021-01-29
2
-9
/
+11
|
*
|
Add destroy cb, apply review comments
René Fischer
2021-01-28
3
-34
/
+57
|
*
|
Fix tests
René Fischer
2021-01-22
1
-11
/
+3
|
*
|
Add API to register custom RNG with FFI API
René Fischer
2021-01-22
3
-0
/
+141
|
|
/
*
|
Clean up latin1_to_utf8 fn
Jack Lloyd
2021-02-13
1
-15
/
+7
*
|
Support arbitrary input files for cipher command
Jack Lloyd
2021-02-04
1
-2
/
+3
*
|
Merge GH #2610 Prefer CNTVCT_EL0 for macOS M1 hw timer
Jack Lloyd
2021-01-29
1
-1
/
+1
|
\
\
|
*
|
After discussing with an ARM specialist, it appears CNTVCT_EL0
David CARLIER
2021-01-27
1
-1
/
+1
|
/
/
*
|
Merge GH #2605 Skip downloading jom and sccache if they are already in the bu...
Jack Lloyd
2021-01-26
1
-4
/
+6
|
\
\
|
*
|
Skip downloading jom and sccache if they are already in the build cache
Jack Lloyd
2021-01-26
1
-4
/
+6
|
/
/
*
|
Merge GH #2606 Update references to OS randomness sources
Jack Lloyd
2021-01-26
1
-2
/
+4
|
\
\
[next]