openbsd
2021-09-13 deraadtsync
2021-09-13 jmcfix SEE ALSO;
2021-09-13 jmcvarious formatting fixes;
2021-09-13 jmctweak text in previous and fix SEE ALSO;
2021-09-13 claudioIn X509_check_issued() do the same dance around x509v3_...
2021-09-13 krwdisk.dk_size can't be 0 as we errx() if that happens...
2021-09-13 deraadtsync
2021-09-13 deraadtno longer needed
2021-09-13 robertadd 7.1 syspatch pubkey
2021-09-13 visaRemember to lock user pmap in pmap_extract()
2021-09-13 visaConsistently use unsigned long for CPU masks in pmap.c.
2021-09-13 robertintroduce /etc/bsd.re-config which can be used to confi...
2021-09-13 krwDocument that the editing command 'disk' takes an optio...
2021-09-13 jmatthewEnable uaq(4) on amd64. Investigations into problems...
2021-09-13 robertcheck the installer's /tmp/i/hostname.* files for a...
2021-09-13 deraadttake us out of beta
2021-09-12 jmcfreebsd history is irrelevant here; pointed ok by and...
2021-09-12 krwStop taking detour through unit_types[SECTORS] to find
2021-09-12 tbDefault to using named curve parameter encoding
2021-09-12 antonannotate root only targets; ok bluhm@
2021-09-12 antonhook up libagentx; ok martijn@
2021-09-12 antonRevert recent uhidev report size changes. It's reported...
2021-09-11 deraadtIdentify TPM2.0 devices and perform the 2.0-specific...
2021-09-11 mglockerDon't set the highspeed bit on bcm2835-sdhci sdhc(4...
2021-09-11 schwarzemerge the description of SSL_get_tlsext_status_type(3)
2021-09-11 kettenisChange the scope of the locking in pmap_extract() to...
2021-09-11 schwarzeMerge documentation of EC_GROUP_order_bits(3) from...
2021-09-11 stspZero out iwx(4) Tx descriptors of frames which are...
2021-09-11 stspFix a bug in iwx(4) Tx done interrupt processing.
2021-09-11 jobAdd BGPSec Router (RFC 8209) Key Purpose OID
2021-09-11 schwarzeDo not ignore SIGINT while waiting for input if editlin...
2021-09-11 schwarzeMerge documentation for BN_bn2binpad(3), BN_bn2lebinpad(3),
2021-09-11 djmwhen using SFTP protocol, continue transferring files...
2021-09-10 millertCalling OpenSSL_add_all_digests() is no longer needed...
2021-09-10 stspLet iwx(4) resume directly in DVACT_WAKEUP instead...
2021-09-10 krwStop using NULL as a synonym for "s" (SECTORS). Just...
2021-09-10 bluhmWhen writing a message, syslogd did a combination of...
2021-09-10 tbsync
2021-09-10 tbcrank major for libcrypto as well
2021-09-10 tbmajor bump (same type of crank as libssl)
2021-09-10 tbbump major after symbol addition and struct removal...
2021-09-10 tbUpdate Symbols.list after API additions
2021-09-10 tbBump minor after symbol addition
2021-09-10 tbAdd BN_bn2{,le}binpad(), BN_lebin2bn(), EC_GROUP_order_...
2021-09-10 nicmDo fatal/fatalx a different way so the compiler trick...
2021-09-10 tbMove SSL_set0_rbio() outside of LIBRESSL_HAS_TLS1_3
2021-09-10 tbExpose SSL_get_tlext_status_type() in tls1.h
2021-09-10 tbExpose SSL_R_NO_APPLICATION_PROTOCOL in ssl.h
2021-09-10 tbExpose SSL_CTRL_GET_TLSEXT_STATUS_REQ_TYPE in ssl.h
2021-09-10 tbExpose SSL_CTX_get0_privatekey() in ssl.h
2021-09-10 tbRemove TLS1_get_{,client_}version()
2021-09-10 tbRemove SSL3_RECORD and SSL3_BUFFER
2021-09-10 tbRemove TLS1_RT_HEARTBEAT
2021-09-10 tbMake SSL opaque
2021-09-10 tbRemove struct tls_session_ticket_ext_st and TLS_SESSION...
2021-09-10 tbUncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatu...
2021-09-10 tbUse BN_RAND_* instead of mysterious values in the docum...
2021-09-10 tbExpose EC_GROUP_order_bits() in <openssl/ec.h>
2021-09-10 tbExpose BN_bn2{,le}binpad() and BN_lebin2bn() in <openss...
2021-09-10 tbExpose BN_RAND_* in <openssl/bn.h>
2021-09-10 nicmGet rid of the last two warnings by turning them off...
2021-09-10 schwarzeQuirk-compatibility with GNU tbl(1):
2021-09-10 claudioProperly handle keep-alive for HTTP/1.1. If the server...
2021-09-10 schwarzeIn a tbl(7) having the "nospaces" option, skip space...
2021-09-10 dtuckerDocument that non-interactive commands are run via...
2021-09-10 dtuckerDocument behaviour of arguments following non-interacti...
2021-09-10 tbDo not ignore SSL_TLSEXT_ERR_FATAL from the ALPN callback
2021-09-10 tbPrepare to provide BN_RAND_* flags for BN_rand_range()
2021-09-10 tbPrepare to provide SSL_CTX_get0_privatekey()
2021-09-10 nicmDisable aliases inside aliases for the moment.
2021-09-10 dtuckerClarify which file's attributes -p preserves, and that...
2021-09-10 antonMinor KNF nit, align struct field.
2021-09-10 antonInstead of letting uhidev drivers get the report sizes...
2021-09-10 djmopenssh-7.4 was incorrectly listed twice; spotted by...
2021-09-10 antonRemove unused repsizes array.
2021-09-10 deraadtannotate what symbols are used from sys/param.h lines...
2021-09-10 deraadtnothing from sys/param.h is used
2021-09-10 deraadtthe SunOS lseek 4G wraparound workaround is not needed...
2021-09-09 kettenisAdjust for DT binding changes. Add some temporary...
2021-09-09 nicmKeep -? as usage.
2021-09-09 jasperadd test for printing empty arguments
2021-09-09 jasperfix crash when passing empty cli arguments as B_AT_NIL...
2021-09-09 nicmTurn on both button and all mouse modes for menus since...
2021-09-09 jasperadd hist() tests similar to mapempty.bt
2021-09-09 mpiAdd THREAD_PID_OFFSET to tracepoint arguments that...
2021-09-09 mpiMove a check to avoid panicing on contended rwlock...
2021-09-09 antonEnsure that the kill signal undergoing testing is not...
2021-09-09 schwarzeIn HTML output, in cells with an "n" (number) layout...
2021-09-09 krwSimplify logic in USER_edit() loop to eliminate unnecessary
2021-09-09 beckWhen calling the legacy callback, ensure we catch the...
2021-09-09 tbRework openssl-ruby-tests to run all passing tests...
2021-09-09 schwarzeIf the layout or data of an individual cell in a tbl...
2021-09-09 claudioRework how various OIDs are compared in the code.
2021-09-09 nicmExpand argument to run-shell again.
2021-09-09 claudioNo need to initialize nuv, it is assigned to before...
2021-09-09 krwScan unit_types[] array using nitems() and eliminate...
2021-09-09 tbzap trailing whitespace
2021-09-09 tbzap trailing whitespace
2021-09-09 mpiRelax the check for accessing variable before setting...
2021-09-09 schwarzeDo not abuse the "cleandir" target to delete part of...
next