Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Land #752, Update CI actions | Brent Cook | 2022-05-09 | 8 | -15/+82 | |
|\ \ | ||||||
| * | | Use current VS2019 with appveyor | kinichiro | 2022-04-29 | 1 | -5/+5 | |
| | | | ||||||
| * | | Set max number of processes for CI | kinichiro | 2022-04-29 | 1 | -7/+7 | |
| | | | ||||||
| * | | Add environment macos-12 to CI | kinichiro | 2022-04-29 | 1 | -1/+1 | |
| |/ | ||||||
| * | Land #745, fix nc build on macOS | Brent Cook | 2022-04-19 | 2 | -2/+2 | |
| |\ | ||||||
| | * | Fix unreachable nc portability shim | Sebastian Blunt | 2022-04-15 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes nc failing to run on darwin due to it incorrectly setting the linux-specific SOCK_NONBLOCK flag on connect. nc already had a portability shim in apps/nc/compat/sys/socket.h, which kicks in if SOCK_NONBLOCK is undefined. But that header includes include/compat/sys/socket.h, which also has a portability shim that defines a default value for SOCK_NONBLOCK if it's undefined. Thus the first portability shim was unreachable. Fixes this by moving the NEED_SOCKET_FLAGS flag into the outer shim, and having the inner shim activate if NEED_SOCKET_FLAGS is defined. This closes https://github.com/libressl-portable/portable/issues/631 | |||||
| * | | Update ChangeLog | kinichiro | 2022-04-16 | 1 | -0/+1 | |
| | | | ||||||
| * | | add a few more things | Theo Buehler | 2022-04-15 | 1 | -0/+13 | |
| | | | ||||||
| * | | LibreSSL 3.5.2 ChangeLog | Theo Buehler | 2022-04-15 | 1 | -0/+43 | |
| |/ | ||||||
| * | Add regress objectstest | kinichiro | 2022-04-10 | 2 | -0/+10 | |
| | | ||||||
* | | update for latest upstream | Brent Cook | 2022-05-08 | 3 | -1/+8 | |
|/ | ||||||
* | add evp_pkey_cleanup test | Brent Cook | 2022-04-04 | 3 | -0/+13 | |
| | ||||||
* | CI: switch ASAN builds to clang | Ilya Shipitsin | 2022-03-26 | 1 | -1/+1 | |
| | ||||||
* | Copy ARM related files from arch/arm/ | kinichiro | 2022-03-25 | 1 | -3/+3 | |
| | ||||||
* | Add ASan status badge | Brent Cook | 2022-03-21 | 1 | -0/+1 | |
| | ||||||
* | update patch | Brent Cook | 2022-03-21 | 1 | -4/+4 | |
| | ||||||
* | add vwarnx | Brent Cook | 2022-03-16 | 1 | -3/+9 | |
| | ||||||
* | add bn_mod_sqrt | Brent Cook | 2022-03-15 | 3 | -0/+11 | |
| | ||||||
* | remove local patch now upstream | Brent Cook | 2022-03-15 | 1 | -38/+0 | |
| | ||||||
* | update Changelogv3.5.1 | Brent Cook | 2022-03-13 | 1 | -0/+6 | |
| | ||||||
* | add new tests | Brent Cook | 2022-03-13 | 3 | -1/+34 | |
| | ||||||
* | Land #737, update autotool deprecations | Brent Cook | 2022-03-13 | 3 | -19/+12 | |
|\ | ||||||
| * | update autotool macro deprecations | Brent Cook | 2022-02-27 | 3 | -19/+12 | |
| | | | | | | | | fix latest round of autotool complaints | |||||
* | | add infinite loop fix in BN_mod_sqrt | Brent Cook | 2022-03-12 | 1 | -0/+38 | |
|/ | ||||||
* | update man links | Brent Cook | 2022-02-27 | 1 | -1/+0 | |
| | ||||||
* | rebase patches | Brent Cook | 2022-02-27 | 4 | -23/+24 | |
| | ||||||
* | Land #732, CI: enable ASAN on linux | Brent Cook | 2022-02-27 | 1 | -0/+23 | |
|\ | ||||||
| * | CI: enable ASAN on Linux | Ilya Shipitsin | 2022-02-12 | 1 | -0/+23 | |
| | | ||||||
* | | install missing dependencies for AppVeyorv3.5.0 | Ilya Shipitsin | 2022-02-23 | 1 | -1/+1 | |
| | | ||||||
* | | Update changelog | kinichiro | 2022-02-18 | 1 | -5/+1 | |
| | | ||||||
* | | Add portable improvements to changelog | kinichiro | 2022-02-18 | 1 | -0/+6 | |
| | | ||||||
* | | Don't mention tls_signer yet. It's not ready yet. | Theo Buehler | 2022-02-17 | 1 | -3/+0 | |
| | | ||||||
* | | LibreSSL 3.5.0 initial changelog | Theo Buehler | 2022-02-13 | 1 | -0/+234 | |
|/ | ||||||
* | rebase patches | Brent Cook | 2022-02-06 | 2 | -19/+19 | |
| | ||||||
* | Add regress rfc3779 | kinichiro | 2022-02-02 | 3 | -0/+13 | |
| | ||||||
* | Add regress evp_pkey_check | kinichiro | 2022-01-31 | 3 | -0/+11 | |
| | ||||||
* | Add tls/tls_signer.c | kinichiro | 2022-01-26 | 2 | -0/+2 | |
| | ||||||
* | update man links | Brent Cook | 2022-01-18 | 1 | -7/+33 | |
| | ||||||
* | Add libmd as platform specific libraries for Solaris | kinichiro | 2022-01-17 | 2 | -2/+2 | |
| | ||||||
* | Fix build | kinichiro | 2022-01-14 | 4 | -12/+3 | |
| | | | | | | - Remove pem/pem_seal.c asn1/x_nx509.c asn1/n_pkey.c - Remove evp/m_dss.c evp/m_dss1.c evp/m_ecdsa.c - Add include path crypto/bio to libssl for bio_local.h | |||||
* | Use Previous VS2019 image with Appveyor | kinichiro | 2022-01-13 | 1 | -5/+5 | |
| | ||||||
* | Follow upstream file changes and fix build | kinichiro | 2022-01-12 | 6 | -20/+29 | |
| | | | | | | | | | | | | | - Add asn1_lib.c - Consolidation of ASN.1 code Add asn1_item.c asn1_old.c Remove a_d2i_fp.c a_digest.c a_dup.c a_i2d_fp.c a_sign.c a_verify.c - Merge evp_asn1.c into a_type.c - Merge asn_pack.c into asn1_item.c - Rename tls13_key_share.c to tls_key_share.c - Add bio/bio_local.h dh/dh_local.h ocsp/ocsp_local.h - Add comp/comp_local.h - Add define LIBRESSL_CRYPTO_INTERNAL to regress build | |||||
* | update notification email | Brent Cook | 2021-12-28 | 1 | -2/+2 | |
| | ||||||
* | Land #717, add coverity scan automation | Brent Cook | 2021-12-28 | 1 | -0/+27 | |
|\ | ||||||
| * | enable scheduled Coverity scan | Ilya Shipitsin | 2021-12-27 | 1 | -0/+27 | |
| | | ||||||
* | | Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_test | kinichiro | 2021-12-27 | 3 | -0/+56 | |
|/ | ||||||
* | Add strtonum to compat library and export it | kinichiro | 2021-12-26 | 10 | -40/+13 | |
| | | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories. | |||||
* | update for asn1 changes | Brent Cook | 2021-12-19 | 2 | -14/+8 | |
| | ||||||
* | add hmac_local.h | Brent Cook | 2021-12-15 | 2 | -0/+3 | |
| | ||||||
* | Ignore ar command error | kinichiro | 2021-12-13 | 1 | -1/+1 | |
| | | | | 'ar d' command gets error on macos if specified object not exist. |