aboutsummaryrefslogtreecommitdiff
path: root/tls (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-15Fix CMake not finding getpagesize for Android 19tux31-2/+3
2018-11-16hide clock_gettime definition on WIN32Brent Cook1-0/+2
2018-10-17s/renegotion/renegotiation/v2.8.2Brent Cook1-1/+1
2018-10-16fixesBrent Cook1-8/+9
2018-10-16make LibreSSL 2.8 / OpenBSD 6.4 branchBrent Cook1-1/+1
2018-10-16Add 2.8.2 stable changelogBrent Cook1-0/+7
2018-10-16Handle running from a directory with a space in the name.Brent Cook1-3/+3
2018-10-05Fix cmake to generate proper Libs.private in .pc fileskinichiro4-9/+10
2018-10-03Fix cmake linking librarieskinichiro4-22/+10
2018-09-26update linksBrent Cook1-112/+8
2018-09-23move LibreSSL-native API addition to separate entryv2.8.1Brent Cook1-2/+4
2018-09-23update tap driverBrent Cook1-4/+4
2018-09-23implement app_timer_realBrent Cook1-0/+14
2018-09-23update ChangelogBrent Cook1-0/+59
2018-08-22Disable unveilkinichiro1-0/+1
2018-08-05update summaryv2.8.0Brent Cook1-1/+1
2018-08-03Changelog revisions for 2.8.0Brent Cook1-5/+8
2018-08-02Update changelog for 2.8.0Brent Cook1-0/+54
2018-07-30update manpage linksBrent Cook1-1/+8
2018-07-29Suppress "overriding WinCrypt defines" warningsNobuyoshi Nakada1-1/+1
2018-07-21Fix update.sh using $MV instead of bear mvkinichiro1-1/+1
2018-07-21Generate regress freenull.ckinichiro1-0/+7
2018-07-11Add regress bnaddsubkinichiro3-0/+11
2018-07-06Fix build with cmake -G XcodeBi111-0/+1
2018-06-16avoid duplicate link with bn_print/BN_printBrent Cook2-2/+6
2018-06-16filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystemsBrent Cook2-2/+1
2018-06-14add private includes for apps and testsBrent Cook4-3/+4
2018-06-14make headers under include/compat private againBrent Cook3-6/+6
2018-06-13update changelogBrent Cook1-4/+19
2018-05-29scope private/public headers when embedding into other projectsBrent Cook7-45/+29
2018-05-28update linksBrent Cook1-4/+109
2018-05-19__warn_references: tweak assembly for "gnu.warning" sectionSergei Trofimovich2-2/+2
2018-05-02expand symbol filter to include underscoreBrent Cook1-3/+3
2018-05-02update release notesBrent Cook1-0/+13
2018-05-02fix extra comma in amd64 normalizationBrent Cook1-1/+1
2018-04-06better separate linux and non-linux checks for clock_gettimeBrent Cook1-10/+15
2018-03-27Build and run regression tests against shared libraries with CMakekinichiro2-47/+88
2018-03-25update changelogBrent Cook1-0/+8
2018-03-23refine changelogv2.7.1Brent Cook1-3/+4
2018-03-23always allow upstream time.h to be visibleBrent Cook1-3/+3
2018-03-23fix clock_gettime check in cmakeBrent Cook1-2/+5
2018-03-23add proper guard and typedefBrent Cook2-2/+8
2018-03-23adjust definition of compat clock_gettimeBrent Cook2-5/+2
2018-03-22update changelogBrent Cook1-0/+7
2018-03-22move clock_gettime check outBrent Cook1-1/+4
2018-03-22AC_CHECK_FUNC does not set the define, prefer AC_CHECK_FUNCSBrent Cook1-4/+4
2018-03-22hide clock_gettime on win32Brent Cook1-0/+2
2018-03-22add clock_gettime for macos 10.11 and earlierBrent Cook5-4/+47
2018-03-21changelog fixes, update windows compatibilityBrent Cook2-9/+10
2018-03-21Cleanup options around testsDon4-23/+7