Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Avoid raw pointers in the FFI internals | Jack Lloyd | 2021-04-04 | 14 | -60/+81 | |
| | ||||||
* | More use of make_unique in the tests | Jack Lloyd | 2021-04-04 | 18 | -72/+50 | |
| | ||||||
* | Merge GH #2695 Add logic to help debug sporadic PKCS11 RSA CI failure | Jack Lloyd | 2021-04-04 | 1 | -4/+22 | |
|\ | ||||||
| * | Split the try/catch for encrypt and decrypt | Jack Lloyd | 2021-04-04 | 1 | -5/+16 | |
| | | | | | | | | Should help better diagnose the problem | |||||
| * | Add some extra logic to try to figure out PKCS11 RSA test failures | Jack Lloyd | 2021-04-04 | 1 | -5/+12 | |
| | | | | | | | | This occasionally fails in CI and it's not clear what is happening. | |||||
* | | Merge GH #2694 Avoid returning raw pointers from mode padding code | Jack Lloyd | 2021-04-04 | 4 | -14/+15 | |
|\ \ | ||||||
| * | | Avoid returning raw pointers in mode padding impl | Jack Lloyd | 2021-04-04 | 4 | -14/+15 | |
| |/ | ||||||
* | | Merge GH #2693 More use of make_unique | Jack Lloyd | 2021-04-04 | 23 | -71/+70 | |
|\ \ | ||||||
| * | | Fix OpenSSL build | Jack Lloyd | 2021-04-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | More uses of make_unique instead of unique_ptr(new ...) | Jack Lloyd | 2021-04-04 | 23 | -71/+70 | |
| |/ | ||||||
* / | Remove /proc walker entropy source | Jack Lloyd | 2021-04-03 | 8 | -228/+1 | |
|/ | ||||||
* | Limit max CI concurrency to 16 cores | Jack Lloyd | 2021-04-03 | 1 | -1/+2 | |
| | | | | | | The ARM Travis builders have more cores but seem to hit crashes (OOM maybe?) with high concurrency, especially when building a commit which changes headers which cause lots of ccache misses. | |||||
* | Merge GH #2689 Add T::new_object replacing T::clone | Jack Lloyd | 2021-04-03 | 105 | -245/+316 | |
|\ | ||||||
| * | Use new_object instead of clone | Jack Lloyd | 2021-04-03 | 1 | -2/+2 | |
| | | ||||||
| * | Update OpenSSL and CommonCrypto providers | Jack Lloyd | 2021-04-03 | 5 | -15/+19 | |
| | | ||||||
| * | Add KDF::new_object | Jack Lloyd | 2021-04-03 | 15 | -49/+77 | |
| | | ||||||
| * | MessageAuthenticationCode::new_object | Jack Lloyd | 2021-04-03 | 18 | -44/+48 | |
| | | ||||||
| * | Add HashFunction::new_object | Jack Lloyd | 2021-04-03 | 29 | -52/+53 | |
| | | ||||||
| * | Add StreamCipher::new_object | Jack Lloyd | 2021-04-03 | 17 | -38/+38 | |
| | | ||||||
| * | Add BlockCipher::new_object | Jack Lloyd | 2021-04-03 | 26 | -58/+92 | |
| | | ||||||
* | | Merge GH #2690 Use make_unique in PBKDF code | Jack Lloyd | 2021-04-03 | 5 | -14/+14 | |
|\ \ | ||||||
| * | | Use make_unique in PBKDF functions | Jack Lloyd | 2021-04-03 | 5 | -14/+14 | |
| |/ | ||||||
* | | Merge GH #2691 Use make_unique in x509_ext.cpp | Jack Lloyd | 2021-04-03 | 1 | -59/+55 | |
|\ \ | ||||||
| * | | Use make_shared in x509_ext.cpp | Jack Lloyd | 2021-04-03 | 1 | -59/+55 | |
| |/ | ||||||
* / | Use make_shared instead of shared_ptr(new ...) | Jack Lloyd | 2021-04-03 | 3 | -15/+15 | |
|/ | ||||||
* | Merge GH #2688 Use make_unique in HashFunction copy_state impl | Jack Lloyd | 2021-04-03 | 20 | -31/+28 | |
|\ | ||||||
| * | Use make_unique in copy_state implementations | Jack Lloyd | 2021-04-03 | 20 | -31/+28 | |
| | | ||||||
* | | Merge GH #2687 Use make_unique in factory fns | Jack Lloyd | 2021-04-03 | 9 | -170/+163 | |
|\ \ | ||||||
| * | | Fix OpenSSL RSA | Jack Lloyd | 2021-04-03 | 1 | -5/+4 | |
| | | | ||||||
| * | | Update PK factory fns | Jack Lloyd | 2021-04-03 | 1 | -50/+49 | |
| | | | ||||||
| * | | MSVC is the worst compiler evar | Jack Lloyd | 2021-04-03 | 1 | -3/+3 | |
| | | | ||||||
| * | | Use make_unique in type factory functions | Jack Lloyd | 2021-04-03 | 8 | -116/+111 | |
| | | | ||||||
* | | | Merge GH #2685 Avoid use of raw in the cli | Jack Lloyd | 2021-04-03 | 9 | -63/+55 | |
|\ \ \ | ||||||
| * | | | Remove most uses of explicit new operator in cli | Jack Lloyd | 2021-04-03 | 9 | -63/+55 | |
| | |/ | |/| | ||||||
* | | | Merge GH #2684 Avoid raw pointers in compression code | Jack Lloyd | 2021-04-03 | 15 | -78/+68 | |
|\ \ \ | ||||||
| * | | | Remove use of explicit new from compression APIs | Jack Lloyd | 2021-04-03 | 15 | -78/+68 | |
| |/ / | ||||||
* | | | Merge GH #2683 Avoid raw pointers in public APIs | Jack Lloyd | 2021-04-03 | 8 | -79/+89 | |
|\ \ \ | ||||||
| * | | | Change arg type of Extensions::{add, add_new, replace} | Jack Lloyd | 2021-04-03 | 6 | -42/+40 | |
| | | | | ||||||
| * | | | Change the return type of Certificate_Extensions::copy | Jack Lloyd | 2021-04-03 | 4 | -36/+40 | |
| | | | | ||||||
| * | | | fix rng | Jack Lloyd | 2021-04-03 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Remove raw pointers from Serialized_RNG | Jack Lloyd | 2021-04-03 | 1 | -1/+9 | |
| | |/ | |/| | ||||||
* / | | src/build-data/arch/riscv64.txt: set wordsize to 64 | Fabrice Fontaine | 2021-04-03 | 1 | -0/+1 | |
|/ / | | | | | | | Signed-off-by: Fabrice Fontaine <[email protected]> | |||||
* / | Make RISC-V 32 same family as RISC-V 64 | Jack Lloyd | 2021-04-03 | 1 | -1/+1 | |
|/ | ||||||
* | Add support for riscv32 | Fabrice Fontaine | 2021-04-02 | 1 | -0/+2 | |
| | | | | | | | | | | | Fix the following build failure: ERROR: Unknown or unidentifiable processor "riscv32" Fixes: - http://autobuild.buildroot.org/results/1c399312dbec5d7a28ec90d62fdd8f47fa14ff4b Signed-off-by: Fabrice Fontaine <[email protected]> | |||||
* | Update BoGo shim | Jack Lloyd | 2021-04-01 | 2 | -29/+16 | |
| | ||||||
* | Update fuzzers to reflect TLS 1.0/1.1 drop | Jack Lloyd | 2021-04-01 | 2 | -31/+5 | |
| | ||||||
* | Fix CLI tests | Jack Lloyd | 2021-04-01 | 1 | -1/+1 | |
| | ||||||
* | Post rebase fixes | Jack Lloyd | 2021-04-01 | 13 | -69/+10 | |
| | ||||||
* | Remove SCSV | Jack Lloyd | 2021-04-01 | 4 | -25/+0 | |
| | ||||||
* | Remove TLS 1.0/1.1 and DTLS 1.0 | Jack Lloyd | 2021-04-01 | 29 | -413/+65 | |
| |