artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
2023-07-03
jsg
use semicolon not comma at eol
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
jasper
fix uuid_dec_{b,l}e prototypes
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
jmc
some minor fix up;
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
nicm
Another warning fix for GCC from Thomas Klausner.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
jasper
when shutting down a vm, handle the VM id in the same...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
krw
Nuke unused label 'next:'.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
beck
Bring back no_tls1 and no_tls1_1 as undocumented silent...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
kn
typofix lladdr in function names; OK deraadt jan
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
tb
Switch ECDSA code to using EC_GROUP_get0_order()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
tb
Provide internal-only EC_GROUP_get0_order()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
guenther
Bring malloc(9) and <sys/malloc.h> into sync for M_...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
beck
Remove the tls1.0 and 1.1 related options from the...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
krw
The only thing worse than treating 'return' as a functi...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
tb
Another empty line did not want to go in
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
beck
Stop caring about tls 1.0 and 1.1.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
beck
Stop testing tls 1.0 and 1.1
commit
|
commitdiff
|
tree
|
snapshot
2023-07-03
tb
Trade a pair of extra braces for a missing empty line
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
bru
Add button mappings for two- and three-finger clicks...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Simplify allocation checks
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
bluhm
Use TSO and LRO on the loopback interface to transfer...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Clean up dynamic tables in OPENSSL_cleanup()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
cheloha
all platforms, kernel: remove __HAVE_CLOCKINTR symbol
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
beck
Disable TLS 1.0 and TLS 1.1 in libssl
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Convert some tables to C99 initializers
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Fix return values of ecx methods
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
jsing
Demacro SHA-512.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Fix typo in previous
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Use asprintf() to avoid repetition in string constants
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Split ECPKParameters_print()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Switch sign_sig() and sign_setup() to using BN_CTX
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
espie
lost silence_children behavior by accident
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Revert hunk accidentally committed in r1.39
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Rework handling of the out_kinv and out_r pointers
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
jsing
Replace bn_sqr_words() with bn_sqr_add_words().
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Rename ctx_in into in_ctx, kinvp into out_kinv and...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Rename a few variables from X to x
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
deraadt
sync
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Simplify things by switching to bn_rand_interval()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Unconditionally zero the ECDH key
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
deraadt
PS_CHROOT flag must also be copied when forking. This...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Teach openssl ca about Ed25519 certificates
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Teach openssl req about EdDSA certs
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
beck
Remove the ability to do tls 1.0 and 1.1 from libtls.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
ECDSA_size(): move order a few lines down
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Invert method checks to avoid stupid line breaks
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
Move the EC_POINT a bit down and a * to the right place
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
tb
ech_key.c: Fix includes
commit
|
commitdiff
|
tree
|
snapshot
2023-07-02
cheloha
clockintr_cpu_init: stagger clock interrupts by MAXCPUS
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
drahn
Add sensor to qccpu to be able to show all cpu frequencies.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
otto
Document that small allocations are initially junked...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
drahn
Manpage for qccpu.4
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
drahn
Add driver for QC cpu Power States.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
drahn
Enable AC detection in qcpas driver.
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Reverse polarity to avoid an overlong line
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Reword comment to fit on a single line
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
tmp is a silly name for a point on an elliptic curve
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Garbage collect the now unused len
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Test and assign for EC_KEY_get0_private_key()
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Add a missing NULL check for group
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Reference commit needed in the next major bump
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Simplify handling of ret
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Use BN_bn2binpad() instead of handrolling it
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Remove unused y from ECDH key computation
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
crypto.h: move the error stuff to the end
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
jsing
Warn and fail to attach dwmmc(4) if no clock base is...
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
jsing
Add support for JH7110 to dwmmc(4).
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
jsing
Add support for JH7110 to stftemp(4).
commit
|
commitdiff
|
tree
|
snapshot
2023-07-01
tb
Simplify ASN1_bn_print() usage in ec/
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
nicm
Change a few types to fix warnings, from Thomas Klausner.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
tb
whitespace
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
jsg
sepcific -> specific
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
nicm
Get rid of some warnings with GCC 10, from Thomas Klausner.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
sashan
let check_table() also print table@anchor when it exits
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
mvs
Use "newcon" instead of "netlck" as identifier of the...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
mvs
Introduce M_PF type for pf(4) related memory allocation...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-30
otto
Recommit "Allow to ask for deeper callers for leak...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
dv
acpi(4)/acpibtn(4): use opt-in approach for wakeup...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
krw
Fix handling of 'N-* 100' template entries.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
florian
Update to nsd 4.7.0
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
claudio
Spaces vs tabs
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
claudio
Rewrite pfe_route() to actually work on 64bit archs...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
tb
rpki-client: fix vap_pas stats
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
claudio
In rrdp_session_save() stop the loop over deltas once...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
tb
update rpki-regress. log.c is no more.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
tb
Retire log.c
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
job
There no longer is a need to wrap the (now AFI-agnostic...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
jsg
regen
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
jsg
add Intel Raptor Lake / 700 Series LP ids
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
tb
Drop the no longer necessary -DLIBRESSL_CRYPTO_INTERNAL
commit
|
commitdiff
|
tree
|
snapshot
2023-06-29
tb
Move check_defer() and obj_cleanup_defer to evp/names.c
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
sashan
pfioctl() must make sure pfioctl_rw() gets unlocked...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
tb
Adjust EC_GROUP_get_basis_type() documentation
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
op
revert makefile change included by mistake in previous
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
op
drop needless strcspn in the header parsing
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
op
drop needless strcspn in the header parsing
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
tb
The warning noise due to the ASPA transition is just...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
kn
Revert r1.406 "Close all pf transactions before opening...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
tobhe
Add support to verify X509 chain from CERT payloads.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
gerhard
Don't call daemon() after proc_init(), otherwise the...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-28
krw
Refactor editor_allocspace() into easier to follow...
commit
|
commitdiff
|
tree
|
snapshot
next