CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 23:16:08
Removed files:
lib/libcrypto/sha: sha_local.h
Log message:
Remove now unused sha_local.h.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 22:54:16
Modified files:
lib/libcrypto : crypto_internal.h md32_common.h
lib/libcrypto/sha: sha512.c
Log message:
Provide and use crypto_ro{l,r}_u{32,64}().
Various code in libcrypto ne
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 22:40:39
Modified files:
lib/libcrypto/sha: sha512.c
Added files:
lib/libcrypto : crypto_internal.h
Log message:
Provide and use crypto_store_htobe64().
It is common to need to store da
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/04/11 21:53:40
Modified files:
usr.sbin/rpki-client: print.c
Log message:
Align printing of geofeed records in filemode
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/04/11 20:20:07
Modified files:
sys/arch/octeon/dev: octmmc.c
Log message:
remove unused buffer selection code
ok visa@
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2023/04/11 17:22:47
Modified files:
. : groups.html
build : groups.dat
Log message:
tweak previous
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2023/04/11 16:39:58
Modified files:
. : groups.html
build : groups.dat
Log message:
add bsd.si user group; from jan prunk
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/04/11 15:14:19
Modified files:
sbin/fdisk : part.c
Log message:
Abstract find_[gpt|mbr]_menuitem() to simplify code and
prepare for future uses.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 12:58:20
Modified files:
lib/libcrypto/ec: ec2_mult.c ec2_oct.c ec2_smpl.c ec_check.c
ec_lib.c ec_mult.c ec_oct.c ecp_mont.c
ecp_nist.c ecp_oct.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 12:53:20
Modified files:
lib/libcrypto/ec: ecp_nist.c
Log message:
Clean up unused BIGNUM.
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/04/11 11:26:59
Modified files:
sbin/fdisk : part.c
Log message:
Simplify code by passing pointers to the appropriate type to
find_gpt_desc() and find_mbr_desc().
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/04/11 10:58:43
Modified files:
lib/libssl/man : BIO_f_ssl.3
lib/libcrypto/man: BIO_f_base64.3 BIO_f_buffer.3 BIO_f_cipher.3
BIO_f_md.3 BIO_f_null.3 BIO_s_accep
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/04/11 10:34:51
Modified files:
sbin/fdisk : part.c
Log message:
Shuffle mbr and gpt function prototypes and declarations together.
No functional change.
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org 2023/04/11 09:45:40
Modified files:
sys/conf : Tag: OPENBSD_7_3 newvers.sh
Log message:
7.3-stable
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/04/11 09:38:56
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Recommit jsing's r1.27 - portable is ready
Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().
Thanks to
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2023/04/11 09:35:31
Modified files:
lib/libcrypto/man: BIO_find_type.3
Log message:
While all the BIO_TYPE_* constants are part of the API, most of their
values are only part of the ABI and not of th
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2023/04/11 09:02:56
Modified files:
share/man/man1 : dpb.1
Log message:
be more forceful in pointing people to bulk(8) and proot(1).
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/04/11 07:03:03
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Back out r1.27 using htobe64() - apparently some OS don't have it.
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2023/04/11 05:23:09
Modified files:
share/man/man1 : proot.1
Log message:
give people a chance to find bulk(8) from proot(1)
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:41:10
Modified files:
lib/libcrypto : Makefile
Log message:
Consolidate sha1 into a single file.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:39:50
Added files:
lib/libcrypto/sha: sha1.c
Removed files:
lib/libcrypto/sha: sha1_one.c sha1dgst.c
Log message:
Consolidate sha1 into a single file.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:35:21
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Simplify handling of big vs little endian.
Rather than sprinkling BYTE_ORDER checks throughout the implementation,
always define
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:32:21
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Use htobe64() instead of testing BYTE_ORDER and then handrolling htobe64().
ok tb@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:26:29
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Omit sha512_block_data_order() prototype when assembly is not being used.
In the case that the pure C implementation of SHA512 is
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/04/11 04:21:02
Modified files:
lib/libcrypto/sha: sha512.c
Log message:
Remove less than useful implementation notes.
ok tb@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/04/11 04:10:52
Modified files:
regress/lib/libcrypto/bn: bn_mod_sqrt.c
Log message:
bn_mod_sqrt: remove no longer necessary complications due to the
non-deterministic nature of the old implementation.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/04/11 04:08:44
Modified files:
lib/libcrypto : Makefile
Added files:
lib/libcrypto/bn: bn_mod_sqrt.c
Removed files:
lib/libcrypto/bn: bn_sqrt.c
Log message:
Add a new implementation o
27 matches
Mail list logo