Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify speed.c diff | Theo Buehler | 2024-07-13 | 1 | -5/+3 |
* | speed.c is likely broken on Windows, so add a hack | Theo Buehler | 2024-07-13 | 1 | -12/+29 |
* | Update ChangeLog | Theo Buehler | 2024-07-13 | 1 | -0/+4 |
* | tls1_prf is in kdf/, not in hkdf/ | Theo Buehler | 2024-07-09 | 1 | -1/+1 |
* | Add tls1_prf.c to build | Theo Buehler | 2024-07-09 | 2 | -0/+2 |
* | Update ChangeLog | Theo Buehler | 2024-07-09 | 1 | -0/+1 |
* | Update ChangeLog | Theo Buehler | 2024-07-09 | 1 | -0/+2 |
* | Update ChangeLog | Theo Buehler | 2024-07-08 | 1 | -0/+1 |
* | spkac.c is no more | Theo Buehler | 2024-07-08 | 2 | -2/+0 |
* | Update ChangeLog | Theo Buehler | 2024-06-28 | 1 | -0/+4 |
* | reach from ssl into crypto for crypto_internal.h | Theo Buehler | 2024-06-25 | 2 | -0/+2 |
* | Need to pass crypto/err to -I | Theo Buehler | 2024-06-25 | 2 | -0/+2 |
* | Update ChangeLog | Theo Buehler | 2024-06-25 | 1 | -0/+4 |
* | Update ChangeLog | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
* | Link err_local.h to build | Theo Buehler | 2024-06-24 | 1 | -0/+1 |
* | Update ChangeLog | Theo Buehler | 2024-06-22 | 1 | -0/+1 |
* | Merge #1067 - Emscripten configuration note | Theo Buehler | 2024-06-20 | 1 | -0/+13 |
|\ | |||||
| * | add note about using emcmake with Emscripten in specific systems section | MoustaphaSaad | 2024-06-20 | 1 | -0/+12 |
| * | add Emscripten to compatible operating systems list | MoustaphaSaad | 2024-06-20 | 1 | -0/+1 |
|/ | |||||
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+3 |
* | Update ChangeLog | Theo Buehler | 2024-06-19 | 1 | -0/+1 |
* | grammar tweak | Theo Buehler | 2024-06-19 | 1 | -2/+2 |
* | Fix comment in emscripten.yml | Mostafa Saad | 2024-06-19 | 1 | -1/+1 |
* | use compat implementations of strlcpy and strlcat | MoustaphaSaad | 2024-06-19 | 1 | -7/+10 |
* | call prepare_emscripten_test_target for x509_asn1 to fix an OOM error | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
* | group testdsa, testenc, and testrsa under a single if(NOT EMSCRIPTEN) | MoustaphaSaad | 2024-06-19 | 1 | -13/+5 |
* | use -gsource-map instead of -ggdb | MoustaphaSaad | 2024-06-19 | 1 | -1/+1 |
* | replace if(EMSCRIPTEN) with prepare_emscripten_test_target function | MoustaphaSaad | 2024-06-19 | 1 | -36/+31 |
* | fix emscripten.yml workflow | MoustaphaSaad | 2024-06-19 | 1 | -4/+7 |
* | simplify explicit_bzero comment | MoustaphaSaad | 2024-06-19 | 1 | -2/+1 |
* | use emcmake instead of feeding toolchain file manually | MoustaphaSaad | 2024-06-19 | 1 | -2/+2 |
* | wrap bn_unit ALLOW_MEMORY_GROWTH in if(EMSCRIPTEN) | MoustaphaSaad | 2024-06-19 | 1 | -1/+3 |
* | add initial Emscripten CI workflow | MoustaphaSaad | 2024-06-19 | 1 | -0/+68 |
* | disable tlstest | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |
* | disable testrsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | disable testenc | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | disable testdsa | MoustaphaSaad | 2024-06-19 | 1 | -5/+9 |
* | fix ssltest | MoustaphaSaad | 2024-06-19 | 2 | -1/+10 |
* | fix ssl_get_shared_ciphers | MoustaphaSaad | 2024-06-19 | 1 | -1/+5 |
* | fix shutdowntest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix servertest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix quictest | MoustaphaSaad | 2024-06-19 | 2 | -0/+5 |
* | fix pq_test | MoustaphaSaad | 2024-06-19 | 1 | -0/+2 |
* | fix policy | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix keypairtest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix evptest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix cttest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | fix bn_unit | MoustaphaSaad | 2024-06-19 | 1 | -0/+1 |
* | fix apitest | MoustaphaSaad | 2024-06-19 | 1 | -0/+3 |
* | disable arc4randomforktest because Emscripten lacks fork support | MoustaphaSaad | 2024-06-19 | 1 | -1/+2 |