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
2024-10-28
unifdef -m -DCORRECT_PRIV_KEY_PADDING=1 ec_asn1_test.c
Theo Buehler
2024-10-28
It helps to commit the actual test scripts...
Theo Buehler
2024-10-28
relayd: add regress coverage for client certs
Theo Buehler
2024-10-28
relayd: add support for client certificates
Theo Buehler
2024-10-28
share/man/man5/python-module.5: document MODPY_TEST_LINK_SO
kirill
2024-10-28
Enable the tests that depend on correct private key padding
Theo Buehler
2024-10-28
Fix private key encoding in i2d_ECPrivateKey()
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split public key setting into a helper
Theo Buehler
2024-10-28
Expose eckey_compute_key() from ec_ameth
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split private key setting into a helper
Theo Buehler
2024-10-28
d2i_ECPrivateKey: split parameter setting into a helper
Theo Buehler
2024-10-28
Rename the EC_KEY in i2o_ECPublicKey() to ec_key
Theo Buehler
2024-10-28
Rename the EC_KEY in i2d_ECPrivateKey() to ec_key
Theo Buehler
2024-10-28
ec_print.c: fix includes.
Theo Buehler
2024-10-28
c2sp: run test against openssl/3.4 if it is installed
Theo Buehler
2024-10-28
Set AP power state. Fixes the SMC initialization on (at least) the M1
Mark Kettenis
2024-10-28
Improve RK_DEBUG debug code to also print the mailbox messages that we send.
Mark Kettenis
2024-10-28
Remove unnecessary pfctl cleanup in error_notify()
Claudio Jeker
2024-10-28
Add a dummy bgpctl command to check that bgpd is still running.
Claudio Jeker
2024-10-28
Remove two fatalx calls in pt_fill since they are wrong.
Claudio Jeker
2024-10-28
Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.
Vitaliy Makkoveev
2024-10-28
Change uvm_swapout_threads() to return the amound of freed pages.
Martin Pieuchot
2024-10-28
Match tab cells when searching, from Alexander Arch in GitHub issue
Nicholas Marriott
2024-10-28
Treat tabs as a word separator, from Alexander Arch in GitHub issue
Nicholas Marriott
2024-10-28
Fix issues in the command prompt: set PROMPT_QUOTENEXT after quoting
Nicholas Marriott
2024-10-27
remove unused MSQID defines; ok mpi@ miod@
Jonathan Gray
2024-10-27
Remove KERNEL_LOCK() dance around km_alloc(9) & km_free(9).
Martin Pieuchot
2024-10-27
d2i_ECParameters: clean up entry and exit
Theo Buehler
2024-10-27
d2i_ECParameters: rename a to out_ec_key
Theo Buehler
2024-10-27
d2i_ECParameters: rename ret to ec_key
Theo Buehler
2024-10-27
i2d_ECParameters: rename a to ec_key
Theo Buehler
2024-10-27
To prepare to add ixv(4), update the mailbox functionalities of ixbge
YASUOKA Masahiko
2024-10-27
explicitly include endian.h
Damien Miller
2024-10-27
fix ML-KEM768x25519 KEX on big-endian systems;
Damien Miller
2024-10-26
{d2i,i2d}_ECParameters() also want a bit of exercising
Theo Buehler
2024-10-26
d2i_ECPrivateKey: move the version setting where it belongs
Theo Buehler
2024-10-26
d2i_ECPrivateKey: minor cleanup for entry and exit path
Theo Buehler
2024-10-26
a and ret aren't great names for EC_KEYs
Theo Buehler
2024-10-26
Mechanically rename priv_key to ec_privatekey
Theo Buehler
2024-10-26
ec_asn1_test: play some silly games to cover a few more code paths
Theo Buehler
2024-10-26
Add regress coverage for ec_print.c
Theo Buehler
2024-10-26
remove unneeded forward struct declarations
Jonathan Gray
2024-10-26
remove TTMASK define, unused since csrg rev 7.2
Jonathan Gray
2024-10-25
mlkem768x25519-sha256 has been promoted to default key exchange
Christian Weisgerber
2024-10-25
remove unused cdev_fb_init() define
Jonathan Gray
2024-10-25
Unlock timeout_sysctl(). `tostat' timeout(9) statistics is already
Vitaliy Makkoveev
2024-10-25
Allow tabs even on terminals without UTF-8, reported by jmc.
Nicholas Marriott
2024-10-25
Cosmetic tweak to make point2oct and oct2point more symmetric
Theo Buehler
2024-10-25
Allow control characters to be entered at the command prompt prefixed
Nicholas Marriott
2024-10-25
Do not attempt to search for zero length strings, from Alexander Arch in
Nicholas Marriott
[next]