index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
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
2018-07-08
Add missing retguard check
mortimer
2018-07-08
mop up;
Jason McIntyre
2018-07-08
Add man page for fuse_destroy(3).
helg
2018-07-08
Create separate man pages for each library function.
helg
2018-07-06
Return EINVAL if pthread_barrier_init is called with count=0.
Paul Irofti
2018-07-05
tweak previous;
Jason McIntyre
2018-07-05
fuse_set_signal_handlers(3) and fuse_remove_signal_handlers(3) should
helg
2018-07-05
Create new man page for fuse_set_signal_handlers(3) and
helg
2018-07-03
Remove residual debug statements.
helg
2018-07-03
Add retguard macros for libc.
mortimer
2018-07-03
Add retguard macros to libm assembly.
mortimer
2018-06-28
Do not cast (signed char) CANCELLED_BOOLEAN to (char) for comparison
Theo de Raadt
2018-06-25
During open(2), release the fdp lock before calling vn_open(9).
Visa Hankala
2018-06-22
Save and restore the relevant FPU state on armv7.
Mark Kettenis
2018-06-21
sort SEE ALSO;
Jason McIntyre
2018-06-21
s/simultanious/simultaneous/
Jason McIntyre
2018-06-21
Document hw.smt.
Mark Kettenis
2018-06-19
use a full stop, as per the other items; from nan xiao
Jason McIntyre
2018-06-19
Changes the default mount behaviour so only the user that mounts the
helg
2018-06-19
Send the calling thread id, effective uid and gid, and umask to the
helg
2018-06-16
Add add PIE support for m88k (requires gcc4 toolchain)
Philip Guenther
2018-06-16
Tiny tweak to the blinding comment.
Theo Buehler
2018-06-15
Basic cleanup. Handle the possibly NULL ctx_in in ecdsa_sign_setup() with
Theo Buehler
2018-06-15
Clean up some whitespace and polish a few comments. Reduces noise in
Theo Buehler
2018-06-14
Use a blinding value when generating an ECDSA signature, in order to
Theo Buehler
2018-06-14
Use a blinding value when generating a DSA signature, in order to reduce
Joel Sing
2018-06-14
Clarify the digest truncation comment in DSA signature generation.
Joel Sing
2018-06-14
Pull up the code that converts the digest to a BIGNUM - this only needs
Joel Sing
2018-06-14
Fix a potential leak/incorrect return value in DSA signature generation.
Joel Sing
[next]