aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ASan status badgeBrent Cook2022-03-211-0/+1
|
* update patchBrent Cook2022-03-211-4/+4
|
* add vwarnxBrent Cook2022-03-161-3/+9
|
* add bn_mod_sqrtBrent Cook2022-03-153-0/+11
|
* remove local patch now upstreamBrent Cook2022-03-151-38/+0
|
* update Changelogv3.5.1Brent Cook2022-03-131-0/+6
|
* add new testsBrent Cook2022-03-133-1/+34
|
* Land #737, update autotool deprecationsBrent Cook2022-03-133-19/+12
|\
| * update autotool macro deprecationsBrent Cook2022-02-273-19/+12
| | | | | | | | fix latest round of autotool complaints
* | add infinite loop fix in BN_mod_sqrtBrent Cook2022-03-121-0/+38
|/
* update man linksBrent Cook2022-02-271-1/+0
|
* rebase patchesBrent Cook2022-02-274-23/+24
|
* Land #732, CI: enable ASAN on linuxBrent Cook2022-02-271-0/+23
|\
| * CI: enable ASAN on LinuxIlya Shipitsin2022-02-121-0/+23
| |
* | install missing dependencies for AppVeyorv3.5.0Ilya Shipitsin2022-02-231-1/+1
| |
* | Update changelogkinichiro2022-02-181-5/+1
| |
* | Add portable improvements to changelogkinichiro2022-02-181-0/+6
| |
* | Don't mention tls_signer yet. It's not ready yet.Theo Buehler2022-02-171-3/+0
| |
* | LibreSSL 3.5.0 initial changelogTheo Buehler2022-02-131-0/+234
|/
* rebase patchesBrent Cook2022-02-062-19/+19
|
* Add regress rfc3779kinichiro2022-02-023-0/+13
|
* Add regress evp_pkey_checkkinichiro2022-01-313-0/+11
|
* Add tls/tls_signer.ckinichiro2022-01-262-0/+2
|
* update man linksBrent Cook2022-01-181-7/+33
|
* Add libmd as platform specific libraries for Solariskinichiro2022-01-172-2/+2
|
* Fix buildkinichiro2022-01-144-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 Appveyorkinichiro2022-01-131-5/+5
|
* Follow upstream file changes and fix buildkinichiro2022-01-126-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 emailBrent Cook2021-12-281-2/+2
|
* Land #717, add coverity scan automationBrent Cook2021-12-281-0/+27
|\
| * enable scheduled Coverity scanIlya Shipitsin2021-12-271-0/+27
| |
* | Add regress asn1api, asn1basic, asn1complex, asn1string_copy and ec_asn1_testkinichiro2021-12-273-0/+56
|/
* Add strtonum to compat library and export itkinichiro2021-12-2610-40/+13
| | | | | crypto library requires strtonum now, and add it to compat library. remove it from applications compat/ directories.
* update for asn1 changesBrent Cook2021-12-192-14/+8
|
* add hmac_local.hBrent Cook2021-12-152-0/+3
|
* Ignore ar command errorkinichiro2021-12-131-1/+1
| | | | 'ar d' command gets error on macos if specified object not exist.
* Remove bytestring objects from static libssl with autotoolskinichiro2021-12-121-0/+7
|
* Add crypto/bytestring with cmakekinichiro2021-12-112-4/+22
|
* Add crypto/bytestring with autotoolskinichiro2021-12-112-5/+16
|
* Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c andkinichiro2021-12-092-8/+4
| | | | consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c
* Fix _PATH_SSL_CA_FILE for ocsp_testkinichiro2021-12-042-2/+2
|
* Sort regress key_schedulekinichiro2021-12-041-5/+5
|
* Add regress ssl_methodskinichiro2021-12-041-0/+5
|
* Land #700, Set IA-64 flags only on HP-UX IA-64Brent Cook2021-12-041-4/+9
|\
| * Set IA-64 compiler flag only if it is HP-UX with IA-64kinichiro2021-11-231-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 cmakekinichiro2021-12-047-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 linksBrent Cook2021-11-301-0/+7
| |
* | add asn1x509 testBrent Cook2021-11-302-0/+10
| |
* | update man linksBrent Cook2021-11-301-5/+38
| |
* | adjust cmake check to include dependencies for netinet/ip.hBrent Cook2021-11-301-1/+1
| |