aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Avoid raw pointers in the FFI internalsJack Lloyd2021-04-0414-60/+81
|
* More use of make_unique in the testsJack Lloyd2021-04-0418-72/+50
|
* Merge GH #2695 Add logic to help debug sporadic PKCS11 RSA CI failureJack Lloyd2021-04-041-4/+22
|\
| * Split the try/catch for encrypt and decryptJack Lloyd2021-04-041-5/+16
| | | | | | | | Should help better diagnose the problem
| * Add some extra logic to try to figure out PKCS11 RSA test failuresJack Lloyd2021-04-041-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 codeJack Lloyd2021-04-044-14/+15
|\ \
| * | Avoid returning raw pointers in mode padding implJack Lloyd2021-04-044-14/+15
| |/
* | Merge GH #2693 More use of make_uniqueJack Lloyd2021-04-0423-71/+70
|\ \
| * | Fix OpenSSL buildJack Lloyd2021-04-041-1/+1
| | |
| * | More uses of make_unique instead of unique_ptr(new ...)Jack Lloyd2021-04-0423-71/+70
| |/
* / Remove /proc walker entropy sourceJack Lloyd2021-04-038-228/+1
|/
* Limit max CI concurrency to 16 coresJack Lloyd2021-04-031-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::cloneJack Lloyd2021-04-03105-245/+316
|\
| * Use new_object instead of cloneJack Lloyd2021-04-031-2/+2
| |
| * Update OpenSSL and CommonCrypto providersJack Lloyd2021-04-035-15/+19
| |
| * Add KDF::new_objectJack Lloyd2021-04-0315-49/+77
| |
| * MessageAuthenticationCode::new_objectJack Lloyd2021-04-0318-44/+48
| |
| * Add HashFunction::new_objectJack Lloyd2021-04-0329-52/+53
| |
| * Add StreamCipher::new_objectJack Lloyd2021-04-0317-38/+38
| |
| * Add BlockCipher::new_objectJack Lloyd2021-04-0326-58/+92
| |
* | Merge GH #2690 Use make_unique in PBKDF codeJack Lloyd2021-04-035-14/+14
|\ \
| * | Use make_unique in PBKDF functionsJack Lloyd2021-04-035-14/+14
| |/
* | Merge GH #2691 Use make_unique in x509_ext.cppJack Lloyd2021-04-031-59/+55
|\ \
| * | Use make_shared in x509_ext.cppJack Lloyd2021-04-031-59/+55
| |/
* / Use make_shared instead of shared_ptr(new ...)Jack Lloyd2021-04-033-15/+15
|/
* Merge GH #2688 Use make_unique in HashFunction copy_state implJack Lloyd2021-04-0320-31/+28
|\
| * Use make_unique in copy_state implementationsJack Lloyd2021-04-0320-31/+28
| |
* | Merge GH #2687 Use make_unique in factory fnsJack Lloyd2021-04-039-170/+163
|\ \
| * | Fix OpenSSL RSAJack Lloyd2021-04-031-5/+4
| | |
| * | Update PK factory fnsJack Lloyd2021-04-031-50/+49
| | |
| * | MSVC is the worst compiler evarJack Lloyd2021-04-031-3/+3
| | |
| * | Use make_unique in type factory functionsJack Lloyd2021-04-038-116/+111
| | |
* | | Merge GH #2685 Avoid use of raw in the cliJack Lloyd2021-04-039-63/+55
|\ \ \
| * | | Remove most uses of explicit new operator in cliJack Lloyd2021-04-039-63/+55
| | |/ | |/|
* | | Merge GH #2684 Avoid raw pointers in compression codeJack Lloyd2021-04-0315-78/+68
|\ \ \
| * | | Remove use of explicit new from compression APIsJack Lloyd2021-04-0315-78/+68
| |/ /
* | | Merge GH #2683 Avoid raw pointers in public APIsJack Lloyd2021-04-038-79/+89
|\ \ \
| * | | Change arg type of Extensions::{add, add_new, replace}Jack Lloyd2021-04-036-42/+40
| | | |
| * | | Change the return type of Certificate_Extensions::copyJack Lloyd2021-04-034-36/+40
| | | |
| * | | fix rngJack Lloyd2021-04-031-1/+1
| | | |
| * | | Remove raw pointers from Serialized_RNGJack Lloyd2021-04-031-1/+9
| | |/ | |/|
* / | src/build-data/arch/riscv64.txt: set wordsize to 64Fabrice Fontaine2021-04-031-0/+1
|/ / | | | | | | Signed-off-by: Fabrice Fontaine <[email protected]>
* / Make RISC-V 32 same family as RISC-V 64Jack Lloyd2021-04-031-1/+1
|/
* Add support for riscv32Fabrice Fontaine2021-04-021-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 shimJack Lloyd2021-04-012-29/+16
|
* Update fuzzers to reflect TLS 1.0/1.1 dropJack Lloyd2021-04-012-31/+5
|
* Fix CLI testsJack Lloyd2021-04-011-1/+1
|
* Post rebase fixesJack Lloyd2021-04-0113-69/+10
|
* Remove SCSVJack Lloyd2021-04-014-25/+0
|
* Remove TLS 1.0/1.1 and DTLS 1.0Jack Lloyd2021-04-0129-413/+65
|