Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-03 | Changelog revisions for 2.8.0 | Brent Cook | 1 | -5/+8 | |
2018-08-02 | Update changelog for 2.8.0 | Brent Cook | 1 | -0/+54 | |
2018-07-30 | update manpage links | Brent Cook | 1 | -1/+8 | |
2018-07-29 | Suppress "overriding WinCrypt defines" warnings | Nobuyoshi Nakada | 1 | -1/+1 | |
Suppress "overriding WinCrypt defines" from openssl/x509.h by defining `NOCRYPT`. Only this file does not check `__WINCRYPT_H__` macro like other headers, since https://github.com/libressl-portable/portable/commit/5d8a1cf7155130bd8101090d7e1d0c2f90d9b123#diff-74b6370bc092dd2988ab577b2eaa21dcR7 | |||||
2018-07-21 | Fix update.sh using $MV instead of bear mv | kinichiro | 1 | -1/+1 | |
Suggested by tb | |||||
2018-07-21 | Generate regress freenull.c | kinichiro | 1 | -0/+7 | |
2018-07-11 | Add regress bnaddsub | kinichiro | 3 | -0/+11 | |
2018-07-06 | Fix build with cmake -G Xcode | Bi11 | 1 | -0/+1 | |
2018-06-16 | avoid duplicate link with bn_print/BN_print | Brent Cook | 2 | -2/+6 | |
2018-06-16 | filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems | Brent Cook | 2 | -2/+1 | |
2018-06-14 | add private includes for apps and tests | Brent Cook | 4 | -3/+4 | |
2018-06-14 | make headers under include/compat private again | Brent Cook | 3 | -6/+6 | |
2018-06-13 | update changelog | Brent Cook | 1 | -4/+19 | |
2018-05-29 | scope private/public headers when embedding into other projects | Brent Cook | 7 | -45/+29 | |
thanks to Cameron Palmer | |||||
2018-05-28 | update links | Brent Cook | 1 | -4/+109 | |
2018-05-19 | __warn_references: tweak assembly for "gnu.warning" section | Sergei Trofimovich | 2 | -2/+2 | |
On some targets ';' (like hppa) is treated as a comment in assembly files. This occasionally causes the following assembly failures: ``` Error: can't resolve `.gnu.warning.EVP_DecryptFinal' {.gnu.warning.EVP_DecryptFinal section} - `.Ltext0' {.text section} ``` Note how branch (or other reference) attempts to cross the boundary across two section types: '.text' and '.gnu.warning'. Tobias Ulmer notes that openbsd already uses newlines for similar macro: https://github.com/openbsd/src/blob/master/sys/arch/hppa/include/cdefs.h This change switches from ';' to newline as well. Tested on hppa2.0 and x86_64. Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/656104 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||||
2018-05-02 | expand symbol filter to include underscore | Brent Cook | 1 | -3/+3 | |
2018-05-02 | update release notes | Brent Cook | 1 | -0/+13 | |
2018-05-02 | fix extra comma in amd64 normalization | Brent Cook | 1 | -1/+1 | |
2018-04-06 | better separate linux and non-linux checks for clock_gettime | Brent Cook | 1 | -10/+15 | |
2018-03-27 | Build and run regression tests against shared libraries with CMake | kinichiro | 2 | -47/+88 | |
2018-03-25 | update changelog | Brent Cook | 1 | -0/+8 | |
2018-03-23 | refine changelogv2.7.1 | Brent Cook | 1 | -3/+4 | |
2018-03-23 | always allow upstream time.h to be visible | Brent Cook | 1 | -3/+3 | |
2018-03-23 | fix clock_gettime check in cmake | Brent Cook | 1 | -2/+5 | |
2018-03-23 | add proper guard and typedef | Brent Cook | 2 | -2/+8 | |
2018-03-23 | adjust definition of compat clock_gettime | Brent Cook | 2 | -5/+2 | |
2018-03-22 | update changelog | Brent Cook | 1 | -0/+7 | |
2018-03-22 | move clock_gettime check out | Brent Cook | 1 | -1/+4 | |
2018-03-22 | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS | Brent Cook | 1 | -4/+4 | |
2018-03-22 | hide clock_gettime on win32 | Brent Cook | 1 | -0/+2 | |
2018-03-22 | add clock_gettime for macos 10.11 and earlier | Brent Cook | 5 | -4/+47 | |
2018-03-21 | changelog fixes, update windows compatibility | Brent Cook | 2 | -9/+10 | |
2018-03-21 | Cleanup options around tests | Don | 4 | -23/+7 | |
2018-03-21 | Have travis do shared and static builds | Don | 1 | -2/+14 | |
2018-03-21 | Use BUILD_SHARED_LIBS to specify library type | Don | 5 | -140/+94 | |
2018-03-21 | update man linksv2.7.0 | Brent Cook | 1 | -0/+2 | |
2018-03-21 | update changelog | Brent Cook | 1 | -3/+34 | |
2018-03-20 | Temporarily turn off ssltest | Don | 1 | -1/+2 | |
Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI. | |||||
2018-03-20 | Add timeout and output for failure | Don | 1 | -1/+1 | |
2018-03-20 | Fix Windows tests within CMake | Don | 9 | -76/+66 | |
2018-03-20 | Only run tests on static builds | Don | 1 | -1/+8 | |
2018-03-20 | Add ctest config support and enable tests | Don | 1 | -2/+2 | |
2018-03-20 | Fix SHARED_LIBS matrix | Don | 1 | -2/+2 | |
2018-03-19 | Use BUILD_SHARED_LIBS | Don | 1 | -1/+1 | |