index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-07-04
Remove mbuf low watermark vars. Unused since uipc_mbuf.c rev 1.244.
Jonathan Gray
2023-07-04
Add some extra parenthesis for consistency.
Mark Kettenis
2023-07-04
Plug leak in the ssltest
Theo Buehler
2023-07-04
Factor the computation of ECDSA s into a function
Theo Buehler
2023-07-04
document the recent addition of "Building from scratch" and what it means.
Marc Espie
2023-07-04
add support for unix domain sockets to ssh -W
David Gwynne
2023-07-04
m_reclaim() was removed in uipc_mbuf.c rev 1.195
Jonathan Gray
2023-07-04
a little knf, no functional change
David Gwynne
2023-07-04
remove unused global var
Jonathan Gray
2023-07-03
record when pkg_add is actually doing something.
Marc Espie
2023-07-03
favor REGRESS_EXPECTED_FAILURES
Anton Lindqvist
2023-07-03
also make things 5.36 if not used
Marc Espie
2023-07-03
Add support for marking lines with a shell prompt based on the OSC 133
Nicholas Marriott
2023-07-03
Enable mouse.tp.mtbuttons for apldcms
Tobias Heider
2023-07-03
use consistent queue(9) example for LIST removal; OK bluhm mvs
Klemens Nanni
2023-07-03
An empty string indicates there is no NXTNUM().
Kenneth R Westerback
2023-07-03
sign_sig: drop ckinv
Theo Buehler
2023-07-03
Rework the logic in ECDSA sign_sig()
Theo Buehler
2023-07-03
add regress tests for the remainder of the function provided by our uuid.h
Jasper Lievisse Adriaanse
2023-07-03
add a few tests related to --cflags and --libs in combination with Requires.p...
Jasper Lievisse Adriaanse
2023-07-03
Use new ibuf API. Use ibuf_data() and ibuf_size() instead of direct
Claudio Jeker
2023-07-03
Delete some more references to dead policy code.
Tobias Heider
2023-07-03
sign_sig: test on assignment
Theo Buehler
2023-07-03
sign_setup: split another check into two
Theo Buehler
2023-07-03
typo
Tobias Heider
2023-07-03
Do not risk writing over the end of the buffer when it ends in #
Nicholas Marriott
2023-07-03
Use ibuf_data() and ibuf_size() instead of accessing struct ibuf.
Claudio Jeker
2023-07-03
Split range checks for ECDSA r and ECDSA s
Theo Buehler
2023-07-03
Switch a couple of test from ucmp to cmp
Theo Buehler
2023-07-03
ossl_ecdsa_verify_sig(): simplify range checks
Theo Buehler
2023-07-03
List variables in a somewhat more sensible order
Theo Buehler
2023-07-03
In ossl_ecdsa_verify_sig() use BN_CTX more idiomatically
Theo Buehler
2023-07-03
Split a bunch of unrelated checks
Theo Buehler
2023-07-03
Make ossl_ecdsa_verify_sig() single exit
Theo Buehler
2023-07-03
Switch ossl_ecdsa_verify() to timingsafe_memcmp()
Theo Buehler
2023-07-03
Streamline ossl_ecdsa_verify()
Theo Buehler
2023-07-03
Use ibuf_data() instead of direct access to ibuf->buf,
Claudio Jeker
2023-07-03
Use ibuf_data() instead of directly accessing ibuf->buf.
Claudio Jeker
2023-07-03
Use ibuf_data() instead of accessing ibuf->buf directly.
Claudio Jeker
2023-07-03
Explicit parameter printing can also use get0_order()
Theo Buehler
2023-07-03
Convert ossl_ec_key_gen() and EC_KEY_check_key()
Theo Buehler
2023-07-03
Convert EC_GROUP_check() to EC_GROUP_get0_order()
Theo Buehler
2023-07-03
Inline two copies of EC_GROUP_order_bits()
Theo Buehler
2023-07-03
use semicolon not comma at eol
Jonathan Gray
2023-07-03
fix uuid_dec_{b,l}e prototypes
Jasper Lievisse Adriaanse
2023-07-03
some minor fix up;
Jason McIntyre
2023-07-03
Another warning fix for GCC from Thomas Klausner.
Nicholas Marriott
2023-07-03
when shutting down a vm, handle the VM id in the same way as a VM name argument
Jasper Lievisse Adriaanse
2023-07-03
Nuke unused label 'next:'.
Kenneth R Westerback
2023-07-03
Bring back no_tls1 and no_tls1_1 as undocumented silently discarded opitons
Bob Beck
[next]