Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Update changelog for 2.8.0 | Brent Cook | 2018-08-02 | 1 | -0/+54 | |
| | | | ||||||
* | | | update manpage links | Brent Cook | 2018-07-30 | 1 | -1/+8 | |
| |/ |/| | ||||||
* | | Fix update.sh using $MV instead of bear mv | kinichiro | 2018-07-21 | 1 | -1/+1 | |
| | | | | | | | | Suggested by tb | |||||
* | | Generate regress freenull.c | kinichiro | 2018-07-21 | 1 | -0/+7 | |
|/ | ||||||
* | avoid duplicate link with bn_print/BN_print | Brent Cook | 2018-06-16 | 2 | -2/+6 | |
| | ||||||
* | filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems | Brent Cook | 2018-06-16 | 2 | -2/+1 | |
| | ||||||
* | add private includes for apps and tests | Brent Cook | 2018-06-14 | 4 | -3/+4 | |
| | ||||||
* | make headers under include/compat private again | Brent Cook | 2018-06-14 | 3 | -6/+6 | |
| | ||||||
* | update changelog | Brent Cook | 2018-06-13 | 1 | -4/+19 | |
| | ||||||
* | scope private/public headers when embedding into other projects | Brent Cook | 2018-05-29 | 7 | -45/+29 | |
| | | | | thanks to Cameron Palmer | |||||
* | Land #426, don't assume ; works as a newline assembly character | Brent Cook | 2018-05-28 | 2 | -2/+2 | |
|\ | ||||||
| * | __warn_references: tweak assembly for "gnu.warning" section | Sergei Trofimovich | 2018-05-19 | 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> | |||||
* | | update links | Brent Cook | 2018-05-28 | 1 | -4/+109 | |
|/ | ||||||
* | expand symbol filter to include underscore | Brent Cook | 2018-05-02 | 1 | -3/+3 | |
| | ||||||
* | update release notes | Brent Cook | 2018-05-02 | 1 | -0/+13 | |
| | ||||||
* | fix extra comma in amd64 normalization | Brent Cook | 2018-05-02 | 1 | -1/+1 | |
| | ||||||
* | better separate linux and non-linux checks for clock_gettime | Brent Cook | 2018-04-06 | 1 | -10/+15 | |
| | ||||||
* | Land #414, Build and run regression tests against shared libraries with CMake | Brent Cook | 2018-04-01 | 2 | -47/+88 | |
|\ | ||||||
| * | Build and run regression tests against shared libraries with CMake | kinichiro | 2018-03-27 | 2 | -47/+88 | |
| | | ||||||
* | | update changelog | Brent Cook | 2018-03-25 | 1 | -0/+8 | |
|/ | ||||||
* | Land #406, use BUILD_SHARED_LIBS | Brent Cook | 2018-03-25 | 8 | -161/+111 | |
|\ | ||||||
| * | Cleanup options around tests | Don | 2018-03-21 | 4 | -23/+7 | |
| | | ||||||
| * | Have travis do shared and static builds | Don | 2018-03-21 | 1 | -2/+14 | |
| | | ||||||
| * | Use BUILD_SHARED_LIBS to specify library type | Don | 2018-03-21 | 5 | -140/+94 | |
| | | ||||||
* | | refine changelogv2.7.1 | Brent Cook | 2018-03-23 | 1 | -3/+4 | |
| | | ||||||
* | | Land #412, fix builds for macos 10.11 | Brent Cook | 2018-03-23 | 6 | -8/+62 | |
|\ \ | ||||||
| * | | always allow upstream time.h to be visible | Brent Cook | 2018-03-23 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix clock_gettime check in cmake | Brent Cook | 2018-03-23 | 1 | -2/+5 | |
| | | | ||||||
| * | | add proper guard and typedef | Brent Cook | 2018-03-23 | 2 | -2/+8 | |
| | | | ||||||
| * | | adjust definition of compat clock_gettime | Brent Cook | 2018-03-23 | 2 | -5/+2 | |
| | | | ||||||
| * | | move clock_gettime check out | Brent Cook | 2018-03-22 | 1 | -1/+4 | |
| | | | ||||||
| * | | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCS | Brent Cook | 2018-03-22 | 1 | -4/+4 | |
| | | | ||||||
| * | | hide clock_gettime on win32 | Brent Cook | 2018-03-22 | 1 | -0/+2 | |
| | | | ||||||
| * | | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 5 | -4/+47 | |
| | | | ||||||
* | | | update changelog | Brent Cook | 2018-03-22 | 1 | -0/+7 | |
|/ / | ||||||
* / | changelog fixes, update windows compatibility | Brent Cook | 2018-03-21 | 2 | -9/+10 | |
|/ | ||||||
* | update man linksv2.7.0 | Brent Cook | 2018-03-21 | 1 | -0/+2 | |
| | ||||||
* | update changelog | Brent Cook | 2018-03-21 | 1 | -3/+34 | |
| | ||||||
* | Land #409, disable ssltest for now in appveyor | Brent Cook | 2018-03-21 | 1 | -1/+2 | |
|\ | ||||||
| * | Temporarily turn off ssltest | Don | 2018-03-20 | 1 | -1/+2 | |
| | | | | | | Currently ssltest does not run on AppVeyor. Turn this test off until it can be run in CI. | |||||
| * | Add timeout and output for failure | Don | 2018-03-20 | 1 | -1/+1 | |
| | | ||||||
* | | Fix Windows tests within CMake | Don | 2018-03-20 | 9 | -76/+66 | |
|/ | ||||||
* | Only run tests on static builds | Don | 2018-03-20 | 1 | -1/+8 | |
| | ||||||
* | Add ctest config support and enable tests | Don | 2018-03-20 | 1 | -2/+2 | |
| | ||||||
* | Fix SHARED_LIBS matrix | Don | 2018-03-20 | 1 | -2/+2 | |
| | ||||||
* | Use BUILD_SHARED_LIBS | Don | 2018-03-19 | 1 | -1/+1 | |
| | ||||||
* | Add appveyor support for Window CI/CD | Don | 2018-03-19 | 1 | -0/+51 | |
| | ||||||
* | update manpage links | Brent Cook | 2018-03-18 | 1 | -9/+238 | |
| | ||||||
* | add new init functions | Brent Cook | 2018-03-18 | 4 | -0/+8 | |
| | ||||||
* | add pthread_self/pthread_equal for win32 | Brent Cook | 2018-03-18 | 1 | -3/+23 | |
| |