summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-06-14Call DSA_SIG_new() instead of hand rolling the same.Joel Sing
2018-06-14DSA_SIG_new() amounts to a single calloc() call.Joel Sing
2018-06-13style(9), comments and whitespace.Joel Sing
2018-06-13Avoid a timing side-channel leak when generating DSA and ECDSA signatures.Joel Sing
2018-06-12zap stray tabStuart Henderson
2018-06-12Reject excessively large primes in DH key generation. Problem reportedStuart Henderson
2018-06-10fix odd whitespaceTheo Buehler
2018-06-10Remove a handrolled GOST_le2bn().Joel Sing
2018-06-10Now that all of the server-side client key exchange processing functionsJoel Sing
2018-06-08Minor cleanup in ifuse_ops_setattr.helg
2018-06-08New semaphore implementation making sem_post async-safe.Paul Irofti
2018-06-07Prevent ggc3 error: redefinition of `fuse_dirh_t'helg
2018-06-05Add missing csi_dh_params_dup() calls.Joel Sing
2018-06-04Use process-private futexes. This avoids the overhead of calling into uvmMark Kettenis