summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-26tls: add a patch with optimization which _should_ give better codeDenys Vlasenko
2021-04-26tls: get rid of constant-time add/sub operationsDenys Vlasenko
2021-04-26tls: fix whitespace in P256 codeDenys Vlasenko
2021-04-26tls: shrink sp_256_mont_inv_10Denys Vlasenko
2021-04-26tls: stop passing temporary buffer address in P256 codeDenys Vlasenko
2021-04-26tls: shrink sp_256_proj_point_dbl_10Denys Vlasenko
2021-04-26tls: in P256 replace constant-time compares with usual onesDenys Vlasenko
2021-04-26tls: simplify sp_256_proj_point_dbl_10Denys Vlasenko
2021-04-26tls: simplify array manipulations in sp_256_ecc_mulmod_10Denys Vlasenko
2021-04-26tls: get rid of address obfuscation trick in P256Denys Vlasenko
2021-04-26tls: simplify sp_256_ecc_gen_k_10, cosmetic changesDenys Vlasenko
2021-04-26tls: make x25519 key generation code more similar to P256Denys Vlasenko
2021-04-26tls: implement secp256r1 elliptic curve (aka P256)Denys Vlasenko
2021-04-24inetd: deinline machtime() - gcc gets it wrongDenys Vlasenko
2021-04-24tls: "server did not provide EC key" is fatalDenys Vlasenko
2021-04-24libbb.h: inline byteswapsDenys Vlasenko
2021-04-22tls: make constant basepoint9[32] array 8-byte alignedDenys Vlasenko
2021-04-22gcc-version.sh: fix for "invalid number" message during Android NDK buildsChris Renshaw
2021-04-20tls: further reduce register pressure in i386 assemblyDenys Vlasenko
2021-04-20tls: reduce register pressure in i386 assembly (helps Android to compile)Denys Vlasenko
2021-04-20vi: make de-indentation with ctrl-D more like vimRon Yorston
2021-04-20vi: add expandtab optionRon Yorston
2021-04-18gcc-version.sh: Cygwin fixDenys Vlasenko
2021-04-15vi: move undo_queue_state in globals to other byte-sized membersDenys Vlasenko
2021-04-15vi: allow line addresses to have an offsetRon Yorston
2021-04-15vi: allow backward search to specify line addressRon Yorston
2021-04-15vi: detect and warn about invalid line addressesRon Yorston
2021-04-15vi: code shrink colon line addressesRon Yorston
2021-04-15vi: make context marks more like viRon Yorston
2021-04-15vi: correct autoindent for 'O' commandRon Yorston
2021-04-15vi: allow ctrl-D to reduce indentationRon Yorston
2021-04-15vi: don't move cursor when yanking whole linesRon Yorston
2021-04-15vi: reset command count when specifying '0' rangeRon Yorston
2021-04-15vi: code shrink motion by paragraphRon Yorston
2021-04-15vi: position cursor on last column of tabRon Yorston
2021-04-15vi: correctly record deleted charactersRon Yorston
2021-04-14platform.h: fix for Bionic >= 21 not having wait3()Denys Vlasenko
2021-04-14unzip: add -tDenys Vlasenko
2021-04-14unzip: fix for .zip archives with >4GB fileDenys Vlasenko
2021-04-14fix "warning array subscript has type 'char'"Denys Vlasenko
2021-04-14Makefile.flags: add a test for -lrt availabilityDenys Vlasenko
2021-04-14echo: fix !ENABLE_FEATURE_FANCY_ECHO buildDenys Vlasenko
2021-04-14fix gcc-11.0 warningsDenys Vlasenko
2021-04-14*: --help text tweaksDenys Vlasenko
2021-04-14touch: shorten --help textDenys Vlasenko
2021-04-14touch: code shrinkDenys Vlasenko
2021-04-14touch: fix -amDenys Vlasenko
2021-04-13dd: support iflag=count_bytesRafał Miłecki
2021-04-13vi: allow writing to another file if this one is readonlyAlison Winters
2021-04-13build system: avoid build failure during bisectionRon Yorston