| Commit message (Expand) | Author | Age | Files | Lines |
* | Link cipher_method_lib.c to -portable build | Theo Buehler | 2023-03-11 | 2 | -0/+2 |
* | stop exposing hidden defines in public opensslconf.h | Brent Cook | 2023-02-28 | 2 | -2/+2 |
* | disable BN asm for amd64 win32 build | Brent Cook | 2023-02-27 | 1 | -13/+0 |
* | include more asm files | Brent Cook | 2023-02-23 | 4 | -0/+17 |
* | generally disable asm for now | Brent Cook | 2023-02-21 | 2 | -0/+24 |
* | generate and include arch-specific headers for CMake builds | Brent Cook | 2023-02-21 | 1 | -5/+32 |
* | add CPU checks, include initial bn_arch.h headers | Brent Cook | 2023-02-14 | 2 | -8/+36 |
* | remove obsolete and duplicated file references | Brent Cook | 2023-02-13 | 1 | -16/+0 |
* | 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 | 1 | -0/+1 |
* | 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 | 2 | -1/+2 |
* | Adjust for ui_locl.h -> ui_local.h rename | Theo Buehler | 2022-11-27 | 1 | -1/+1 |
* | Update */Makefile.am for internal header renaming | Theo Buehler | 2022-11-27 | 1 | -28/+28 |
* | Neuter namespace differently to fix Appveyor CI | Theo Buehler | 2022-11-23 | 1 | -1/+0 |
* | Fix cmake builds | Theo Buehler | 2022-11-22 | 1 | -1/+5 |
* | Update autoconf framework to build again | Theo Buehler | 2022-11-22 | 1 | -3/+15 |
* | build updates for latest upstream | Brent Cook | 2022-08-29 | 2 | -0/+3 |
* | add p12_sbag.c | Theo Buehler | 2022-08-15 | 2 | -0/+2 |
* | updates for new files and test cases | Brent Cook | 2022-07-31 | 2 | -0/+5 |
* | expose kdf.h as a public header | Brent Cook | 2022-05-09 | 1 | -1/+0 |
* | update for latest upstream | Brent Cook | 2022-05-08 | 2 | -0/+7 |
* | Fix build | kinichiro | 2022-01-14 | 2 | -12/+0 |
* | Follow upstream file changes and fix build | kinichiro | 2022-01-12 | 2 | -16/+19 |
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 2 | -0/+12 |
* | update for asn1 changes | Brent Cook | 2021-12-19 | 2 | -14/+8 |
* | add hmac_local.h | Brent Cook | 2021-12-15 | 2 | -0/+3 |
* | Add crypto/bytestring with cmake | kinichiro | 2021-12-11 | 1 | -0/+4 |
* | Add crypto/bytestring with autotools | kinichiro | 2021-12-11 | 1 | -0/+7 |
* | Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and | kinichiro | 2021-12-09 | 2 | -8/+4 |
* | Remove unneeded target_include_directories with cmake | kinichiro | 2021-12-04 | 1 | -30/+0 |
* | Revert "remove LIBRESSL_CRYPTO_INTERNAL" | Brent Cook | 2021-11-29 | 1 | -1/+1 |
* | Land #702: Add ct to libcrypto | Brent Cook | 2021-11-29 | 2 | -0/+25 |
|\ |
|
| * | Add ct | kinichiro | 2021-11-27 | 2 | -0/+25 |
* | | remove LIBRESSL_CRYPTO_INTERNAL | kinichiro | 2021-11-27 | 1 | -1/+1 |
* | | Build static library for regression tests when shared build with CMake | kinichiro | 2021-11-27 | 1 | -0/+22 |
|/ |
|
* | add o_fips | Brent Cook | 2021-11-08 | 2 | -0/+2 |
* | build updates | Brent Cook | 2021-11-08 | 2 | -0/+7 |
* | add new files to build | Brent Cook | 2021-09-08 | 1 | -0/+2 |
* | Statically link libcrypto/ssl into libtls with cmake | kinichiro | 2021-05-07 | 1 | -0/+2 |
* | Use object library for CMake | kinichiro | 2021-05-02 | 1 | -1/+17 |
* | Add '--enable-libtls-only' build option | Brent Cook | 2021-04-07 | 1 | -2/+6 |
* | modify nc build to link libcompat objects directly | Brent Cook | 2020-10-20 | 1 | -2/+2 |
* | Link crypto and ssl object files directly instead of static library | kinichiro | 2020-10-04 | 1 | -0/+13 |
* | Add x509_verify.c x509_verify.h | kinichiro | 2020-09-14 | 2 | -0/+2 |
* | Add x509_issuer_cache.c x509_issuer_cache.h | kinichiro | 2020-09-13 | 2 | -0/+3 |
* | Add x509_constraints.c x509_internal.h | kinichiro | 2020-09-13 | 2 | -0/+3 |
* | Remove cms_lcl.h from crypto/CMakeLists.txt | kinichiro | 2020-07-22 | 1 | -1/+0 |
* | Move crypto/x509v3/ files to crypto/x509/ | kinichiro | 2020-06-10 | 2 | -73/+69 |
* | Fix cmake build to enable masm with VS2019 | kinichiro | 2020-05-09 | 1 | -1/+2 |