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