aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* flags change for clangDavid CARLIER2021-02-221-1/+1
* we re not exploiting the error returned, discarding it.David CARLIER2021-02-221-3/+1
* cli sandbox implementation proposal for mac.David CARLIER2021-02-222-0/+14
* Enable getentropy and getrandom on Linux by defaultJack Lloyd2021-02-211-3/+2
* Merge GH #2630 Fix decoding X509 DNs with multiple name in a SET #2611Jack Lloyd2021-02-213-1/+16
|\
| * Fix decoding a DN when the set contains more than one elementJack Lloyd2021-02-203-1/+16
|/
* Bump ffi version to indicate support for custom RNGJack Lloyd2021-02-202-1/+5
* Merge GH #2626 Add FreeBSD CI buildJack Lloyd2021-02-174-5/+25
|\
| * Add FreeBSD support to TravisJack Lloyd2021-02-174-5/+25
|/
* Add const annotationJack Lloyd2021-02-171-1/+1
* Merge GH #2623 Add --extra-libs option and group -l flags from LDFLAGS at endJack Lloyd2021-02-172-1/+15
|\
| * Avoid empty -lJack Lloyd2021-02-151-1/+1
| * Add --extra-libs option and group -l flags from LDFLAGS to the endJack Lloyd2021-02-152-1/+15
* | Merge GH #2464 Hash entire client hello for DTLS hello verifyJack Lloyd2021-02-173-16/+18
|\ \
| * | Cleanup to avoid unnecessary conditionalsJack Lloyd2021-02-151-6/+1
| * | Hash the entire client hello (except the cookie) for hello verifyJack Lloyd2021-02-153-16/+23
|/ /
* | Merge GH #2624 Fix/Update PasswordHashFamily::from_params docsJack Lloyd2021-02-152-14/+10
|\ \ | |/ |/|
| * update docs in codethe2021-02-151-7/+5
| * update rst docsthe2021-02-151-7/+5
|/
* Add some sanity check asserts in gcd and ressolJack Lloyd2021-02-151-2/+8
* Merge GH #2619 Use better iteration bounds for safegcdJack Lloyd2021-02-153-14/+726
|\
| * Use better bounds for safegcd iterationsJack Lloyd2021-02-143-14/+726
* | Merge GH #2620 Use division by 100 in BigInt::to_dec_stringJack Lloyd2021-02-151-2/+8
|\ \
| * | Divide by 100 when converting BigInt to a decimal stringJack Lloyd2021-02-141-2/+8
| |/
* | Merge GH #2621 Remove support for bakefileJack Lloyd2021-02-152-67/+1
|\ \ | |/ |/|
| * Remove support for bakefileJack Lloyd2021-02-142-67/+1
|/
* Merge GH #2618 Add a gcd fuzzerJack Lloyd2021-02-141-0/+52
|\
| * Add a fuzzer comparing safegcd vs Euclidean gcdJack Lloyd2021-02-141-0/+52
|/
* Encapsulate safegcd iterationsJack Lloyd2021-02-131-1/+11
* Document risk of cross-protocol attacksJack Lloyd2021-02-132-1/+22
* Correct ALPN callback documentationJack Lloyd2021-02-131-5/+13
* Update newsJack Lloyd2021-02-131-3/+4
* Merge GH #2537 Remove support for SHA-1 signatures in TLS 1.2Jack Lloyd2021-02-137-41/+21
|\
| * Remove support for SHA-1 signatures in TLS 1.2Jack Lloyd2021-02-137-41/+21
|/
* Fix cli crypt testsJack Lloyd2021-02-131-1/+2
* Merge GH #2599 Update ECDSA timing test inputsJack Lloyd2021-02-131-1/+1
|\
| * Update ECDSA timing test vectorsRené Fischer2021-01-221-1/+1
* | Merge GH #2600 Support custom RNG via FFIJack Lloyd2021-02-133-0/+158
|\ \
| * | Use std::to_stringRené Fischer2021-01-291-2/+2
| * | Apply remaining review commentsRené Fischer2021-01-292-9/+11
| * | Add destroy cb, apply review commentsRené Fischer2021-01-283-34/+57
| * | Fix testsRené Fischer2021-01-221-11/+3
| * | Add API to register custom RNG with FFI APIRené Fischer2021-01-223-0/+141
| |/
* | Clean up latin1_to_utf8 fnJack Lloyd2021-02-131-15/+7
* | Support arbitrary input files for cipher commandJack Lloyd2021-02-041-2/+3
* | Merge GH #2610 Prefer CNTVCT_EL0 for macOS M1 hw timerJack Lloyd2021-01-291-1/+1
|\ \
| * | After discussing with an ARM specialist, it appears CNTVCT_EL0David CARLIER2021-01-271-1/+1
|/ /
* | Merge GH #2605 Skip downloading jom and sccache if they are already in the bu...Jack Lloyd2021-01-261-4/+6
|\ \
| * | Skip downloading jom and sccache if they are already in the build cacheJack Lloyd2021-01-261-4/+6
|/ /
* | Merge GH #2606 Update references to OS randomness sourcesJack Lloyd2021-01-261-2/+4
|\ \