artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
2024-07-10
tb
sync
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
tb
link EVP_PKEY_CTX_set_tls1_prf_md.3 to build
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
tb
Import EVP_PKEY_CTX_set_tls1_prf_md.3 from OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmatthew
as per if_ixl.c r1.88, protect the admin queue with...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
tb
Including kdf.h isn't enough, you also need evp.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmatthew
correct some Broadcom adapter model numbers that I...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
tb
Unwrap two lines
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmc
remove stray ".Xc";
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmc
grammar tweak;
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmc
grammar/macro/spelling fixes;
commit
|
commitdiff
|
tree
|
snapshot
2024-07-10
jmc
an universal -> a universal
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
bluhm
Prepare pmap for using the AMD SEV C-bit to encrypt...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
jan
mbuf.9: Add missing fields, fix order and spacing.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
jan
vmd(8): Avoid double DHCP reply when using the internal...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add another empty line
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Turn tls1_prf_alg() into single exit
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Unwrap a few more lines
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Unwrap a couple of lines
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Align math with t1_enc.c
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Minor cosmetics in pkey_tls1_prf_derive()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
yasuoka
Fix a typo
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Replace explicit_bzero() plus free() with freezero()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
yasuoka
Add radiusd_ipcp(8). A module which provides IP config...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Improve test coverage for TLS1-PRF
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add a minimal regress test for TLS1-PRF
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Shuffle things into a more sensible order
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Use better order in EVP_PKEY_CTRL_TLS_SECRET
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add tls1_prf_pkey_meth to pkey_methods
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Make a NULL check explicit
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Zap or align some ugly comments
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Test & assign once more
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
sec_len -> secret_len
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Test and assign in tls1_prf_P_hash()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Fix whitespace around '/'
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Invert logic in tls1_prf_alg()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
olen -> out_len
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add a few empty lines
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
seedlen -> seed_len
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
seclen -> secret_len
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
slen -> secret_len
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
sec -> secret
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Replace local typedef with spelling out the struct...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Remove a few useless comments
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Apply a knfmt(8) sledgehammer
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add an RCS tag
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Replace license stub with full license
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
link tls1_prf.c to build
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Replace a malloc() call with calloc()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Replace an ossl_assert() with an error check
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Use C99 initializers for tls1_prf_pkey_meth()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Inline an instance of OPENSSL_memdup()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Tidy up includes
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
OPENSSL_free() -> free()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
OPENSSL_cleanse() -> explicit_bzero()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
OPENSSL_clear_free() -> freezero()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
OPENSSL_malloc() -> malloc()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Spell OPENSSL_zalloc() correctly as calloc()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Mechanically replace KDFerr() with KDFerror()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
florian
Track configured and new prefix delegations in iface.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add a verbatim copy of tls1_prf.c from OpenSSL 1.1.1
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add various defines for TLS1-PRF
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
florian
Skip prefixes with vltime 0.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add EVP_PKEY_TLS1_PRF as alias for NID_tls1_prf
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Choose fixed NID for TLS1-PRF
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add NID for TLS1-PRF
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
mpi
Read the whole buffer, not its size minus one.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
jmatthew
netlock is no longer held for SIOCSIFMEDIA and SIOCGIFM...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
mlarkin
vmctl(8): set exit code for vmctl stat -r
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
claudio
Remove splassert() for now since IPL_STATCLOCK is MD...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
op
document C-u handling on shell-command{,-on-region...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
krw
Removing 'softdep' options from fstab entries during...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
op
mg: handle C-u in M-! and M-|
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Don't push the error stack in ssl_sigalg_select()
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
florian
remove unnused prototype
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
bentley
Document MODFONT_DOCDIR and MODFONT_DOCFILES.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Fix TLS key share check to not fire when using < TLS 1.3
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
deraadt
do not need to force bss values to 0
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
deraadt
do a manual ret-clean operation inside the vmm_dispatch...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
sync with userland: let z_off_t fall back to long long...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Let z_off_t fall back to long long instead of only...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Actually enable namespaced builds in both libcrypto...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
bluhm
IPv6 forward copies small packet content on the stack.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
dv
vmd/vmm: move vm_run_params into mi header.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
claudio
Reshuffle the switch cases in ptsignal and single_threa...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
kettenis
Implement MSI multiple-vector support.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
claudio
In sched_toidle() only call the TRACEPOINT if curproc...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
tb
Add bounded attributes to hmac.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
deraadt
KNF a pile of else if blocks; ok tb
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Enable namespaced builds by default for libssl and...
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
mlarkin
Remove trailing whitespace. No code change.
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide remaining unused ERR functions in err.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide CRYPTO_get_dynlock_create_callback
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide DES global variables
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Add missing symbols to Symbols.namespace
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Remove duplicates from Symbols.namespace
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide symbols for two missed public functions in bio.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide global _it symbols in pkcs12.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
beck
Hide global _it symbola in cms.h
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
jmc
point mount -> mount point;
commit
|
commitdiff
|
tree
|
snapshot
2024-07-09
jsg
change format strings to fix SEM_DEBUG build
commit
|
commitdiff
|
tree
|
snapshot
next