openbsd
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...
2023-06-25 tbech_local.h: remove unused ECDH_FLAG_FIPS_METHOD
2023-06-25 opremove ssl_init()
2023-06-25 opremove ssl_init()
2023-06-25 opremove ca_sslinit()
2023-06-25 tbec_local.h: move ec_group_simple_order_bits down a bit
2023-06-24 bluhmCalculate inet PCB SIP hash without table mutex.
2023-06-24 jsingAdd initial support for StarFive VisionFive V2 to stfcl...
2023-06-24 jsingRemove precompute_mult/have_precompute_mult from EC_METHOD.
2023-06-24 jsingMop up EC_GROUP precomp machinery.
2023-06-24 jsingMop up ec_wNAF_{,have_}precompute_mult().
2023-06-24 jsingAdd conditional around bn_mul_words() call.
2023-06-24 jsingAssign and test.
2023-06-24 jsingCheck for non-zero length rather than a zero value.
2023-06-24 jsingRewrite and simplify bn_sqr()/bn_sqr_normal().
2023-06-24 jsingProvide optimised bn_subw() and bn_subw_subw() for...
2023-06-24 claudioCall notification_done() in the regress test so that...
2023-06-24 tbRemove a pair of parens and make one check more consist...
2023-06-23 tbFix warning about empty ipAddressesOrRanges
2023-06-23 opsmtpd: allow arguments on NOOP
2023-06-23 tbUse consistent idiom for X509_get_ext_d2i()
2023-06-23 millertFix a bug in ex's 's' command with the 'c' flag when...
2023-06-23 claudioImprove detection of RRDP session desynchronization
2023-06-23 tbCodify BN_asc2bn(NULL, *) behavior in regress.
2023-06-23 tbAvoid crash in BN_asc2bn()
2023-06-23 tbFix return check for BN_hex2bn()
2023-06-23 tbFix return check of bn_hex2bn_cbs()
2023-06-23 tbtypo: hexidecimal -> hexadecimal
2023-06-23 tbRemove some redundant parentheses
2023-06-23 tbrpki-client: check for duplicate certificate extensions
2023-06-23 tbrpki-client: disallow empty sets of IP Addresses or...
2023-06-23 ottoRevert previous, not all platforms allow compiling
2023-06-23 gnezdoAvoid division by 0 in m_pool_used
2023-06-23 mlarkinksmn(4): Support thermal sensors on Ryzen 9 79xx
2023-06-22 tbsymbols: Tweak this test so it works with -j N
2023-06-22 chelohaRevert "clockintr_cpu_init: initialize starting offsets...
2023-06-22 tobheMention lid position support.
2023-06-22 tobheAdd machdep.lidaction example. We support this on arm64...
2023-06-22 claudioInstead of tsleep on lbolt do a tsleep with a 1 second...
2023-06-22 ottoAllow to ask for deeper callers for leak reports using...
2023-06-22 claudioUse new ibu API, switch from ibuf_seek() to ibuf_set().
2023-06-22 claudioKNF
2023-06-22 claudioKNF
2023-06-22 jsgdrm/amdgpu: Don't set struct drm_driver.output_poll_changed
2023-06-22 jsgdrm/amdgpu: add missing radeon secondary PCI ID
2023-06-22 jsgdrm/amd/pm: workaround for compute workload type on...
2023-06-22 jsgdrm/amd: Tighten permissions on VBIOS flashing attributes
2023-06-22 jsgdrm/amd: Make sure image is written to trigger VBIOS...
2023-06-22 jsgdrm/amd/display: edp do not add non-edid timings
2023-06-22 jsgdrm/amdgpu: vcn_4_0 set instance 0 init sched score...
2023-06-22 jsgdrm:amd:amdgpu: Fix missing buffer object unlock in...
2023-06-22 jsgdrm: panel-orientation-quirks: Change Air's quirk to...
2023-06-21 mlarkinRemove extra trailing whitespace
2023-06-21 millertksh: escape control chars when displaying file name...
2023-06-21 chelohaRevert "schedcpu, uvm_meter(9): make uvm_meter() an...
2023-06-21 opclear errno before strtoull as it may already be set...
2023-06-21 opavoid truncation of filtered data lines
2023-06-21 claudioUse recallocarray() consistently. recallocarray() was...
2023-06-21 krwAdd a parameter 'action' to mpfree() so it can optional...
2023-06-21 sthenadd "fib reload" support to ospf6d/ospf6ctl, and trigger it
2023-06-21 jsingProvide optimised bn_clzw() for aarch64.
2023-06-21 claudioSimplify and clean up the code. Try to use more ibuf...
2023-06-21 claudioConvert string2binary() to use new ibuf api instead...
2023-06-21 jsingProvide and use bn_clzw() in place of bn_word_clz().
2023-06-21 claudioUpdate ospf6d to use new ibuf api.
2023-06-21 claudioRemove extra newlines
2023-06-21 jsingMake BN_num_bits() independent of bn->top.
2023-06-21 jsingAdd tests for BN_sqr() corner cases.
2023-06-21 jsingAdd BN_cmp()/BN_ucmp() tests with zero padded inputs.
2023-06-21 jsingAdd a BN_num_bits() with zero padded input.
2023-06-21 nicmCheck fdopen return value, from Christian Menges.
2023-06-21 djmbetter validate CASignatureAlgorithms in ssh_config...
2023-06-21 djmmake `ssh -Q CASignatureAlgorithms` only list signature...
2023-06-21 djmhandle rlimits > INT_MAX (rlim_t is u64); ok dtucker
2023-06-21 jsgcall rk3328 not rk3288 functions in rk3328_pinctrl()
2023-06-20 djmprepare for support for connecting to unix domain socke...
2023-06-20 chelohaschedcpu, uvm_meter(9): make uvm_meter() an independent...
2023-06-20 claudioUpdate ospfd to use new ibuf api.
2023-06-20 claudioUse new ibuf API in rpki-client.
2023-06-20 espietweak fragment handling error messages a bit
2023-06-20 tbConsolidate elliptic curve cofactor handling
2023-06-20 tbImprove certificate version checks in x509v3_cache_exte...
2023-06-20 tbRename all occurrences of e in this file to engine
2023-06-20 tbRename int_ctx_new() into evp_pkey_ctx_new()
next