Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add CPU checks, include initial bn_arch.h headers | Brent Cook | 2023-02-14 | 3 | -9/+52 | |
| | ||||||
* | directly grab bn asm source | Brent Cook | 2023-02-13 | 1 | -0/+7 | |
| | ||||||
* | remove obsolete and duplicated file references | Brent Cook | 2023-02-13 | 1 | -16/+0 | |
| | ||||||
* | update bn_shift patch | Brent Cook | 2023-02-13 | 1 | -5/+5 | |
| | ||||||
* | Revert "pin master build to upstream commit" | Brent Cook | 2023-02-13 | 2 | -2/+3 | |
| | | | | This reverts commit a7ca886cb03e52718b51f9dd35ea15f28db71a2b. | |||||
* | disable asm by default | Brent Cook | 2023-02-13 | 1 | -2/+3 | |
| | ||||||
* | autoconf: update for bn on amd64-elf | Theo Buehler | 2023-02-13 | 2 | -2/+46 | |
| | ||||||
* | autoconf: x509_verify.h is no longer public | Theo Buehler | 2023-02-13 | 2 | -1/+2 | |
| | ||||||
* | refresh patches | Theo Buehler | 2023-02-13 | 2 | -19/+19 | |
| | ||||||
* | Remove obsolete bn_div patch | Theo Buehler | 2023-02-13 | 1 | -11/+0 | |
| | ||||||
* | pin master build to upstream commit | Brent Cook | 2023-02-11 | 2 | -3/+2 | |
| | ||||||
* | Land #812 | Joshua Sing | 2023-01-12 | 2 | -1/+6 | |
|\ | ||||||
| * | Add a newline to the end of .gitignore | Joshua Sing | 2023-01-12 | 1 | -1/+1 | |
| | | ||||||
| * | Add 'workflow_dispatch' event trigger to Coverity workflow | Joshua Sing | 2023-01-12 | 1 | -0/+1 | |
| | | ||||||
| * | Revert COVERITY_SCAN_PROJECT_NAME change in Coverity workflow | Joshua Sing | 2023-01-12 | 2 | -1/+5 | |
|/ | ||||||
* | Land #811 | Joshua Sing | 2023-01-11 | 5 | -15/+15 | |
|\ | ||||||
| * | Fixes for GitHub organisation rename | Joshua Sing | 2023-01-11 | 5 | -15/+15 | |
|/ | ||||||
* | Github Actions: add Ubuntu-22.04 to linux matrix (#810) | Ilya Shipitsin | 2023-01-11 | 1 | -1/+1 | |
| | ||||||
* | manpage links | Brent Cook | 2023-01-04 | 1 | -0/+49 | |
| | ||||||
* | remove unneeded patch | Brent Cook | 2023-01-04 | 1 | -11/+0 | |
| | ||||||
* | Update rust-openssl patch | Theo Buehler | 2022-12-20 | 1 | -7/+6 | |
| | ||||||
* | Use bigger hammer to disable benchmarks | Theo Buehler | 2022-12-18 | 1 | -17/+6 | |
| | ||||||
* | Disable bn_shift benchmarks on Windows | Theo Buehler | 2022-12-18 | 1 | -0/+45 | |
| | | | | Windows doesn't know about SIGALRM | |||||
* | Patch in use of BN_zero() until next sync | Theo Buehler | 2022-12-18 | 1 | -0/+11 | |
| | ||||||
* | Add BN shift test | Theo Buehler | 2022-12-18 | 2 | -0/+10 | |
| | ||||||
* | Link new ui_null.c to build | Theo Buehler | 2022-12-18 | 2 | -0/+2 | |
| | ||||||
* | add direct source dependency to each library | Brent Cook | 2022-12-14 | 7 | -3/+9 | |
| | | | | | Fix library generation with some CMake generators by including a direct source file dependency for each library. | |||||
* | Build a static test library with all symbols | Brent Cook | 2022-12-13 | 3 | -7/+23 | |
| | | | | | Build and link a special test library rather than assuming that the build has static libraries available. | |||||
* | Land #789, store artifacts from appveyor buildsv3.7.0 | Brent Cook | 2022-12-11 | 1 | -2/+1 | |
|\ | ||||||
| * | appveyor: store entire build folder in artifacts | Ilya Shipitsin | 2022-09-10 | 1 | -2/+1 | |
| | | ||||||
* | | Land #800, update upstream config.sub and config.guess | Brent Cook | 2022-12-11 | 2 | -1977/+2398 | |
|\ \ | ||||||
| * | | update config.sub and config.guess for M1 Mac | catatsuy | 2022-11-03 | 2 | -1977/+2398 | |
| | | | | | | | | | | | | | | | config.sub and config.guess on LibreSSL are very old. To build LibreSSL on M1 Mac, we need to update config.sub. | |||||
* | | | Drop a deliberate ommission again | Theo Buehler | 2022-12-09 | 1 | -2/+1 | |
| | | | ||||||
* | | | Add a few more things | Bob Beck | 2022-12-09 | 1 | -1/+3 | |
| | | | ||||||
* | | | Undo inconsistencies introduced in previous | Theo Buehler | 2022-12-09 | 1 | -5/+4 | |
| | | | ||||||
* | | | Add the reason for the julian time change (get rid of timegm/gmtime) | Bob Beck | 2022-12-09 | 1 | -2/+5 | |
| | | | ||||||
* | | | ChangeLog for 3.7.0 | Theo Buehler | 2022-12-09 | 1 | -0/+42 | |
| | | | ||||||
* | | | Initial ChangeLog for 3.6.1 | Theo Buehler | 2022-12-09 | 1 | -0/+9 | |
| | | | | | | | | | | | | (cherry picked from commit 6419191d820c295055a11fccfe2f1387d6e682f8) | |||||
* | | | regen bn_isqrt.c patch | Theo Buehler | 2022-12-09 | 1 | -4/+4 | |
| | | | ||||||
* | | | update for biotest split | Theo Buehler | 2022-12-09 | 2 | -10/+30 | |
| | | | ||||||
* | | | fix comment | Theo Buehler | 2022-12-09 | 2 | -2/+2 | |
| | | | ||||||
* | | | Add bn_mod_exp_zero test | Theo Buehler | 2022-12-03 | 2 | -0/+13 | |
| | | | ||||||
* | | | Teach cmake framework about new and renamed tests | Theo Buehler | 2022-12-02 | 1 | -21/+26 | |
| | | | ||||||
* | | | Teach automake about renamed and new tests | Theo Buehler | 2022-12-02 | 1 | -20/+25 | |
| | | | ||||||
* | | | regen patches | Theo Buehler | 2022-11-27 | 2 | -7/+7 | |
| | | | ||||||
* | | | Adjust for ui_locl.h -> ui_local.h rename | Theo Buehler | 2022-11-27 | 1 | -1/+1 | |
| | | | ||||||
* | | | Adjust patches for lcl.h -> local.h rename | Theo Buehler | 2022-11-27 | 2 | -4/+4 | |
| | | | ||||||
* | | | Update */Makefile.am for internal header renaming | Theo Buehler | 2022-11-27 | 2 | -30/+30 | |
| | | | ||||||
* | | | exclude bogus "ln_<type>" manpage links | Brent Cook | 2022-11-24 | 2 | -8/+1 | |
| | | | ||||||
* | | | update manpage links | Brent Cook | 2022-11-24 | 1 | -0/+36 | |
| | | |