openbsd
2023-05-29 deraadtsome hackery to make arm64 ramdisk compile again
2023-05-29 jsgrecognise Cortex-A520 (Hayes), Cortex-A720 (Hunter...
2023-05-28 jsingProvide optimised bn_mulw_{addw,addw_addw,addtw}()...
2023-05-28 jsingProvide optimised bn_addw_addw()/bn_subw_subw() for...
2023-05-28 jsingSprinkle some style(9).
2023-05-28 jsingExpand occurrences of HASH_CTX that were previously...
2023-05-28 jsingReorder functions.
2023-05-28 jsingClean up includes.
2023-05-28 jsingRemove now unnecessary do {} while(0);
2023-05-28 jsingInline HASH_MAKE_STRING for SHA256.
2023-05-28 jsingRewrite BN_{asc,dec,hex}2bn() using CBS.
2023-05-28 beckcorrect comment, spotted by tb@
2023-05-28 beckRefactor tls_check_common_name to use lower level API.
2023-05-28 asouUsed number of bytes instead of number of 512 byte...
2023-05-28 tbMerge X509_VERIFY_PARAM_ID into X509_VERIFY_PARAM
2023-05-27 kettenisImplement battery charge control.
2023-05-27 jsingImplement SHA256_{Update,Transform,Final}() directly...
2023-05-27 jsingAdd HASH_NO_UPDATE and HASH_NO_TRANSFORM to md32_common.h
2023-05-27 jsingAdd coverage for calling BN_{dec,hex}2bn() with NULL...
2023-05-27 tbBump LibreSSL version
2023-05-27 espiethe solver needs some love for later
2023-05-27 espieremove the extra local variable (blessing a ref to...
2023-05-27 espiecomment/cosmetic
2023-05-27 espiemore comment
2023-05-27 espieyeah, yeah, those names are horrible
2023-05-27 espiefinish making this a singleton class (which I don't...
2023-05-27 espiemore descriptive comment
2023-05-27 espieindicate that not having hashes already is just legacy...
2023-05-27 espiepoint people towards relevant comments
2023-05-27 espiea few comments
2023-05-27 espieprepare for 5.36: pass $code as @code so that we don...
2023-05-27 espiecomments
2023-05-27 espiedocument base method
2023-05-27 espietry/catch to be revisited
2023-05-27 espiecomments/cosmetics
2023-05-27 espierestore documentation: explain what ArcCheck does
2023-05-27 espiecosmetic/comments improvement
2023-05-27 espie- make the handling of interactive more regular by
2023-05-27 espieprepare for 5.36, document methods in base class
2023-05-27 jsingClean up alignment handling for SHA-512.
2023-05-27 ottoRemove malloc interposition, a workaround that was...
2023-05-26 claudioProperly account del_extra_files and add the value...
2023-05-26 tbMove verified_chain from SSL to SSL_HANDSHAKE
2023-05-26 knRemove net lock from DIOC{S,G}ETLIMIT
2023-05-26 knsimplify yes/no answer handling
2023-05-25 kurtDisable witness for mutexes created on the stack which...
2023-05-25 kurtWork around sparc64 WITNESS kernel failing to load...
2023-05-25 claudioIn session_process_msg() recheck the validity of the...
2023-05-25 claudioUpdate usage add -P epoch
2023-05-25 claudioFix repo_cleanup_entry() state machine so that the...
2023-05-25 opremove two unused defines
2023-05-25 sthenAfter RFC 9110, the IANA services registry now lists...
2023-05-25 opForcibly update the EVP_PKEY's internal key
2023-05-25 claudioDo not use wakeup_proc() outside of the sleep machinery...
2023-05-24 djmfix AuthorizedPrincipalsCommand when AuthorizedKeysComm...
2023-05-24 bluhmSkip tests if p5-BSD-Socket-Splice is not installed.
2023-05-24 naddyreplace "$(cat file)" with the ksh construct "$(<file)"
2023-05-24 opmark S_ISVTX with Dv in sticky(8); makes `man -k any...
2023-05-24 millertksh: make $(< filename) error output include the errno...
2023-05-24 bluhmDefault pf rule "block return; pass" interferes with...
2023-05-24 tbUpdate X509_VERIFY_PARAM_inherit() to reflect the chang...
2023-05-24 tbCopy the verify param hostflags independently of the...
2023-05-24 tbAdd a test to verify that an SSL inherits the hostflags...
2023-05-24 tbProvide CRYPTO_INT for statically linking libcrypto...
2023-05-24 tbProvide X509_VERIFY_PARAM_set_hostflags()
2023-05-23 denisForce comport initialization for some class of device
2023-05-23 denisregen
2023-05-23 patrickAdd qcaoss(4), a driver for the Always On Subsystem...
2023-05-23 claudioReplace ibuf_advance() with ibuf_reserve().
2023-05-23 krwWith the retirement of expert mode, get_fsize(), get_bs...
2023-05-23 claudioReplace ibuf_release() with ibuf_free() since the forme...
2023-05-23 claudioThere is no need to ibuf_zero() or memset() any buffers.
2023-05-23 claudioAvoid calling malloc with a zero length argument.
2023-05-23 tbSimplify OBJ_obj2txt()
2023-05-23 tbAdd empty line for consistency
2023-05-23 tbAdd regress coverage for obj_dat.c r1.52
2023-05-23 tbAlways NUL terminate buf in OBJ_obj2txt()
2023-05-23 espiedon't pass state, we get them from the progressmeter
2023-05-23 kettenisAdd IBT support to the retpoline PLTs. Since we use...
2023-05-23 claudioDon't use ibuf_open(0) as test. 0 lenght ibufs make...
2023-05-23 janNew counters for LRO packets from hardware TCP offloading.
2023-05-23 tbcms_asn1.c: zap stray tabs
2023-05-23 tbConvert ASN1_INTEGER_get() to ASN1_INTEGER_get_uint64()
2023-05-23 tbSimplify as_id_parse() using ASN1_INTEGER_get_uint64()
2023-05-22 knDrop unused md_prep_fdisk() argument in disk crypto...
2023-05-22 tbRemove misplaced semicolons in .Fa
2023-05-22 bluhmFix TSO for traffic to a local address on a physical...
2023-05-22 tbBye, bye, horrible reacharounds into libcrypto
2023-05-22 tbConvert generalizedtime_to_tm() to ASN1_TIME_to_tm()
2023-05-22 tbConvert x509_get_time() to ASN1_TIME_to_tm()
2023-05-22 tbAvoid use of LibreSSL-specific ASN1_time_tm_cmp() API
2023-05-22 denisAdd EPYC Embedded 3000 10GbE NIC
2023-05-22 tobheRemove unused variable kerr.
2023-05-22 bluhmRemove duplicate entries in kvars.
2023-05-22 espiegc unused/old code
2023-05-22 knfix usage, name arg is optional
2023-05-22 jmatthewKeep trying LDAP servers until we get full results...
2023-05-22 guentherThe fp_ex_[st]w struct savefpu members were inherited...
2023-05-22 guentherNENTRY() doesn't provide an endbr64, so give memmove...
2023-05-21 krwIf an MBR partition start or end can be represented...
next