Age | Commit message (Expand) | Author |
2018-07-30 | Some cleanups and clarification, especially regarding locking (observed by rob) | Theo de Raadt |
2018-07-30 | tweak previous; | Jason McIntyre |
2018-07-30 | document the current limitation (we don't yet find an above covering | Bob Beck |
2018-07-29 | Document that X509_{NAME,REQ,REQ_INFO}_free() are all NULL safe. | Theo Buehler |
2018-07-28 | re-ordering for sensibility, by semarie; ok jmc | Theo de Raadt |
2018-07-28 | Move libsndio session cookie in its own $HOME/.sndio/ directory to | Alexandre Ratchov |
2018-07-28 | Rename the sndiod unix domain socket to /tmp/sndio/sockN to avoid | Alexandre Ratchov |
2018-07-27 | Full stop. | rob |
2018-07-26 | Mention some missing libevent macros. | rob |
2018-07-24 | add c++ symbol annotations | Brent Cook |
2018-07-24 | Fix address calculation for _DYNAMIC. We want to address of _DYNAMIC itself, | Mark Kettenis |
2018-07-24 | Use the same order in NAME, SYNOPSIS, DESCRIPTION, and RETURN VALUES to | Theo Buehler |
2018-07-23 | Document tls_peer_ocsp_result() and use it in place of the non-existent | Theo Buehler |
2018-07-23 | Use BN_swap_ct() instead of BN_consttime_swap() in | Theo Buehler |
2018-07-23 | Use a size_t instead of an int for the byte count in BN_swap_ct(). | Theo Buehler |
2018-07-23 | Clean up our disgusting implementations of BN_{,u}{add,sub}(), following | Theo Buehler |
2018-07-23 | Implement RSASSA-PKCS1-v1_5 as specified in RFC 8017. | Theo Buehler |
2018-07-21 | comment out a dead Xr; | Jason McIntyre |
2018-07-18 | Remove the unused leftovers of the 4.4BSD libm, which was only used | Christian Weisgerber |
2018-07-18 | tidy up the flags section a little: supply a little more indent, and reduce | Jason McIntyre |
2018-07-16 | Document behavior change of EC_POINTs_mul() again. | Theo Buehler |
2018-07-16 | Recommit Billy Brumley's ECC constant time patch with a fix for sparc64 | Theo Buehler |
2018-07-16 | Implement FBT_FSYNC, which is called on fsync(2) and fdatasync(2). | helg |
2018-07-16 | fix thinko | Marc Espie |
2018-07-15 | recommit label indentation part of the backout; clearly unrelated to the | Theo Buehler |
2018-07-15 | back out ecc constant time changes | Jonathan Gray |
2018-07-13 | Correct some typos and also ran it through mandoc -Tlint | Ricardo Mestre |
2018-07-13 | Crank minor for unveil | Bob Beck |
2018-07-13 | Unveiling unveil(2). | Bob Beck |
2018-07-13 | Eliminate the weird condition in the BN_swap_ct() API that at most one bit | Theo Buehler |
2018-07-12 | Add hw.ncpuonline to count the number of online CPUs. | cheloha |
2018-07-11 | Sync comment | kn |
2018-07-11 | Drop a const-bomb on regexec. It's probably not a good idea to remove a | Martijn van Duren |
2018-07-11 | Document behavior change of EC_POINTs_mul(3) from EC constant time changes. | Theo Buehler |
2018-07-11 | Turn yesterday's optimistic ! in an XXX comment into a more cautious ? | Theo Buehler |
2018-07-10 | Indent labels by a space so they don't obliterate function names in diffs. | Theo Buehler |
2018-07-10 | ECC constant time scalar multiplication support. First step in overhauling | Theo Buehler |
2018-07-10 | Provide BN_swap_ct(), a constant time function that conditionally swaps | Theo Buehler |
2018-07-10 | Factor out a bit of ugly code that truncates the digest to the order_bits | Theo Buehler |
2018-07-10 | In asm.h ensure NENTRY uses the old-school nop-sled align, but change standard | Theo de Raadt |
2018-07-09 | Move a detail on tls_connect(3) to its documentation and be a bit more | Theo Buehler |
2018-07-09 | wording tweak for tls_init() from jsing | Theo Buehler |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-09 | sync with const changes in x509.h r1.68. | Theo Buehler |
2018-07-09 | sync with const changes in evp.h r1.64. | Theo Buehler |
2018-07-09 | sync with const changes in bio.h r1.44. | Theo Buehler |
2018-07-09 | sync with const changes in bio.h r1.45. | Theo Buehler |
2018-07-09 | Fix hid_usage_in_page(hid_parse_usage_in_page()) for the Buttons page. | Martin Pieuchot |
2018-07-08 | import the relevant parts of a new ASN1_INTEGER_get(3) manual page | Ingo Schwarze |
2018-07-08 | Simplify and shorten the description of tls_init(3), | Ingo Schwarze |