CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 23:06:06
Modified files:
lib/libcrypto/pkcs12: p12_mutl.c
Log message:
fix indent
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/07/24 20:25:56
Modified files:
lib/libc/gen : getcwd.3 uname.3
lib/libc/stdio : setvbuf.3
lib/libc/stdlib: getenv.3 getopt.3
lib/libm/man : erf.3
usr.bin/id : i
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/07/24 19:57:48
Modified files:
usr.bin/nl : nl.1
Log message:
nl(1) was first in System III not SVR2
problem with FreeBSD manual page reported by segaloco on TUHS list
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2022/07/24 17:29:11
Modified files:
regress/usr.bin/ssh: test-exec.sh
Log message:
Test TEST_SSH_ELAPSED_TIMES for empty string not executable. No-op
on most platforms but should prevent warnings in -portab
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2022/07/24 16:38:25
Modified files:
sys/netinet: ip_input.c
sys/netinet6 : ip6_input.c
Log message:
Fix assertion for write netlock in rip6_input(). ip6_input() has
shared net lock. ip_deliv
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 15:41:29
Modified files:
lib/libcrypto/x509: x509_lib.c
Log message:
Plug leak in X509V3_add1_i2d()
Do not leak the extension that was deleted from the stack.
via OpenSSL c3efe5c9.
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 14:02:04
Modified files:
lib/libcrypto/ts: ts.h ts_rsp_sign.c
Log message:
Prepare to resurrect TS_RESP_CTX_set_time_cb()
This was removed shortly after the fork since TS is not 2038-ready
and si
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 13:54:46
Modified files:
lib/libcrypto/ts: ts.h ts_verify_ctx.c
Log message:
Prepare to provide TS_VERIFY_CTX accessors
The setters make no sense since they do not free the old members and
return
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 13:25:36
Modified files:
lib/libcrypto/ts: ts.h ts_rsp_utils.c
Log message:
Prepare to provide various TS_STATUS_INFO accessors
This adds TS_STATUS_get0_{failure_info,text,status}() as well as
TS
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 12:55:22
Modified files:
lib/libcrypto/pkcs12: p12_key.c
Log message:
Align PKCS12_key_gen_uni() with OpenSSL
This is Dr Stephen Henson's rewrite avoiding BIGNUM (OpenSSL 54c68d35).
Additionally
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 12:51:16
Modified files:
lib/libcrypto/pkcs12: p12_kiss.c
Log message:
Minor fixes in PKCS12_parse()
Pull up clearing of output parameters before first return
(OpenSSL 524fdd51 by Bernd Edlinger)
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 12:48:04
Modified files:
lib/libcrypto/pkcs12: p12_asn.c
Log message:
Per RFC 7292, safeContentsBag is a SEQUENCE OF, not a SET OF
OpenSSL b709babb by Richard Levitte
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 12:45:21
Modified files:
lib/libcrypto/pkcs12: p12_mutl.c
Log message:
Clear key on exit in PKCS12_gen_mac()
Also switch to heap-allocated HMAC_CTX and clean a few things up
stylistically.
loose
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 12:41:08
Modified files:
lib/libcrypto/pkcs12: p12_mutl.c
Log message:
Plug a leak in PKCS12_setup_mac()
based on OpenSSL 1b8f1937 by Dmitry Belyavskiy
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/07/24 11:23:23
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2022/07/24 11:22:13
Modified files:
sys/dev/cardbus: if_athn_cardbus.c
sys/dev/pci: if_athn_pci.c pcidevs
Log message:
Update Atheros AR928X pcidev string
The AR9280 half Mini Card (HB92) suppo
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/07/24 09:05:16
Modified files:
lib/libssl : ssl_lib.c
Log message:
Move cipher_id bsearch functions back to the bottom of the file.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/07/24 08:31:37
Modified files:
lib/libssl : tls13_quic.c
Log message:
Set NULL BIOs for QUIC.
When used with QUIC, the SSL BIOs are effectively unused, however we still
currently expect them to exi
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/07/24 08:28:17
Modified files:
lib/libssl : Makefile ssl_locl.h tls13_internal.h
tls13_lib.c tls13_record_layer.c tls_internal.h
Added files:
lib/libssl : tls13_
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/07/24 08:19:45
Modified files:
lib/libssl : tls13_lib.c
Log message:
Move tls13_phh_done_cb() after tl13_phh_received_cb().
This is the order that they're called/run in.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2022/07/24 08:16:29
Modified files:
lib/libssl : ssl.h tls13_client.c tls13_internal.h
tls13_lib.c tls13_record_layer.c tls13_server.c
Log message:
Provide QUIC encryption level
CVSROOT:/cvs
Module name:www
Changes by: bl...@cvs.openbsd.org 2022/07/24 08:00:56
Modified files:
. : errata70.html errata71.html
Log message:
Release xserver and cron errata.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/07/24 06:22:12
Modified files:
share/man/man5 : pf.conf.5
Log message:
document limit-item "anchors"; from martin vahlensieck
while here, rework the "set limit" section:
- use a simple list
- add some
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2022/07/24 05:00:22
Modified files:
sys/uvm: uvm_aobj.c uvm_aobj.h uvm_page.c uvm_pager.c
Log message:
Revert simplification of the aiodone daemon it breaks swap on arm64.
Found the hard way by mlar
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 04:52:51
Modified files:
lib/libssl : ssl_tlsext.c
Log message:
Rely on tlsext_parse() to set a decode_error alert
Instead of setting the alert manually in various parse handlers, we can
make
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/07/24 02:16:47
Modified files:
lib/libcrypto : Makefile
lib/libcrypto/ts: ts.h ts_asn1.c ts_req_utils.c ts_rsp_print.c
ts_rsp_sign.c ts_rsp_utils.c ts_rsp_verify.c
26 matches
Mail list logo