aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update patchBrent Cook2019-02-091-10/+10
* add unimpl fallback for getprognameBrent Cook2019-02-033-1/+13
* export getuid for libtlsBrent Cook2019-02-011-0/+1
* add syslog to compat headersBrent Cook2019-02-011-0/+1
* update cmakeBrent Cook2019-01-313-1/+27
* update autoconf for latest compat functionsBrent Cook2019-01-3110-19/+107
* more masm fixes, but disable for nowBrent Cook2019-01-212-3/+6
* valid_handshakes_terminate uses private APIBrent Cook2019-01-211-3/+6
* add tls13_clientBrent Cook2019-01-212-0/+2
* a couple of fixes to get MSVC Win64 going againBrent Cook2019-01-212-2/+2
* use generator to determine if we're building 64-bit code on WindowsBrent Cook2019-01-211-1/+1
* add new filesBrent Cook2019-01-212-0/+4
* fixes to build asm on MSVSBrent Cook2019-01-212-2/+3
* update .gitignoreBrent Cook2019-01-201-0/+5
* adjust asm exclusionsBrent Cook2019-01-201-4/+13
* remove xcode annotations for windowsBrent Cook2019-01-201-2/+0
* reduce number of Windows configs needed to testBrent Cook2019-01-201-22/+3
* disable 2017 builds for now, appveyor is taking too longBrent Cook2019-01-201-9/+1
* consider masm/mingw assembly flavors from cmakeBrent Cook2019-01-202-1/+96
* make keypairtest.sh runnable standaloneBrent Cook2019-01-201-0/+5
* disable bn accelerationBrent Cook2019-01-201-7/+7
* always stop the asm generators from calling the C compilerBrent Cook2019-01-201-10/+2
* enable asm for mingw64Brent Cook2019-01-203-3/+5
* add _LP64 checksBrent Cook2019-01-202-0/+22
* generate masm and mingw64 assemblyBrent Cook2019-01-204-3/+99
* recordtest needs private symbolsBrent Cook2019-01-201-3/+5
* add more tls13 filesBrent Cook2019-01-202-0/+4
* add new files and testsBrent Cook2019-01-204-0/+22
* check for cc before gccBrent Cook2019-01-201-1/+1
* rebase patchesBrent Cook2019-01-193-21/+21
* fix buildBrent Cook2019-01-192-0/+7
* add ec to crypto private -I path for ec_lcl.hBrent Cook2019-01-191-0/+1
* account for differences in FAIL macrosBrent Cook2019-01-181-2/+2
* adjust for latest upstream changesBrent Cook2019-01-183-19/+17
* check for more pthread functions that might not be in libcBrent Cook2019-01-181-0/+1
* add tls13_[tlsext|buffer].* and buffertestBrent Cook2019-01-184-0/+18
* Land #488, Android build fixesBrent Cook2019-01-174-3/+11
|\
| * rename modes_lcl patch so it appliesBrent Cook2019-01-071-0/+0
| * define in_port_t for AndroidBrent Cook2019-01-071-0/+9
| * check if we need to link pthread dynamicallyBrent Cook2019-01-072-3/+2
* | Land #493, Add Android build for Travis-CIBrent Cook2019-01-082-0/+146
|\ \ | |/ |/|
| * typo s/NAPI/NAL/kinichiro2019-01-081-1/+1
| * Add Android build for Travis-CIkinichiro2019-01-052-0/+146
* | Land #496, add configure-time check for timespecsubBrent Cook2019-01-073-2/+12
|\ \
| * | we don't need to pass this to automakeBrent Cook2019-01-061-1/+0
| * | add configure-time check for timespecsubBrent Cook2019-01-063-2/+13
| |/
* / Handle malloc returning nullJohn Norrbin2019-01-041-2/+4
|/
* Add ARM build for Travis-CIkinichiro2019-01-042-1/+33
* Add arm_arch.h to build ARM portablekinichiro2019-01-041-0/+1
* enable cmake mingw builds in travisBrent Cook2019-01-023-0/+35