| Commit message (Expand) | Author | Files | Lines |
2018-11-11 | add arm asm support via autoconf/make | Brent Cook | 2 | -2/+7 |
2018-11-11 | initial 32-bit arm assembly optimization support | Brent Cook | 3 | -1/+41 |
2018-11-09 | enable optimizations for all cmake builds | Brent Cook | 1 | -3/+5 |
2018-11-09 | latest updates | Brent Cook | 2 | -2/+7 |
2018-11-08 | add key_schedule test, tls13 key schedule bits | Brent Cook | 5 | -0/+13 |
2018-11-08 | bn_rand_interval requires a static library symbol | Brent Cook | 1 | -3/+5 |
2018-11-07 | add x509name test | Brent Cook | 3 | -0/+12 |
2018-11-07 | add bn_rand_interval test | Brent Cook | 2 | -0/+10 |
2018-11-07 | Rediffed patches for merge fuzz | Brent Cook | 6 | -40/+39 |
2018-11-07 | Misc fixes to bring portable in line with upstream. | bobsayshilol | 12 | -73/+29 |
2018-10-17 | s/renegotion/renegotiation/ | Brent Cook | 1 | -1/+1 |
2018-10-16 | fixes | Brent Cook | 1 | -8/+9 |
2018-10-16 | Add 2.8.2 stable changelog | Brent Cook | 1 | -0/+7 |
2018-10-16 | Handle running from a directory with a space in the name. | Brent Cook | 1 | -3/+3 |
2018-10-05 | Fix cmake to generate proper Libs.private in .pc files | kinichiro | 4 | -9/+10 |
2018-10-03 | Fix cmake linking libraries | kinichiro | 4 | -22/+10 |
2018-09-26 | update links | Brent Cook | 1 | -112/+8 |
2018-09-23 | move LibreSSL-native API addition to separate entryv2.8.1 | Brent Cook | 1 | -2/+4 |
2018-09-23 | update tap driver | Brent Cook | 1 | -4/+4 |
2018-09-23 | implement app_timer_real | Brent Cook | 1 | -0/+14 |
2018-09-23 | update Changelog | Brent Cook | 1 | -0/+59 |
2018-08-22 | Disable unveil | kinichiro | 1 | -0/+1 |
2018-08-05 | update summaryv2.8.0 | Brent Cook | 1 | -1/+1 |
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 |
2018-07-21 | Fix update.sh using $MV instead of bear mv | kinichiro | 1 | -1/+1 |
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 |
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 |
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 |