aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 3.5.3 stable updatev3.5.3Brent Cook2022-05-152-0/+24
|
* Update ChangeLogv3.5.2kinichiro2022-04-191-0/+1
|
* add a few more thingsTheo Buehler2022-04-191-0/+13
|
* LibreSSL 3.5.2 ChangeLogTheo Buehler2022-04-191-0/+43
|
* Fix unreachable nc portability shimSebastian Blunt2022-04-192-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
* Land #743, add objectstestBrent Cook2022-04-132-0/+10
|\
| * Add regress objectstestkinichiro2022-04-102-0/+10
| |
* | create OpenBSD 7.1 branchBrent Cook2022-04-111-1/+1
|/
* add evp_pkey_cleanup testBrent Cook2022-04-043-0/+13
|
* CI: switch ASAN builds to clangIlya Shipitsin2022-03-261-1/+1
|
* Copy ARM related files from arch/arm/kinichiro2022-03-251-3/+3
|
* 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
|