summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-13Eliminate the weird condition in the BN_swap_ct() API that at most one bitTheo Buehler
2018-07-12Add hw.ncpuonline to count the number of online CPUs.cheloha
2018-07-11Sync commentkn
2018-07-11Drop a const-bomb on regexec. It's probably not a good idea to remove aMartijn van Duren
2018-07-11Document behavior change of EC_POINTs_mul(3) from EC constant time changes.Theo Buehler
2018-07-11Turn yesterday's optimistic ! in an XXX comment into a more cautious ?Theo Buehler
2018-07-10Indent labels by a space so they don't obliterate function names in diffs.Theo Buehler
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2018-07-10Provide BN_swap_ct(), a constant time function that conditionally swapsTheo Buehler
2018-07-10Factor out a bit of ugly code that truncates the digest to the order_bitsTheo Buehler
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardTheo de Raadt
2018-07-09Move a detail on tls_connect(3) to its documentation and be a bit moreTheo Buehler
2018-07-09wording tweak for tls_init() from jsingTheo Buehler
2018-07-09Delete the VM86 kernel option and i386_vm86(3) API: it's requiredPhilip Guenther
2018-07-09sync with const changes in x509.h r1.68.Theo Buehler
2018-07-09sync with const changes in evp.h r1.64.Theo Buehler
2018-07-09sync with const changes in bio.h r1.44.Theo Buehler
2018-07-09sync with const changes in bio.h r1.45.Theo Buehler
2018-07-09Fix hid_usage_in_page(hid_parse_usage_in_page()) for the Buttons page.Martin Pieuchot
2018-07-08import the relevant parts of a new ASN1_INTEGER_get(3) manual pageIngo Schwarze
2018-07-08Simplify and shorten the description of tls_init(3),Ingo Schwarze
2018-07-08Add missing retguard checkmortimer
2018-07-08mop up;Jason McIntyre
2018-07-08Add man page for fuse_destroy(3).helg
2018-07-08Create separate man pages for each library function.helg
2018-07-06Return EINVAL if pthread_barrier_init is called with count=0.Paul Irofti
2018-07-05tweak previous;Jason McIntyre
2018-07-05fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) shouldhelg
2018-07-05Create new man page for fuse_set_signal_handlers(3) andhelg
2018-07-03Remove residual debug statements.helg
2018-07-03Add retguard macros for libc.mortimer
2018-07-03Add retguard macros to libm assembly.mortimer
2018-06-28Do not cast (signed char) CANCELLED_BOOLEAN to (char) for comparisonTheo de Raadt
2018-06-25During open(2), release the fdp lock before calling vn_open(9).Visa Hankala
2018-06-22Save and restore the relevant FPU state on armv7.Mark Kettenis
2018-06-21sort SEE ALSO;Jason McIntyre
2018-06-21s/simultanious/simultaneous/Jason McIntyre
2018-06-21Document hw.smt.Mark Kettenis
2018-06-19use a full stop, as per the other items; from nan xiaoJason McIntyre
2018-06-19Changes the default mount behaviour so only the user that mounts thehelg
2018-06-19Send the calling thread id, effective uid and gid, and umask to thehelg
2018-06-16Add add PIE support for m88k (requires gcc4 toolchain)Philip Guenther
2018-06-16Tiny tweak to the blinding comment.Theo Buehler
2018-06-15Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() withTheo Buehler
2018-06-15Clean up some whitespace and polish a few comments. Reduces noise inTheo Buehler
2018-06-14Use a blinding value when generating an ECDSA signature, in order toTheo Buehler
2018-06-14Use a blinding value when generating a DSA signature, in order to reduceJoel Sing
2018-06-14Clarify the digest truncation comment in DSA signature generation.Joel Sing
2018-06-14Pull up the code that converts the digest to a BIGNUM - this only needsJoel Sing
2018-06-14Fix a potential leak/incorrect return value in DSA signature generation.Joel Sing