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