| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | add bn_rand_interval test | Brent Cook | 2018-11-07 | 2 | -0/+10 |
* | | Rediffed patches for merge fuzz | Brent Cook | 2018-11-07 | 6 | -40/+39 |
* | | Misc fixes to bring portable in line with upstream. | bobsayshilol | 2018-11-07 | 12 | -73/+29 |
* | | s/renegotion/renegotiation/ | Brent Cook | 2018-10-17 | 1 | -1/+1 |
* | | fixes | Brent Cook | 2018-10-16 | 1 | -8/+9 |
* | | Add 2.8.2 stable changelog | Brent Cook | 2018-10-16 | 1 | -0/+7 |
* | | Handle running from a directory with a space in the name. | Brent Cook | 2018-10-16 | 1 | -3/+3 |
* | | Fix cmake to generate proper Libs.private in .pc files | kinichiro | 2018-10-05 | 4 | -9/+10 |
* | | Fix cmake linking libraries | kinichiro | 2018-10-03 | 4 | -22/+10 |
* | | update links | Brent Cook | 2018-09-26 | 1 | -112/+8 |
* | | move LibreSSL-native API addition to separate entryv2.8.1 | Brent Cook | 2018-09-23 | 1 | -2/+4 |
* | | update tap driver | Brent Cook | 2018-09-23 | 1 | -4/+4 |
* | | implement app_timer_real | Brent Cook | 2018-09-23 | 1 | -0/+14 |
* | | update Changelog | Brent Cook | 2018-09-23 | 1 | -0/+59 |
* | | Disable unveil | kinichiro | 2018-08-22 | 1 | -0/+1 |
|/ |
|
* | update summaryv2.8.0 | Brent Cook | 2018-08-05 | 1 | -1/+1 |
* | Land #434, Suppress "overriding WinCrypt defines" warnings | Brent Cook | 2018-08-03 | 1 | -1/+1 |
|\ |
|
| * | Suppress "overriding WinCrypt defines" warnings | Nobuyoshi Nakada | 2018-07-29 | 1 | -1/+1 |
* | | Land #433, Add regress bnaddsub | Brent Cook | 2018-08-03 | 3 | -0/+11 |
|\ \ |
|
| * | | Add regress bnaddsub | kinichiro | 2018-07-11 | 3 | -0/+11 |
* | | | Land #431, Fix build with cmake -G Xcode | Brent Cook | 2018-08-03 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Fix build with cmake -G Xcode | Bi11 | 2018-07-06 | 1 | -0/+1 |
| |/ / |
|
* | | | Changelog revisions for 2.8.0 | Brent Cook | 2018-08-03 | 1 | -5/+8 |
* | | | 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 |
* | | 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 |
* | 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 |
* | | 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 |