openbsd
2023-07-01 tbRemove unused y from ECDH key computation
2023-07-01 tbcrypto.h: move the error stuff to the end
2023-07-01 jsingWarn and fail to attach dwmmc(4) if no clock base is...
2023-07-01 jsingAdd support for JH7110 to dwmmc(4).
2023-07-01 jsingAdd support for JH7110 to stftemp(4).
2023-07-01 tbSimplify ASN1_bn_print() usage in ec/
2023-06-30 nicmChange a few types to fix warnings, from Thomas Klausner.
2023-06-30 tbwhitespace
2023-06-30 jsgsepcific -> specific
2023-06-30 nicmGet rid of some warnings with GCC 10, from Thomas Klausner.
2023-06-30 sashanlet check_table() also print table@anchor when it exits
2023-06-30 mvsUse "newcon" instead of "netlck" as identifier of the...
2023-06-30 mvsIntroduce M_PF type for pf(4) related memory allocation...
2023-06-30 ottoRecommit "Allow to ask for deeper callers for leak...
2023-06-29 dvacpi(4)/acpibtn(4): use opt-in approach for wakeup...
2023-06-29 krwFix handling of 'N-* 100' template entries.
2023-06-29 florianUpdate to nsd 4.7.0
2023-06-29 claudioSpaces vs tabs
2023-06-29 claudioRewrite pfe_route() to actually work on 64bit archs...
2023-06-29 tbrpki-client: fix vap_pas stats
2023-06-29 claudioIn rrdp_session_save() stop the loop over deltas once...
2023-06-29 tbupdate rpki-regress. log.c is no more.
2023-06-29 tbRetire log.c
2023-06-29 jobThere no longer is a need to wrap the (now AFI-agnostic...
2023-06-29 jsgregen
2023-06-29 jsgadd Intel Raptor Lake / 700 Series LP ids
2023-06-29 tbDrop the no longer necessary -DLIBRESSL_CRYPTO_INTERNAL
2023-06-29 tbMove check_defer() and obj_cleanup_defer to evp/names.c
2023-06-28 sashanpfioctl() must make sure pfioctl_rw() gets unlocked...
2023-06-28 tbAdjust EC_GROUP_get_basis_type() documentation
2023-06-28 oprevert makefile change included by mistake in previous
2023-06-28 opdrop needless strcspn in the header parsing
2023-06-28 opdrop needless strcspn in the header parsing
2023-06-28 tbThe warning noise due to the ASPA transition is just...
2023-06-28 knRevert r1.406 "Close all pf transactions before opening...
2023-06-28 tobheAdd support to verify X509 chain from CERT payloads.
2023-06-28 gerhardDon't call daemon() after proc_init(), otherwise the...
2023-06-28 krwRefactor editor_allocspace() into easier to follow...
2023-06-28 knuse refcnt API for multicast addresses, add tracepoint...
2023-06-28 opfix parsing of the Last-Modified header
2023-06-28 opadd `notab' to the list of modes that can be set with...
2023-06-28 claudioFirst step at removing struct sleep_state.
2023-06-27 patrickAdd qctsens(4), a driver for the Temperature Sensor...
2023-06-27 patrickInform fw_update(8) about qcpas(4) pattern.
2023-06-27 mvsIntroduce M_IFGROUP type of memory allocation. M_TEMP...
2023-06-27 tbZap stray space
2023-06-27 knUse shared net lock for DIOCGETIFACES
2023-06-27 knRemove net lock from DIOC{SET,CLR}IFFLAG
2023-06-27 stspAttach 0x51f1 devices to iwx(4) and fix params used...
2023-06-27 stspregen
2023-06-27 stspadd 0x51f1 iwx(4) PCI device ID; from reyk@
2023-06-27 claudioMake it possible to store the kstack or ustack in a...
2023-06-27 claudioDocument the map specific functions (count, max, min...
2023-06-27 espieremove allupdates marker, it was only used by the short...
2023-06-27 tbSwitch from get_rfc*() to BN_get_rfc*()
2023-06-27 chelohaamd64: MCOUNT_EXIT: restore interrupts, don't unconditi...
2023-06-27 ratchovReturn error if the USB request to get the sample rate...
2023-06-27 tbRemove some dead code from ECPKParameters_print()
2023-06-27 tbRemove the now unused poly[] from EC_GROUP
2023-06-27 tbSimplify EC_GROUP_get_basis_type()
2023-06-26 guentherOn amd64, test whether PKU has been enabled and set...
2023-06-26 jobUpdate regress files to aspa-profile-15 format
2023-06-26 jobDecode and validate ASPA objects following the v1 syntax
2023-06-26 millertpax: truncate times to MAX_TIME_T, not INT_MAX
2023-06-26 millertpax: use safe_print() to display messages which may...
2023-06-26 chelohatimeout_hardclock_update: provide initial value for...
2023-06-26 tbFix Ed Schouten's name
2023-06-26 claudioStart using the new ibuf API in eigrpd. One ibuf_seek...
2023-06-26 claudioImprove the conn_err() bufferevent error callback....
2023-06-26 claudioUpdate and refactor dvrmpd to use the new ibu API.
2023-06-26 tbAdjust EVP_PKEY_CTRL_HKDF_KEY to OpenSSL's semantics
2023-06-26 nicmWhen exiting alternate screen, there is no need to...
2023-06-26 claudioRevert unrelated change that sneaked into the pf_ioctl...
2023-06-26 claudioClose all pf transactions before opening a new one...
2023-06-26 nicmAdd "us" to styles for underscore colour, GitHub issue...
2023-06-26 opfix grammar of the comment describing pat_chk(); ok...
2023-06-26 jmcdocument handling of NULL envp as an extension;
2023-06-25 jmatthewProvide kstats based on the byte and packet counters...
2023-06-25 tbAdd missing RCS marker
2023-06-25 tbRemove unneeded bn_local.h and drop a NULL check
2023-06-25 tbMove ECDSA_size() to ecs_ossl.c to match what was done...
2023-06-25 tbWith ech_local.h gone, we no longer need to -I ecdh
2023-06-25 tbRemove ech_local.h
2023-06-25 tbStop including ech_local.h
2023-06-25 tbRemove prototypes for EC_KEY_{get,insert}_key_method_data()
2023-06-25 tbMove ecdh_KDF_X9_63() to ec_local.h
2023-06-25 tbMove ECDH_size() to ech_key.c
2023-06-25 tbMove the ecdh_method struct declaration to ech_lib.c
2023-06-25 tbMove ECDH_OpenSSL() ECDSA_OpenSSL() to *_lib.c
2023-06-25 tbRemove EC_EXTRA_DATA
2023-06-25 tbRemove {ecdh,ecdsa}_check() and {ECDH,ECDSA}_DATA
2023-06-25 tbRemove method wrappers that use {ecdh,ecdsa}_check()
2023-06-25 tbecdsa_do_sign(): remove useless ecdsa_check() call
2023-06-25 tbMake ECDH and ECDSA ex_data handlers always fail
2023-06-25 tbMake {ECDH,ECDSA}_set_method() always fail
2023-06-25 tbx509v3.h: unwrap a line
2023-06-25 nicmSGR 0 should not end hyperlink, reported by Lucas Trzes...
2023-06-25 tbAdjust/fix X509_check_purpose(3) documentation
2023-06-25 tbCheck for duplicate X.509v3 extension OIDs
2023-06-25 jsingProvide additional BN primitives for BN_ULLONG architec...
next