summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-27Introduce M_IFGROUP type of memory allocation. M_TEMP is unreasonableVitaliy Makkoveev
2023-06-27Zap stray spaceTheo Buehler
2023-06-27Use shared net lock for DIOCGETIFACESKlemens Nanni
2023-06-27Remove net lock from DIOC{SET,CLR}IFFLAGKlemens Nanni
2023-06-27Attach 0x51f1 devices to iwx(4) and fix params used for 0x7a70 devices.Stefan Sperling
2023-06-27regenStefan Sperling
2023-06-27add 0x51f1 iwx(4) PCI device ID; from reyk@Stefan Sperling
2023-06-27Make it possible to store the kstack or ustack in a map (as value, not key).Claudio Jeker
2023-06-27Document the map specific functions (count, max, min, sum) in their ownClaudio Jeker
2023-06-27remove allupdates marker, it was only used by the short-livedMarc Espie
2023-06-27Switch from get_rfc*() to BN_get_rfc*()Theo Buehler
2023-06-27amd64: MCOUNT_EXIT: restore interrupts, don't unconditionally reenable themScott Soule Cheloha
2023-06-27Return error if the USB request to get the sample rate fails.Alexandre Ratchov
2023-06-27Remove some dead code from ECPKParameters_print()Theo Buehler
2023-06-27Remove the now unused poly[] from EC_GROUPTheo Buehler
2023-06-27Simplify EC_GROUP_get_basis_type()Theo Buehler
2023-06-26On amd64, test whether PKU has been enabled and set our expectationPhilip Guenther
2023-06-26Update regress files to aspa-profile-15 formatJob Snijders
2023-06-26Decode and validate ASPA objects following the v1 syntaxJob Snijders
2023-06-26pax: truncate times to MAX_TIME_T, not INT_MAXTodd C. Miller
2023-06-26pax: use safe_print() to display messages which may include file names.Todd C. Miller
2023-06-26timeout_hardclock_update: provide initial value for automatic variablesScott Soule Cheloha
2023-06-26Fix Ed Schouten's nameTheo Buehler
2023-06-26Start using the new ibuf API in eigrpd. One ibuf_seek() still left sinceClaudio Jeker
2023-06-26Improve the conn_err() bufferevent error callback. To better report errors.Claudio Jeker
2023-06-26Update and refactor dvrmpd to use the new ibu API.Claudio Jeker
2023-06-26Adjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semanticsTheo Buehler
2023-06-26When exiting alternate screen, there is no need to reflow when goingNicholas Marriott
2023-06-26Revert unrelated change that sneaked into the pf_ioctl.c commit.Claudio Jeker
2023-06-26Close all pf transactions before opening a new one in DIOCGETRULES.Claudio Jeker
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.Nicholas Marriott
2023-06-26fix grammar of the comment describing pat_chk(); ok millert@Omar Polo
2023-06-26document handling of NULL envp as an extension;Jason McIntyre
2023-06-25Provide kstats based on the byte and packet counters available in someJonathan Matthew
2023-06-25Add missing RCS markerTheo Buehler
2023-06-25Remove unneeded bn_local.h and drop a NULL checkTheo Buehler
2023-06-25Move ECDSA_size() to ecs_ossl.c to match what was done in ecdhTheo Buehler
2023-06-25With ech_local.h gone, we no longer need to -I ecdhTheo Buehler
2023-06-25Remove ech_local.hTheo Buehler
2023-06-25Stop including ech_local.hTheo Buehler
2023-06-25Remove prototypes for EC_KEY_{get,insert}_key_method_data()Theo Buehler
2023-06-25Move ecdh_KDF_X9_63() to ec_local.hTheo Buehler
2023-06-25Move ECDH_size() to ech_key.cTheo Buehler
2023-06-25Move the ecdh_method struct declaration to ech_lib.cTheo Buehler
2023-06-25Move ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.cTheo Buehler
2023-06-25Remove EC_EXTRA_DATATheo Buehler
2023-06-25Remove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATATheo Buehler
2023-06-25Remove method wrappers that use {ecdh,ecdsa}_check()Theo Buehler
2023-06-25ecdsa_do_sign(): remove useless ecdsa_check() callTheo Buehler
2023-06-25Make ECDH and ECDSA ex_data handlers always failTheo Buehler