Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Remove bytestring objects from static libssl with autotools | kinichiro | 2021-12-12 | 1 | -0/+7 |
| | |||||
* | Add crypto/bytestring with cmake | kinichiro | 2021-12-11 | 2 | -4/+22 |
| | |||||
* | Add crypto/bytestring with autotools | kinichiro | 2021-12-11 | 2 | -5/+16 |
| | |||||
* | Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and | kinichiro | 2021-12-09 | 2 | -8/+4 |
| | | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c | ||||
* | Fix _PATH_SSL_CA_FILE for ocsp_test | kinichiro | 2021-12-04 | 2 | -2/+2 |
| | |||||
* | Sort regress key_schedule | kinichiro | 2021-12-04 | 1 | -5/+5 |
| | |||||
* | Add regress ssl_methods | kinichiro | 2021-12-04 | 1 | -0/+5 |
| | |||||
* | Land #700, Set IA-64 flags only on HP-UX IA-64 | Brent Cook | 2021-12-04 | 1 | -4/+9 |
|\ | |||||
| * | Set IA-64 compiler flag only if it is HP-UX with IA-64 | kinichiro | 2021-11-23 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | Compiler switch -mlp64 (GCC) or +DD64(HP CC) gives build failure with platform HP-UX other than IA-64. This avoids build break on HP-UX with PA-RISC platform. Suggested from Larkin Nickle (me <at> larbob org) by libressl ML. | ||||
* | | Remove unneeded target_include_directories with cmake | kinichiro | 2021-12-04 | 7 | -54/+4 |
| | | | | | | | | | | | | | | This could remove recurring of the same statement for include directories. Instead of this removals, apps/* and tests should have include path that had been provided by INTERFACE_INCLUDE_DIRECTORIES of target libs and internal static libs. | ||||
* | | update man links | Brent Cook | 2021-11-30 | 1 | -0/+7 |
| | | |||||
* | | add asn1x509 test | Brent Cook | 2021-11-30 | 2 | -0/+10 |
| | | |||||
* | | update man links | Brent Cook | 2021-11-30 | 1 | -5/+38 |
| | | |||||
* | | adjust cmake check to include dependencies for netinet/ip.h | Brent Cook | 2021-11-30 | 1 | -1/+1 |
| | | |||||
* | | Revert "remove LIBRESSL_CRYPTO_INTERNAL" | Brent Cook | 2021-11-29 | 1 | -1/+1 |
| | | | | | | | | This reverts commit e8ea73c247069e4e5592b31c0888a8ceb35f7773. | ||||
* | | Land #702: Add ct to libcrypto | Brent Cook | 2021-11-29 | 3 | -1/+27 |
|\ \ | |||||
| * | | Add ct | kinichiro | 2021-11-27 | 3 | -1/+27 |
| |/ | |||||
* | | 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 | 5 | -211/+218 |
|/ | |||||
* | Update CMake for new header checks | Brent Cook | 2021-11-09 | 1 | -0/+10 |
| | |||||
* | Autoconf updates | Brent Cook | 2021-11-09 | 3 | -9/+9 |
| | | | | | Move machine/endian.h to endian.h, use AC_HEADER_RESOLV over individual header checks, and include prerequisites for netinet/ip.h check. | ||||
* | Land #689, support OSes with some non-POSIX headers | Brent Cook | 2021-11-09 | 5 | -6/+8 |
|\ | |||||
| * | Support operating systems without some non-POSIX headers | Jonas 'Sortie' Termansen | 2021-10-03 | 5 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The arpa/nameser.h, netinet/ip.h, and resolv.h headers are not crucial to building LibreSSL. The netinet/ip.h header is used in nc(1) for optional IPTOS_ features that can be ifdef'd on systems without support. The endian.h header is the upcoming standard header and should be used whenever available and correct. The machine/endian.h header is non-standard and doesn't have to exist on POSIX systems. Fix the check for getpagesize(3) not forward declaring the function, such that CFLAGS with -Werror=implicit-function-declaration doesn't cause the check to fail. | ||||
* | | Land #694, Add the option for Apple-style xcframework libraries | Brent Cook | 2021-11-09 | 1 | -0/+13 |
|\ \ | |||||
| * | | Add the option to support an Apple-style xcframework for tls, ssl, and crypto | Cameron Lowell Palmer | 2021-10-15 | 1 | -0/+13 |
| | | | |||||
* | | | Land #698, install pkgconfig files with ENABLE_LIBRESSL_INSTALL | Brent Cook | 2021-11-09 | 1 | -18/+20 |
|\ \ \ | |||||
| * | | | Don't install pkgconfig if ENABLE_LIBRESSL_INSTALL is disabled. | Tobias Heider | 2021-11-06 | 1 | -18/+20 |
| |/ / | |||||
* | | | prepend tls dir to AM_CPPFLAGS | Brent Cook | 2021-11-08 | 1 | -1/+1 |
| | | |