Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Add arm_arch.h to build ARM portable | kinichiro | 2019-01-04 | 1 | -0/+1 | |
| | ||||||
* | enable cmake mingw builds in travis | Brent Cook | 2019-01-02 | 3 | -0/+35 | |
| | ||||||
* | add some defines for building Mingw cross-compiled with CMake | Brent Cook | 2019-01-02 | 2 | -6/+6 | |
| | ||||||
* | add stdint.h shim, include limits for SIZE_MAX on Android | Brent Cook | 2019-01-01 | 1 | -0/+19 | |
| | ||||||
* | enable getpagesize for all Windows builds | Brent Cook | 2019-01-01 | 1 | -2/+2 | |
| | ||||||
* | use InterlockedExchangeAdd for add | Brent Cook | 2019-01-01 | 1 | -8/+6 | |
| | ||||||
* | make locks self-initialize, switch to critical sections | Brent Cook | 2019-01-01 | 1 | -12/+13 | |
| | ||||||
* | build crypto_lock_win.c in-place | Brent Cook | 2019-01-01 | 3 | -3/+2 | |
| | ||||||
* | fix gitignore excludes on crypto | Brent Cook | 2019-01-01 | 1 | -1/+2 | |
| | ||||||
* | add Visual Studio 2017 image | Brent Cook | 2018-12-16 | 1 | -10/+24 | |
| |