aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* General cleanupCameron Katri2022-07-067-581/+7
| | | | | | - Remove useless preprocessor directives - Remove -T flag - Remove CommonCrypto dependency (OpenSSL is required anyways)
* Add zsh completions file for common flagsCameron Katri2022-07-041-0/+17
|
* Remove assertCameron Katri2022-07-042-4/+10
|
* Add proper hash agility required for 15.1+zhuxinlang2022-07-032-30/+101
| | | | Fixes 294b81953c0801212a7f0927133e3c43ca231ab3
* Added better error handling (#13)Kostadin2022-05-043-43/+105
| | | | | Removes commonly encountered `_assert()` messages and replaces with easy to understand messages. Co-authored-by: Cameron Katri <me@cameronkatri.com>
* Use OpenSSL 1.1.1 in GH actions for nowCameron Katri2022-04-041-60/+36
| | | | This reverts commit 94d0cd4bb688adef8f39aaec37faac4368345d5a.
* Fix compilation for systems with mach/machine.hCameron Katri2022-04-041-7/+2
|
* Update README.mdCameron Katri2022-03-221-0/+1
|
* Add support for `-arch arch_type` (#10)Cameron Katri2022-03-225-41/+531
| | | | | | | | This is identical to -A except that it uses the name of the arch not the values of the CPU_TYPE/CPU_SUBTYPE. This makes ldid more compatible with Apple's CC tools where this flag is used extensively. Co-authored-by: Nick Chan <towinchenmi@gmail.com>
* docs: document -l and -H for zh_CN and zh_TW (#11)Nick Chan2022-03-222-48/+76
|
* Fix macOS actions (#9)Cameron Katri2022-03-221-34/+44
|
* Fix hash orderCameron Katri2022-03-211-2/+2
| | | | | | | | This commit was made under a faulty assumption. Revert "Hack fix for iOS 15.1 beta" This reverts commit 294b81953c0801212a7f0927133e3c43ca231ab3.
* Remove support for EOL OpenSSL 0.9Cameron Katri2022-03-211-12/+2
| | | | | | | | | OpenSSL 0.9.8 has been out of support since 2016. Nobody should be using it anymore and has numerous vulnerabilites. Revert "Port hash agility support to use OpenSSL 0.9.x :D." This reverts commit 7818dc9c76ef1a007aa725286b8113b2341ebc11.
* ldid.1: Document -H[sha1 | sha256]Cameron Katri2022-03-202-5/+9
| | | | | While here, remove the warning message that is printed when used. This flag is very useful so this message is removed.
* ldid.1: Document -ICameron Katri2022-03-201-0/+5
|
* Merge branch 'saurik'Cameron Katri2022-03-201-6/+5
|\
| * Correctly handle nesting frameworks in frameworks.saurikJay Freeman (saurik)2022-01-271-6/+5
| |
* | Fix typoCameron Katri2022-02-211-1/+1
| |
* | ci: Update to OpenSSL 3.0.1Cameron Katri2022-02-031-1/+1
| |
* | Update copyrightCameron Katri2022-02-033-3/+3
| |
* | Fix openssl 1.1.1 compatibilityCameron Katri2022-02-031-3/+3
| |
* | Update usageCameron Katri2022-01-301-4/+3
| |
* | ldid.1: Fix modification dateCameron Katri2022-01-303-3/+3
| |
* | Update manpage translations (#8)Nick Chan2022-01-305-10/+198
| | | | | | | | | | | | * update manpage translations * update README to reflect on manpage translations
* | ldid.1: Document -ECameron Katri2022-01-201-6/+19
| |
* | Revert "ci: Set CXXFLAGS"Cameron Katri2022-01-191-2/+0
| | | | | | | | This reverts commit 9cf3a0c4ab2e6b82ee3899affec0ce30d9550047.
* | ci: Set CXXFLAGSCameron Katri2022-01-181-0/+2
| |
* | ci: use lto and gc-sections1Conan2022-01-182-7/+19
| |
* | Fix workflowCameron Katri2022-01-181-3/+3
| |
* | Experimental arm64_32 supportCameron Katri2022-01-181-2/+8
| |
* | Cleanup and switch to a Makefile (#7)1Conan2021-11-0416-234/+47
| |
* | Only run actions on code changesCameron Katri2021-11-041-0/+3
| |
* | remove Nick Chan's copyright string (#6)Nick Chan2021-10-191-1/+0
| |
* | Create README.mdCameron Katri2021-10-181-0/+6
| |
* | Fix openssl 3 compatv2.1.5-procursus2Cameron Katri2021-10-161-2/+2
| | | | | | | | I'm an idiot, it's OPENSSL_VERSION_NUMBER not OPENSSL_VERSION_NUM
* | Transfer manpage copyright to ProcursusTeamCameron Katri2021-10-152-2/+2
| |
* | 加入繁體中文手冊 | add traditional chinese manual page (#4)Nick Chan2021-10-141-0/+169
| |
* | Fix workflow and retag v2.1.5-procursus1v2.1.5-procursus1Cameron Katri2021-10-131-2/+1
| |
* | Hack fix for iOS 15.1 betaCameron Katri2021-10-131-2/+2
| | | | | | | | iOS 15.1+ requires either hash agility or sha256 to be before sha1.
* | Workflow Improvements (#3)1Conan2021-10-121-254/+201
| | | | | | | | | | | | * Remove a bunch of useless archs * Use -Os for smaller size * Speed up openssl build
* | Fix indention of #if blockCameron Katri2021-10-111-1/+1
| |
* | Fix < OpenSSL 3.0.0 buildCameron Katri2021-10-111-0/+7
| |
* | Add armv7r to workflowNick Chan2021-10-111-1/+1
| |
* | Update the workflowNick Chan2021-10-111-26/+38
| | | | | | | | | | | | * More archs * Fully static linux bins Co-authored-by: Cameron Katri <me@cameronkatri.com>
* | Add a workflowv2.1.5-procursusCameron Katri2021-10-111-0/+268
| |
* | Add manpageCameron Katri2021-10-102-4/+177
| |
* | p12 password supportsunchipnacho2021-10-101-1/+16
| |
* | ossl3 compatsunflsks2021-10-101-0/+8
| |
* | Fix deprecations + update libplistHayden2021-10-101-2/+2
|/
* The comment says to use a nullbuf, so let's do it!v2.1.5Jay Freeman (saurik)2021-09-141-2/+1
|