| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [WRAPPER] Added more crypto3 and ssl3 function, and fixed some issue with ↵ | ptitSeb | 2024-10-30 | 1 | -28/+150 |
| | | | | | hidden callback (for #1860) | ||||
| * | [WRAPPER] Added some ssl3 and crypto3 wrapped functions (for #1860) | ptitSeb | 2024-10-25 | 1 | -0/+168 |
| | | |||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -6/+2 |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | ||||
| * | Added some more function to wrapped libcrypto.so.3 and libssl.so.3 | ptitSeb | 2024-02-04 | 1 | -0/+81 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 1 | -10/+10 |
| | | | |||||
| * | | Added a bunch of wrapped function to libssl.so.3, libcrytpo.so.3 and icu ↵ | ptitSeb | 2023-06-10 | 1 | -0/+29 |
| | | | | | | | | | (for #829) | ||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 1 | -9/+9 |
| |/ | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | ||||
| * | Improved handling of libssl/libcrypto version 1.1 and 3.0 | ptitSeb | 2023-03-27 | 1 | -0/+338 |