Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update manpage links | Brent Cook | 2019-02-09 | 1 | -0/+11 | |
| | ||||||
* | update tests | Brent Cook | 2019-02-09 | 2 | -1/+6 | |
| | ||||||
* | update patch | Brent Cook | 2019-02-09 | 1 | -10/+10 | |
| | ||||||
* | add unimpl fallback for getprogname | Brent Cook | 2019-02-03 | 3 | -1/+13 | |
| | ||||||
* | export getuid for libtls | Brent Cook | 2019-02-01 | 1 | -0/+1 | |
| | ||||||
* | add syslog to compat headers | Brent Cook | 2019-02-01 | 1 | -0/+1 | |
| | ||||||
* | update cmake | Brent Cook | 2019-01-31 | 3 | -1/+27 | |
| | ||||||
* | update autoconf for latest compat functions | Brent Cook | 2019-01-31 | 10 | -19/+107 | |
| | ||||||
* | more masm fixes, but disable for now | Brent Cook | 2019-01-21 | 2 | -3/+6 | |
| | ||||||
* | valid_handshakes_terminate uses private API | Brent Cook | 2019-01-21 | 1 | -3/+6 | |
| | ||||||
* | add tls13_client | Brent Cook | 2019-01-21 | 2 | -0/+2 | |
| | ||||||
* | a couple of fixes to get MSVC Win64 going again | Brent Cook | 2019-01-21 | 2 | -2/+2 | |
| | ||||||
* | use generator to determine if we're building 64-bit code on Windows | Brent Cook | 2019-01-21 | 1 | -1/+1 | |
| | ||||||
* | add new files | Brent Cook | 2019-01-21 | 2 | -0/+4 | |
| | ||||||
* | fixes to build asm on MSVS | Brent Cook | 2019-01-21 | 2 | -2/+3 | |
| | ||||||
* | update .gitignore | Brent Cook | 2019-01-20 | 1 | -0/+5 | |
| | ||||||
* | adjust asm exclusions | Brent Cook | 2019-01-20 | 1 | -4/+13 | |
| | ||||||
* | remove xcode annotations for windows | Brent Cook | 2019-01-20 | 1 | -2/+0 | |
| | ||||||
* | reduce number of Windows configs needed to test | Brent Cook | 2019-01-20 | 1 | -22/+3 | |
| | ||||||
* | disable 2017 builds for now, appveyor is taking too long | Brent Cook | 2019-01-20 | 1 | -9/+1 | |
| | ||||||
* | consider masm/mingw assembly flavors from cmake | Brent Cook | 2019-01-20 | 2 | -1/+96 | |
| | ||||||
* | make keypairtest.sh runnable standalone | Brent Cook | 2019-01-20 | 1 | -0/+5 | |
| | ||||||
* | disable bn acceleration | Brent Cook | 2019-01-20 | 1 | -7/+7 | |
| | ||||||
* | always stop the asm generators from calling the C compiler | Brent Cook | 2019-01-20 | 1 | -10/+2 | |
| | ||||||
* | enable asm for mingw64 | Brent Cook | 2019-01-20 | 3 | -3/+5 | |
| | ||||||
* | add _LP64 checks | Brent Cook | 2019-01-20 | 2 | -0/+22 | |
| | ||||||
* | generate masm and mingw64 assembly | Brent Cook | 2019-01-20 | 4 | -3/+99 | |
| | ||||||
* | recordtest needs private symbols | Brent Cook | 2019-01-20 | 1 | -3/+5 | |
| | ||||||
* | add more tls13 files | Brent Cook | 2019-01-20 | 2 | -0/+4 | |
| | ||||||
* | add new files and tests | Brent Cook | 2019-01-20 | 4 | -0/+22 | |
| | ||||||
* | check for cc before gcc | Brent Cook | 2019-01-20 | 1 | -1/+1 | |
| | ||||||
* | rebase patches | Brent Cook | 2019-01-19 | 3 | -21/+21 | |
| | ||||||
* | fix build | Brent Cook | 2019-01-19 | 2 | -0/+7 | |
| | ||||||
* | add ec to crypto private -I path for ec_lcl.h | Brent Cook | 2019-01-19 | 1 | -0/+1 | |
| | ||||||
* | account for differences in FAIL macros | Brent Cook | 2019-01-18 | 1 | -2/+2 | |
| | ||||||
* | adjust for latest upstream changes | Brent Cook | 2019-01-18 | 3 | -19/+17 | |
| | ||||||
* | check for more pthread functions that might not be in libc | Brent Cook | 2019-01-18 | 1 | -0/+1 | |
| | ||||||
* | add tls13_[tlsext|buffer].* and buffertest | Brent Cook | 2019-01-18 | 4 | -0/+18 | |
| | ||||||
* | Land #488, Android build fixes | Brent Cook | 2019-01-17 | 4 | -3/+11 | |
|\ | ||||||
| * | rename modes_lcl patch so it applies | Brent Cook | 2019-01-07 | 1 | -0/+0 | |
| | | ||||||
| * | define in_port_t for Android | Brent Cook | 2019-01-07 | 1 | -0/+9 | |
| | | ||||||
| * | check if we need to link pthread dynamically | Brent Cook | 2019-01-07 | 2 | -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-CI | Brent Cook | 2019-01-08 | 2 | -0/+146 | |
|\ \ | |/ |/| | ||||||
| * | typo s/NAPI/NAL/ | kinichiro | 2019-01-08 | 1 | -1/+1 | |
| | | ||||||
| * | Add Android build for Travis-CI | kinichiro | 2019-01-05 | 2 | -0/+146 | |
| | | ||||||
* | | Land #496, add configure-time check for timespecsub | Brent Cook | 2019-01-07 | 3 | -2/+12 | |
|\ \ | ||||||
| * | | we don't need to pass this to automake | Brent Cook | 2019-01-06 | 1 | -1/+0 | |
| | | | ||||||
| * | | add configure-time check for timespecsub | Brent Cook | 2019-01-06 | 3 | -2/+13 | |
| |/ | ||||||
* / | Handle malloc returning null | John Norrbin | 2019-01-04 | 1 | -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-CI | kinichiro | 2019-01-04 | 2 | -1/+33 | |
| |