Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc update of macos fat binary process for mac M1. | David CARLIER | 2022-02-05 | 1 | -2/+9 |
| | |||||
* | Deprecate current McEliece [ci skip] | Jack Lloyd | 2022-01-27 | 1 | -0/+4 |
| | |||||
* | Remove ref to mailing lists [ci skip] | Jack Lloyd | 2022-01-10 | 1 | -3/+0 |
| | | | | | randombit is dead (sorry!) and metzdowd is not great, crypto.SE is much better for Q&A or review-this-design things. | ||||
* | Update zfec docs [ci skip] | Jack Lloyd | 2022-01-09 | 1 | -0/+10 |
| | |||||
* | Minor update to the build docs | Jack Lloyd | 2021-12-22 | 1 | -5/+10 |
| | |||||
* | Another zfec doc fix | Jack Lloyd | 2021-12-22 | 1 | -1/+1 |
| | |||||
* | Fix zfec callback doc | Jack Lloyd | 2021-12-22 | 1 | -2/+2 |
| | |||||
* | Various ZFEC inprovements | Jack Lloyd | 2021-12-21 | 1 | -11/+16 |
| | | | | | | | * New encoding API * Express SSE2 version using SIMD_4x32 * Remove useless callback param * Rewrite some awkward code in the matrix inversion | ||||
* | Merge pull request #2864 from reneme/fix/emscripten | René Meusel | 2021-12-17 | 1 | -8/+4 |
|\ | | | | | Improve emscripten build target | ||||
| * | update documentation of how to build via emscripten | René Meusel | 2021-12-14 | 1 | -8/+4 |
| | | | | | | | | Co-Authored-By: Hannes Rantzsch <[email protected]> | ||||
* | | Add a zfec-compatible forward error correction implementation | Jack Lloyd | 2021-12-16 | 2 | -0/+48 |
|/ | | | | Based on https://github.com/randombit/fecpp | ||||
* | Remove the OpenSSL provider | Jack Lloyd | 2021-10-28 | 6 | -28/+11 |
| | | | | | | | | Starting in OpenSSL 3.0, most of the functionality which we need to implement the OpenSSL provider is deprecated. Rather than reimplement the whole provider in order to allow it to continue to work in the future, just remove it. Efforts would be better spent doing more optimization work rather than chasing OpenSSL's API changes. | ||||
* | Fix a couple of trivial typos allover | Peter Meerwald-Stadler | 2021-10-01 | 2 | -3/+3 |
| | |||||
* | More todos [ci skip] | Jack Lloyd | 2021-05-30 | 1 | -1/+2 |
| | |||||
* | Deprecate support for RSA/EMSA1 | Jack Lloyd | 2021-05-22 | 1 | -0/+2 |
| | | | | It's non-standard and not widely supported | ||||
* | Remove OpenMP support | Jack Lloyd | 2021-05-19 | 1 | -5/+0 |
| | |||||
* | Minor updates to the side channels doc [ci skip] | Jack Lloyd | 2021-05-07 | 1 | -2/+3 |
| | |||||
* | Check off a todo | Jack Lloyd | 2021-04-25 | 1 | -1/+0 |
| | |||||
* | Allow disabling the thread pool at runtime via env variable | Jack Lloyd | 2021-04-21 | 1 | -1/+4 |
| | | | | | | Currently this requires a manual reconfigure and recompilation. Not a complete fix for GH #2608 but at least a more convenient workaround. | ||||
* | Mention PBKDF deprecation | Jack Lloyd | 2021-04-15 | 1 | -5/+5 |
| | |||||
* | Update the docs about clone | Jack Lloyd | 2021-04-15 | 4 | -3/+15 |
| | |||||
* | PBKDF1 has been removed | Jack Lloyd | 2021-04-15 | 1 | -1/+0 |
| | |||||
* | Merge GH #2707 Add PasswordHash derive API for using AD or secret key | Jack Lloyd | 2021-04-08 | 1 | -0/+10 |
|\ | |||||
| * | Add derive_key variant supporting AD and secret key | Jack Lloyd | 2021-04-08 | 1 | -0/+10 |
| | | |||||
* | | Another todo | Jack Lloyd | 2021-04-08 | 1 | -0/+1 |
|/ | |||||
* | Update the password hashing docs | Jack Lloyd | 2021-04-07 | 1 | -82/+106 |
| | |||||
* | Remove headers from deprecation list | Jack Lloyd | 2021-04-06 | 1 | -2/+0 |
| | | | | These are not publically installed anymore | ||||
* | Clarify DHE deprecation | Jack Lloyd | 2021-04-06 | 1 | -1/+1 |
| | |||||
* | Merge GH #2684 Avoid raw pointers in compression code | Jack Lloyd | 2021-04-03 | 1 | -3/+10 |
|\ | |||||
| * | Remove use of explicit new from compression APIs | Jack Lloyd | 2021-04-03 | 1 | -3/+10 |
| | | |||||
* | | Mention TLS 1.0/1.1 removal in migration guide [ci skip] | Jack Lloyd | 2021-04-03 | 1 | -0/+1 |
|/ | |||||
* | Another todo | Jack Lloyd | 2021-04-02 | 1 | -0/+1 |
| | |||||
* | Update deprecated list | Jack Lloyd | 2021-04-02 | 1 | -2/+5 |
| | |||||
* | Update side channels doc | Jack Lloyd | 2021-03-31 | 1 | -10/+6 |
| | |||||
* | Enable session caching in TLS API doc | Jack Lloyd | 2021-03-07 | 1 | -1/+1 |
| | |||||
* | Correct TLS docs (GH #2637) | Jack Lloyd | 2021-03-03 | 1 | -4/+4 |
| | |||||
* | Clarify macOS support | Jack Lloyd | 2021-03-03 | 1 | -6/+6 |
| | |||||
* | Merge GH #2636 Remove /dev/random entropy source | Jack Lloyd | 2021-03-02 | 1 | -10/+16 |
|\ | |||||
| * | Remove the entropy source reading /dev/random | Jack Lloyd | 2021-03-01 | 1 | -10/+16 |
| | | | | | | | | | | | | | | | | | | | | | | Instead if System_RNG is backed by /dev/urandom, have the RNG block once on init on a read of /dev/random. That guarantees that we are seeded on old Linux kernels. On basically every other platform besides old Linux this code was redundant with the entropy source that just reads from the system RNG since typically on such systems, /dev/random, /dev/urandom, arc4random, and getentropy all source from the same RNG. | ||||
* | | Add CVE for non-ct codec decoding | Jack Lloyd | 2021-02-28 | 1 | -0/+14 |
| | | |||||
* | | OCB is no longer patented! | Jack Lloyd | 2021-02-27 | 1 | -2/+2 |
|/ | |||||
* | update rst docs | the | 2021-02-15 | 1 | -7/+5 |
| | |||||
* | Document risk of cross-protocol attacks | Jack Lloyd | 2021-02-13 | 2 | -1/+22 |
| | |||||
* | Remove support for SHA-1 signatures in TLS 1.2 | Jack Lloyd | 2021-02-13 | 1 | -2/+0 |
| | |||||
* | Add getrandom and BCryptGenRandom to RNG docs | René Fischer | 2021-01-26 | 1 | -2/+4 |
| | |||||
* | PBKDF2 doc updates | Jack Lloyd | 2021-01-23 | 1 | -4/+39 |
| | | | | | | Mention Bcrypt-PBKDF, add some recommendations, etc Closes #2597 | ||||
* | Fix documentation formatting | Jack Lloyd | 2021-01-23 | 1 | -1/+1 |
| | | | | Closes #2594 | ||||
* | Some updates to the migration guide | Jack Lloyd | 2021-01-21 | 1 | -7/+42 |
| | |||||
* | Rewrite the encryption cli to support any cipher | Jack Lloyd | 2021-01-15 | 1 | -3/+4 |
| | |||||
* | Update migration guide | Jack Lloyd | 2021-01-11 | 1 | -0/+5 |
| |