openbsd
2023-07-05 tbMerge ECDSA code that will stay into ecdsa.c
2023-07-05 sashanDocument DIOCXEND in pf(4) manpage.
2023-07-05 tbRename ecs_local.h into ecdsa_local.h
2023-07-05 tbMake variables in prototypes match function declarations
2023-07-05 kettenisImplement support for the GPIOs on the JH7110. Makes...
2023-07-05 jsgdrm/radeon: fix race condition UAF in radeon_gem_set_do...
2023-07-05 jsgdrm/amd/display: fix the system hang while disable PSR
2023-07-05 jsgdrm/amd/display: Add wrapper to call planes and stream...
2023-07-05 jsgdrm/amd/display: Use dc_update_planes_and_stream
2023-07-05 kettenisThey may have fixed the cache coherency problems in...
2023-07-05 tbDrop useless ossl_ prefixes
2023-07-05 tobheSuspend from suspend_taskq in apmioctl.
2023-07-05 jsgremove unused armv7 max_processes global
2023-07-05 krwSimplify and clarify the description of auto allocation.
2023-07-05 krwRestore (R)esize functionality to sparc64 disklabel(8).
2023-07-05 jsgfw_update is in section 8 not 1
2023-07-04 mvsIntroduce SBL_WAIT and SBL_NOINTR sbwait() flags.
2023-07-04 antonfavor hw.ncpuonline; ok bluhm@
2023-07-04 chelohaamd64: cpu_info: rearrange members, keep ci_mds_tmp...
2023-07-04 tbAvoid outputting invalid signatures
2023-07-04 tbClean up ECDSA verification
2023-07-04 tbECDSA signing: annotate code with steps corresponding...
2023-07-04 espieuse local assignment to $ENV{TZ} like we do for signal...
2023-07-04 patrickInstead of waiting for the inbound item to show up...
2023-07-04 sashanThis diff limits the number of transactions/tickets
2023-07-04 espiestop saying the format is "simple" there are so many...
2023-07-04 espieadd some more fluff to documentation
2023-07-04 espieexplain why NO_TS_IN_PLIST exists
2023-07-04 espiefix some very minor syntactic nits
2023-07-04 janCheck for interface type ethernet before call ether_brp...
2023-07-04 kettenisenable dwqe(4)
2023-07-04 kettenisAdd StarFive JH7110 support.
2023-07-04 kettenisHandle rx error.
2023-07-04 jasperconsistenly name instruction defines
2023-07-04 jasperUnbreak kprobes. Since LLVM emits endbr64 instructions...
2023-07-04 sashanThe recent change to DIOCGETRULE allows applications...
2023-07-04 bluhmRun Perl tests from our regress tree. It needs a Perl...
2023-07-04 jsgremove prototypes for removed functions
2023-07-04 tbExtract private key and group order in s computation
2023-07-04 bluhmRemove redundant code when calculating checksum.
2023-07-04 kettenisAdd a bunch of clocks for GMAC0 and GMAC1 on the JH7110...
2023-07-04 tbUse key for the EC_KEY everywhere
2023-07-04 tbSome more consistency in variable names
2023-07-04 tbNormalize ECDSA_SIG to be sig everywhere
2023-07-04 jmatthewMake the hardware counters available on BCM5705 and...
2023-07-04 tbNormalize on digest and digest_len rather than dgst...
2023-07-04 tbRework ecdsa_prepare_digest()
2023-07-04 jsgRemove mbuf low watermark vars. Unused since uipc_mbuf...
2023-07-04 kettenisAdd some extra parenthesis for consistency.
2023-07-04 tbPlug leak in the ssltest
2023-07-04 tbFactor the computation of ECDSA s into a function
2023-07-04 espiedocument the recent addition of "Building from scratch...
2023-07-04 dlgadd support for unix domain sockets to ssh -W
2023-07-04 jsgm_reclaim() was removed in uipc_mbuf.c rev 1.195
2023-07-04 dlga little knf, no functional change
2023-07-04 jsgremove unused global var
2023-07-03 espierecord when pkg_add is actually doing something.
2023-07-03 antonfavor REGRESS_EXPECTED_FAILURES
2023-07-03 espiealso make things 5.36 if not used
2023-07-03 nicmAdd support for marking lines with a shell prompt based...
2023-07-03 tobheEnable mouse.tp.mtbuttons for apldcms
2023-07-03 knuse consistent queue(9) example for LIST removal; ...
2023-07-03 krwAn empty string indicates there is no NXTNUM().
2023-07-03 tbsign_sig: drop ckinv
2023-07-03 tbRework the logic in ECDSA sign_sig()
2023-07-03 jasperadd regress tests for the remainder of the function...
2023-07-03 jasperadd a few tests related to --cflags and --libs in combi...
2023-07-03 claudioUse new ibuf API. Use ibuf_data() and ibuf_size() inste...
2023-07-03 tobheDelete some more references to dead policy code.
2023-07-03 tbsign_sig: test on assignment
2023-07-03 tbsign_setup: split another check into two
2023-07-03 tobhetypo
2023-07-03 nicmDo not risk writing over the end of the buffer when...
2023-07-03 claudioUse ibuf_data() and ibuf_size() instead of accessing...
2023-07-03 claudioUse ibuf_data() and ibuf_size() instead of accessing...
2023-07-03 tbSplit range checks for ECDSA r and ECDSA s
2023-07-03 tbSwitch a couple of test from ucmp to cmp
2023-07-03 tbossl_ecdsa_verify_sig(): simplify range checks
2023-07-03 tbList variables in a somewhat more sensible order
2023-07-03 tbIn ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
2023-07-03 tbSplit a bunch of unrelated checks
2023-07-03 tbMake ossl_ecdsa_verify_sig() single exit
2023-07-03 tbSwitch ossl_ecdsa_verify() to timingsafe_memcmp()
2023-07-03 tbStreamline ossl_ecdsa_verify()
2023-07-03 claudioUse ibuf_data() instead of direct access to ibuf->buf,
2023-07-03 claudioUse ibuf_data() instead of directly accessing ibuf...
2023-07-03 claudioUse ibuf_data() instead of accessing ibuf->buf directly.
2023-07-03 tbExplicit parameter printing can also use get0_order()
2023-07-03 tbConvert ossl_ec_key_gen() and EC_KEY_check_key()
2023-07-03 tbConvert EC_GROUP_check() to EC_GROUP_get0_order()
2023-07-03 tbInline two copies of EC_GROUP_order_bits()
2023-07-03 jsguse semicolon not comma at eol
2023-07-03 jasperfix uuid_dec_{b,l}e prototypes
2023-07-03 jmcsome minor fix up;
2023-07-03 nicmAnother warning fix for GCC from Thomas Klausner.
2023-07-03 jasperwhen shutting down a vm, handle the VM id in the same...
2023-07-03 krwNuke unused label 'next:'.
2023-07-03 beckBring back no_tls1 and no_tls1_1 as undocumented silent...
2023-07-03 kntypofix lladdr in function names; OK deraadt jan
2023-07-03 tbSwitch ECDSA code to using EC_GROUP_get0_order()
next