index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-12-01
we do not need 'struct mbuf; struct rtentry;' to satisfy some ancient unix
Theo de Raadt
2021-12-01
further improvements in sys/param.h annotation and removal.
Theo de Raadt
2021-12-01
Fix booting from an IDE block device on the Sun Blade 100. Apparently
Mark Kettenis
2021-12-01
late allocation of clist in putc() and b_to_q() hasn't been required in
Theo de Raadt
2021-12-01
Reduce use of sys/param.h, or annotate the reason why it is needed
Theo de Raadt
2021-12-01
Use system _ALIGN to reduce the reasons why this uses sys/param.h
Theo de Raadt
2021-12-01
whitespace cleanup during review read
Theo de Raadt
2021-12-01
Let ipsp_spd_lookup() return an error instead of a TDB. The TDB
Alexander Bluhm
2021-12-01
drm/amdgpu/gfx9: switch to golden tsc registers for renoir+
Jonathan Gray
2021-12-01
drm/amd/display: Set plane update flags for all planes in reset
Jonathan Gray
2021-12-01
Make `sun' global variable. It used by threads and could be corrupted
Vitaliy Makkoveev
2021-12-01
Remove dead code.
Joel Sing
2021-12-01
Add some RRDP specific regress tests.
Claudio Jeker
2021-12-01
Build libfido2 after all other libraries, as it links against one of
Patrick Wildt
2021-11-30
Improved error handling in config parser.
Tobias Stoeckmann
2021-11-30
Add missing const qualifiers in a number of BN_* manuals.
Theo Buehler
2021-11-30
last whitespace diff for now.
Theo Buehler
2021-11-30
KNF for BF_KEY
Theo Buehler
2021-11-30
Fix some annoying whitespace inconsistencies.
Theo Buehler
2021-11-30
Provide EVP_CTRL_AEAD_* defines.
Theo Buehler
2021-11-30
Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe()
Theo Buehler
2021-11-30
isakmpd: convert modp_init() for opaque DH.
Theo Buehler
2021-11-30
whitespace
Tobias Heider
2021-11-30
add ixl(4)
Theo de Raadt
2021-11-30
s/ECDHE/ECDH/
Joel Sing
2021-11-30
Fix indentation of return in yy_try_NUL_trans().
Todd C. Miller
2021-11-30
Remove unused parameter from ipsp_spd_inp().
Alexander Bluhm
2021-11-30
Add regress for {d2i,i2d}_{,DSA_,EC_,RSA_}PUBKEY{,_bio}().
Joel Sing
2021-11-30
Prevent select(2) from blocking if registering found pending events.
Visa Hankala
2021-11-30
enable uhid/fido
Theo de Raadt
2021-11-29
Use nanosleep(3) instead of select(2) for test run time delay. Use ~10
Vitaliy Makkoveev
2021-11-29
Create socket within current directory instead of /tmp. Also remove it
Vitaliy Makkoveev
2021-11-29
Crank the number of rounds of Miller-Rabin from 50 to 64
Theo Buehler
2021-11-29
Clean up DH_check_pub_key() and ensure that y^q (mod p) == 1.
Theo Buehler
2021-11-29
Increase number of iterations in Miller-Rabin checks for DH.
Theo Buehler
2021-11-29
Synchronize DH_check() mostly with OpenSSL 1.1.1 with some
Theo Buehler
2021-11-29
Provide a version of DH_check_params() for internal use.
Theo Buehler
2021-11-29
Provide a number of flags for DH_check and DH_check_pubkey
Theo Buehler
2021-11-29
The network stack currently uses IPL_SOFTNET. Consistently initialize
Alexander Bluhm
2021-11-29
tcpdump: convert print-ipsec to a EVP_CIPHER_CTX on the heap.
Theo Buehler
2021-11-29
First pass of converting ssl_kex.c to opaque DH.
Theo Buehler
2021-11-29
Hide BIO_s_file_internal() from internal view.
Theo Buehler
2021-11-29
Stop using BIO_s_file_inernal() in libssl.
Theo Buehler
2021-11-29
regen
Vitaliy Makkoveev
2021-11-29
Unlock accept(2) and accept4(2) syscalls. Unlock them both because they
Vitaliy Makkoveev
2021-11-29
Register-time event should make poll/select non-blocking.
Visa Hankala
2021-11-29
Convert server serialisation of DHE parameters/public key to new functions.
Joel Sing
2021-11-29
Factor out/rewrite DHE key exchange.
Joel Sing
2021-11-29
Avoid including sys/param.h. Make a local copy of MINIMUM() in test_helper.h
Tobias Heider
2021-11-29
vmm(4): bump remote vmclear spinout ticks
Dave Voutila
[next]