openbsd
2024-10-22 tbRewrite ec_GFp_simple_point2oct() using CBB
2024-10-22 tbRewrite ec_GFp_simple_oct2point() using CBS
2024-10-22 tbStart cleaning up oct2point and point2oct
2024-10-22 tbSuppress warning noise from deprecated OpenSSL API
2024-10-22 tbRevert marking EC_GROUP_method_of() and EC_METHOD_get_f...
2024-10-22 claudioUse imsg_get_fd() like everywhere else.
2024-10-22 mpiRename `ci_intrdepth' to `ci_idepth'.
2024-10-22 tbecp_oct.c: add missing includes
2024-10-22 tbMark EC_GROUP_method_of() and EC_METHOD_get_field_type...
2024-10-22 tbProvide and use ec_group_get_field_type()
2024-10-22 tbInline a use of EC_GROUP_method_of()
2024-10-22 claudioProtect the ps_pgrp pointer by either the KERNEL_LOCK...
2024-10-22 jsgremove prototypes with no matching function
2024-10-22 dtuckerRemove sshd logfile in start_sshd, and ssh and sshd...
2024-10-22 dtuckerAdd a sshd debug wrapper to run all of the subprograms...
2024-10-22 dtuckerMake debug call printf("%s", NULL) safe. Prevents...
2024-10-22 jsgremove duplicate DEV_ID_PCH2 defines
2024-10-22 jsgcorrect name of define for ISS data abort S1PTW bit
2024-10-21 jsgdefine _MACHINE_ARCH not _MACHINE_ARC
2024-10-21 jsgremove unneeded includes
2024-10-21 miodCorrectly report print screen key in raw mode (i.e...
2024-10-21 kettenisWe have not been swapping out kernel stacks since forev...
2024-10-21 nicmBump up the maximum for repeat-time (some people want...
2024-10-21 nicmAdd function to get current offset from copy mode,...
2024-10-21 nicmAdjust how Ctrl and Meta keys are sent to use standard...
2024-10-21 jsgremove unneeded includes
2024-10-21 tbEmit a warning if all fortunes in the file are too...
2024-10-21 dlgrevert "try to simplify the locking code around busy...
2024-10-21 asouFix lldb doesn't analyze process core correctly.
2024-10-21 jsgremove unused MP_PICMODE define
2024-10-20 tbPlug leak of Fortbuf in find_matches()
2024-10-20 dlgtry to simplify the locking code around busy maps.
2024-10-20 claudioVM_MAP_BUSY and VM_MAP_WANTLOCK will be removed soon...
2024-10-20 tbec_ameth.c: fix includes
2024-10-20 tbec_asn1: add missing includes
2024-10-20 tbec_curve: add missing includes
2024-10-20 tbzap an empty line
2024-10-20 jsgadd comma to fix offsets of trap type strings
2024-10-19 hastingsChange sdhc_bus_power() behavior to return success...
2024-10-19 tbMake ec EVP_PKEY_CTRL_MD handler match dsa/rsa more...
2024-10-19 tbDrop a useless cast in pkey_dsa_ctrl()
2024-10-19 jsingRemove IA32 specific code from cryptlib.c.
2024-10-19 jsingRemove unused sparc CPU capability detection code.
2024-10-19 tbEC_GROUP_check(): zap useless comments
2024-10-19 tbMove EC_GROUP_check() to ec_lib.c
2024-10-19 antonMark two regress/sbin/ifconfig tests as expected failures.
2024-10-18 tbec_asn1_test: simplify previous
2024-10-18 tbec_asn1_test: call EC_GROUP_check() for the builtin...
2024-10-18 tbSimplify EC_get_builtin_curves().
2024-10-18 tbUse better naming in ec_curve.c
2024-10-18 tbec_asn1_test: adjust for rejection of non-builtin curve...
2024-10-18 tbEnforce that EC Parameters correspond to a builtin...
2024-10-18 jsingRemove now unused x86cpuid.pl.
2024-10-18 jsingProvide crypto_cpu_caps_init() for i386.
2024-10-18 jsingRemove now unused x86_64cpuid.pl.
2024-10-18 jsingProvide crypto_cpu_caps_init() for amd64.
2024-10-18 tobheInstead of always following up "power on" with a "reset...
2024-10-18 tbInline last use of OPENSSL_load_builtin_modules()
2024-10-18 tbMove EC_GROUP_new_curve_GFp() into ec_lib.c
2024-10-18 tbMerge EC_GROUP_new_curve_GFp() with ec_group_new_curve()
2024-10-18 tbec_asn1_test: add secp256k1.m
2024-10-18 tbec_asn1_test: remove last hardcoded wei25519 remnant
2024-10-18 tbec_asn1_test: test Wei25519.2 and Wei25519.-3 as well
2024-10-18 tbec_asn1_test: clean up & refactor; test Wei25519 with...
2024-10-18 djmmention that LocalForward and RemoteForward can accept...
2024-10-18 miodPut the bowels of the various VOP_PRINT routines under
2024-10-18 djmremove duplicate check; GHPR392 from Pedro Martelletto
2024-10-18 djmallow "-" as output file for moduli screening
2024-10-18 djmssh-keyscan doesn't need it's own sshfatal() definition...
2024-10-18 djmin _ssh_order_hostkeyalgs() consider ECDSA curve type...
2024-10-18 djmrequire control-escape character sequences passed via...
2024-10-18 djmremove addr.[ch] functions that are unused and visbilit...
2024-10-18 djmunreachable POLLERR case; from ya0guang via GHPR485
2024-10-18 djms/Sx/Cm/ for external references; from Domen Puncer...
2024-10-18 jsgdrm/i915/hdcp: fix connector refcounting
2024-10-18 jsgdrm/amd/display: Check null pointer before dereferencing se
2024-10-18 jsgdrm/amd/display: Revert "Check HDCP returned status"
2024-10-18 jsgdrm/amd/display: Remove a redundant check in authentica...
2024-10-17 jsgdrm/crtc: fix uninitialized variable use even harder
2024-10-17 dlguse rw_status instead of interpreting RWL_OWNER to...
2024-10-17 kettenisAdd pinctrl support.
2024-10-17 nicmSwitch pane-colors and cursor-style options to be in...
2024-10-17 nicmAllow attributes in menu style, from Japin Li in GitHub...
2024-10-17 miodRemove a lot of #include stanzas which used to be requi...
2024-10-17 millertcreate_tempfile: pass pointer to full pathname to strlcat()
2024-10-17 tbSplit ec_asn1_parameters2group() into digestible pieces
2024-10-17 jsingProvide crypto_cpu_caps_init() as a CPU capability...
2024-10-17 jsingRemove run once code from OPENSSL_cpuid_setup().
2024-10-17 claudioShortcut cursig when called during sleep setup.
2024-10-17 dlgregen
2024-10-17 dlgKingston SNV2S nvme device
2024-10-17 dlgregen
2024-10-17 dlgampere altra pci ports
2024-10-17 tblibssl: rework cert signature security level
2024-10-17 jsgremove unneeded task.h include, missed in rev 1.67
2024-10-17 jsginclude <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"
2024-10-17 jsgremove unneeded if_wg.h and pfsync.h includes
2024-10-17 jsguse <machine/asm.h> not "machine/asm.h", for consistency
2024-10-17 jsgremove unneeded includes
2024-10-16 tbEC ASN.1: add reminder that the simple method might...
next