aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update summaryv2.8.0Brent Cook2018-08-051-1/+1
|
* Land #434, Suppress "overriding WinCrypt defines" warningsBrent Cook2018-08-031-1/+1
|\
| * Suppress "overriding WinCrypt defines" warningsNobuyoshi Nakada2018-07-291-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
* | Land #433, Add regress bnaddsubBrent Cook2018-08-033-0/+11
|\ \
| * | Add regress bnaddsubkinichiro2018-07-113-0/+11
| | |
* | | Land #431, Fix build with cmake -G XcodeBrent Cook2018-08-031-0/+1
|\ \ \
| * | | Fix build with cmake -G XcodeBi112018-07-061-0/+1
| |/ /
* | | Changelog revisions for 2.8.0Brent Cook2018-08-031-5/+8
| | |
* | | Update changelog for 2.8.0Brent Cook2018-08-021-0/+54
| | |
* | | update manpage linksBrent Cook2018-07-301-1/+8
| |/ |/|
* | Fix update.sh using $MV instead of bear mvkinichiro2018-07-211-1/+1
| | | | | | | | Suggested by tb
* | Generate regress freenull.ckinichiro2018-07-211-0/+7
|/
* avoid duplicate link with bn_print/BN_printBrent Cook2018-06-162-2/+6
|
* filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystemsBrent Cook2018-06-162-2/+1
|
* add private includes for apps and testsBrent Cook2018-06-144-3/+4
|
* make headers under include/compat private againBrent Cook2018-06-143-6/+6
|
* update changelogBrent Cook2018-06-131-4/+19
|
* scope private/public headers when embedding into other projectsBrent Cook2018-05-297-45/+29
| | | | thanks to Cameron Palmer
* Land #426, don't assume ; works as a newline assembly characterBrent Cook2018-05-282-2/+2
|\
| * __warn_references: tweak assembly for "gnu.warning" sectionSergei Trofimovich2018-05-192-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 linksBrent Cook2018-05-281-4/+109
|/
* expand symbol filter to include underscoreBrent Cook2018-05-021-3/+3
|
* update release notesBrent Cook2018-05-021-0/+13
|
* fix extra comma in amd64 normalizationBrent Cook2018-05-021-1/+1
|
* better separate linux and non-linux checks for clock_gettimeBrent Cook2018-04-061-10/+15
|
* Land #414, Build and run regression tests against shared libraries with CMakeBrent Cook2018-04-012-47/+88
|\
| * Build and run regression tests against shared libraries with CMakekinichiro2018-03-272-47/+88
| |
* | update changelogBrent Cook2018-03-251-0/+8
|/
* Land #406, use BUILD_SHARED_LIBSBrent Cook2018-03-258-161/+111
|\
| * Cleanup options around testsDon2018-03-214-23/+7
| |
| * Have travis do shared and static buildsDon2018-03-211-2/+14
| |
| * Use BUILD_SHARED_LIBS to specify library typeDon2018-03-215-140/+94
| |
* | refine changelogv2.7.1Brent Cook2018-03-231-3/+4
| |
* | Land #412, fix builds for macos 10.11Brent Cook2018-03-236-8/+62
|\ \
| * | always allow upstream time.h to be visibleBrent Cook2018-03-231-3/+3
| | |
| * | fix clock_gettime check in cmakeBrent Cook2018-03-231-2/+5
| | |
| * | add proper guard and typedefBrent Cook2018-03-232-2/+8
| | |
| * | adjust definition of compat clock_gettimeBrent Cook2018-03-232-5/+2
| | |
| * | move clock_gettime check outBrent Cook2018-03-221-1/+4
| | |
| * | AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCSBrent Cook2018-03-221-4/+4
| | |
| * | hide clock_gettime on win32Brent Cook2018-03-221-0/+2
| | |
| * | add clock_gettime for macos 10.11 and earlierBrent Cook2018-03-225-4/+47
| | |
* | | update changelogBrent Cook2018-03-221-0/+7
|/ /
* / changelog fixes, update windows compatibilityBrent Cook2018-03-212-9/+10
|/
* update man linksv2.7.0Brent Cook2018-03-211-0/+2
|
* update changelogBrent Cook2018-03-211-3/+34
|
* Land #409, disable ssltest for now in appveyorBrent Cook2018-03-211-1/+2
|\
| * Temporarily turn off ssltestDon2018-03-201-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 failureDon2018-03-201-1/+1
| |
* | Fix Windows tests within CMakeDon2018-03-209-76/+66
|/