aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add arm_arch.h to build ARM portablekinichiro2019-01-041-0/+1
|
* enable cmake mingw builds in travisBrent Cook2019-01-023-0/+35
|
* add some defines for building Mingw cross-compiled with CMakeBrent Cook2019-01-022-6/+6
|
* add stdint.h shim, include limits for SIZE_MAX on AndroidBrent Cook2019-01-011-0/+19
|
* enable getpagesize for all Windows buildsBrent Cook2019-01-011-2/+2
|
* use InterlockedExchangeAdd for addBrent Cook2019-01-011-8/+6
|
* make locks self-initialize, switch to critical sectionsBrent Cook2019-01-011-12/+13
|
* build crypto_lock_win.c in-placeBrent Cook2019-01-013-3/+2
|
* fix gitignore excludes on cryptoBrent Cook2019-01-011-1/+2
|
* add Visual Studio 2017 imageBrent Cook2018-12-161-10/+24
|
* add Visual Studio 15 2017 test targetBrent Cook2018-12-161-1/+7
|
* add portable changesv2.9.0Brent Cook2018-12-151-2/+9
|
* Land #475, Fix CMake not finding getpagesize for Android 19Brent Cook2018-12-151-2/+3
|\
| * Fix CMake not finding getpagesize for Android 19tux32018-12-141-2/+3
| |
* | update changelogBrent Cook2018-12-141-10/+8
| |
* | update linksBrent Cook2018-12-141-0/+1
|/
* Land #473, format commandsBrent Cook2018-12-141-4/+4
|\
| * Small contribution to README readabilitynitro2018-08-191-4/+4
| |
* | hide clock_gettime definition on WIN32Brent Cook2018-11-161-0/+2
| |
* | rebase netcat.c.patchBrent Cook2018-11-161-24/+24
| |
* | typoBrent Cook2018-11-131-3/+3
| |
* | don't enable global debugBrent Cook2018-11-131-1/+1
| |
* | 2.9.0 ChangelogBrent Cook2018-11-111-0/+43
| |
* | build lock functions with CMakeBrent Cook2018-11-111-0/+2
| |
* | change windows compatibility stubs for pthread_t to be more like other OSesBrent Cook2018-11-111-8/+3
| |
* | include headerBrent Cook2018-11-111-0/+2
| |
* | Land #439, Add portable scaffold for SM3Brent Cook2018-11-115-1/+18
|\ \
| * | Add portable scaffold for SM3Jack Lloyd2018-08-145-1/+18
| |/
* | added crypto_lock portable bitsBrent Cook2018-11-113-0/+6
| |
* | add simple Windows lock implementationBrent Cook2018-11-111-0/+53
| |
* | add Makefile.am.elf-armBrent Cook2018-11-111-0/+30
| |
* | add arm asm support via autoconf/makeBrent Cook2018-11-112-2/+7
| |
* | initial 32-bit arm assembly optimization supportBrent Cook2018-11-113-1/+41
| |
* | enable optimizations for all cmake buildsBrent Cook2018-11-091-3/+5
| |
* | latest updatesBrent Cook2018-11-092-2/+7
| |
* | add key_schedule test, tls13 key schedule bitsBrent Cook2018-11-085-0/+13
| |
* | bn_rand_interval requires a static library symbolBrent Cook2018-11-081-3/+5
| |