aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* update manpage linksBrent Cook2019-02-091-0/+11
|
* update testsBrent Cook2019-02-092-1/+6
|
* 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
| | | | | | | | | | On Linux, bionic and musl for instance do not need libpthread. With bionic, there is not even a stub library for compatibility.
* | 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
|/ | | Locks are required for multi-threading. If memory can't be allocated, exit the program with memory error. If we let the program continue, it will deadlock in the next part of the code anyway so better end it before.
* Add ARM build for Travis-CIkinichiro2019-01-042-1/+33
|