summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2018-06-03Allocate a dedicated buffer for use when deriving a shared key duringJoel Sing
2018-06-03Check the return value from DH_size() in ssl3_send_client_kex_dhe().Joel Sing
2018-06-03Sync manual with the const changes introduced in pcap.h rev 1.20.Theo Buehler
2018-06-03Change some libpcap functions which use pointers as arguments andStuart Henderson
2018-06-03for the witness(4) text, we already Xr the page in the first sentence, so addingJason McIntyre
2018-06-02Validate DH public values and allow for smaller keys to be generated whenJoel Sing
2018-06-02Initial version of Crypto Simplified Interface (CSI).Joel Sing