summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-07-30Some cleanups and clarification, especially regarding locking (observed by rob)Theo de Raadt
2018-07-30tweak previous;Jason McIntyre
2018-07-30document the current limitation (we don't yet find an above coveringBob Beck
2018-07-29Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe.Theo Buehler
2018-07-28re-ordering for sensibility, by semarie; ok jmcTheo de Raadt
2018-07-28Move libsndio session cookie in its own $HOME/.sndio/ directory toAlexandre Ratchov
2018-07-28Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoidAlexandre Ratchov
2018-07-27Full stop.rob
2018-07-26Mention some missing libevent macros.rob
2018-07-24add c++ symbol annotationsBrent Cook
2018-07-24Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself,Mark Kettenis
2018-07-24Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES toTheo Buehler
2018-07-23Document tls_peer_ocsp_result() and use it in place of the non-existentTheo Buehler
2018-07-23Use BN_swap_ct() instead of BN_consttime_swap() inTheo Buehler
2018-07-23Use a size_t instead of an int for the byte count in BN_swap_ct().Theo Buehler
2018-07-23Clean up our disgusting implementations of BN_{,u}{add,sub}(), followingTheo Buehler
2018-07-23Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017.Theo Buehler
2018-07-21comment out a dead Xr;Jason McIntyre
2018-07-18Remove the unused leftovers of the 4.4BSD libm, which was only usedChristian Weisgerber
2018-07-18tidy up the flags section a little: supply a little more indent, and reduceJason McIntyre
2018-07-16Document behavior change of EC_POINTs_mul() again.Theo Buehler
2018-07-16Recommit Billy Brumley's ECC constant time patch with a fix for sparc64Theo Buehler
2018-07-16Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2).helg
2018-07-16fix thinkoMarc Espie
2018-07-15recommit label indentation part of the backout; clearly unrelated to theTheo Buehler
2018-07-15back out ecc constant time changesJonathan Gray
2018-07-13Correct some typos and also ran it through mandoc -TlintRicardo Mestre
2018-07-13Crank minor for unveilBob Beck
2018-07-13Unveiling unveil(2).Bob Beck
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