openbsd
2023-07-02 tbFix return values of ecx methods
2023-07-02 jsingDemacro SHA-512.
2023-07-02 tbFix typo in previous
2023-07-02 tbUse asprintf() to avoid repetition in string constants
2023-07-02 tbSplit ECPKParameters_print()
2023-07-02 tbSwitch sign_sig() and sign_setup() to using BN_CTX
2023-07-02 espielost silence_children behavior by accident
2023-07-02 tbRevert hunk accidentally committed in r1.39
2023-07-02 tbRework handling of the out_kinv and out_r pointers
2023-07-02 jsingReplace bn_sqr_words() with bn_sqr_add_words().
2023-07-02 tbRename ctx_in into in_ctx, kinvp into out_kinv and...
2023-07-02 tbRename a few variables from X to x
2023-07-02 deraadtsync
2023-07-02 tbSimplify things by switching to bn_rand_interval()
2023-07-02 tbUnconditionally zero the ECDH key
2023-07-02 deraadtPS_CHROOT flag must also be copied when forking. This...
2023-07-02 tbTeach openssl ca about Ed25519 certificates
2023-07-02 tbTeach openssl req about EdDSA certs
2023-07-02 beckRemove the ability to do tls 1.0 and 1.1 from libtls.
2023-07-02 tbECDSA_size(): move order a few lines down
2023-07-02 tbInvert method checks to avoid stupid line breaks
2023-07-02 tbMove the EC_POINT a bit down and a * to the right place
2023-07-02 tbech_key.c: Fix includes
2023-07-02 chelohaclockintr_cpu_init: stagger clock interrupts by MAXCPUS
2023-07-01 drahnAdd sensor to qccpu to be able to show all cpu frequencies.
2023-07-01 ottoDocument that small allocations are initially junked...
2023-07-01 drahnManpage for qccpu.4
2023-07-01 drahnAdd driver for QC cpu Power States.
2023-07-01 drahnEnable AC detection in qcpas driver.
2023-07-01 tbReverse polarity to avoid an overlong line
2023-07-01 tbReword comment to fit on a single line
2023-07-01 tbtmp is a silly name for a point on an elliptic curve
2023-07-01 tbGarbage collect the now unused len
2023-07-01 tbTest and assign for EC_KEY_get0_private_key()
2023-07-01 tbAdd a missing NULL check for group
2023-07-01 tbReference commit needed in the next major bump
2023-07-01 tbSimplify handling of ret
2023-07-01 tbUse BN_bn2binpad() instead of handrolling it
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
next