Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 755afbe5 | 2021-12-13 20:25:46 | Ignore ar command error 'ar d' command gets error on macos if specified object not exist. | ||
| 858628bc | 2021-12-12 14:37:35 | Remove bytestring objects from static libssl with autotools | ||
| 244fd560 | 2021-12-11 21:03:06 | Add crypto/bytestring with cmake | ||
| b10ff615 | 2021-12-11 21:00:55 | Add crypto/bytestring with autotools | ||
| a3a03842 | 2021-12-09 19:59:29 | Consolidate d2i_pr.c/i2d_pr.c into a_pkey.c and consolidate d2i_pu.c/i2d_pu.c into a_pubkey.c | ||
| b5180391 | 2021-12-04 20:55:26 | Add regress ssl_methods | ||
| 7fe1bf86 | 2021-12-04 20:58:44 | Fix _PATH_SSL_CA_FILE for ocsp_test | ||
| 87c45af9 | 2021-12-04 20:56:08 | Sort regress key_schedule | ||
| 88c93260 | 2021-12-04 04:05:04 | Land #700, Set IA-64 flags only on HP-UX IA-64 | ||
| c211d97e | 2021-12-04 10:49:59 | Remove unneeded target_include_directories with cmake 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. |