index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2022-03-03
Pull a len == 0 check up before malloc(len) to avoid implementation
Theo Buehler
2022-03-03
Do not write out terminating NUL in i2a_ASN1_OBJECT()
Theo Buehler
2022-03-02
Unwrap a line
Theo Buehler
2022-03-02
whitespace
Theo Buehler
2022-03-02
Rewrite ASN1_OBJECT content to ascii/text conversion.
Joel Sing
2022-03-01
add rtable capability to login.conf.
Ted Unangst
2022-02-28
Remove unused ivbits argument from chacha_keysetup to match other
Darren Tucker
2022-02-26
setuserenv: a missing /etc/login.conf file is not an error.
Todd C. Miller
2022-02-26
Currently malloc caches a number of free'ed regions up to 128k
Otto Moerbeek
2022-02-25
add setrtable to pledge("id"). from Matthew Martin
Ted Unangst
2022-02-24
Get rid of SHA1 for comparing CRL's - use SHA512 just like we do for certs.
Bob Beck
2022-02-24
Remove accidentally committed debug code.
Theo Buehler
2022-02-24
Minor tweaks
Theo Buehler
2022-02-24
Add sanity checks on p and q in old_dsa_priv_decode()
Theo Buehler
2022-02-22
MAXCOMLEN is no longer needed in these programs, so remove the annotation
Theo de Raadt
2022-02-22
Update libexpat to 2.4.6. This fixes CVE-2022-25235, CVE-2022-25236
Alexander Bluhm
2022-02-22
The include of sys/ktrace.h will require sys/types.h, so document this.
Theo de Raadt
2022-02-21
Factor out alert handing code in the legacy stack.
Joel Sing
2022-02-21
mutibyte -> multibyte
Jonathan Gray
2022-02-20
Fix a buffer overread in OAEP padding removal
Theo Buehler
2022-02-20
sys/proc.h requires sys/signal.h (will become visible when sys/param.h
Theo de Raadt
2022-02-19
Remove references to performance issues caused by frequent memmove().
Joel Sing
2022-02-19
Reduce memmoves in memory BIOs.
Joel Sing
2022-02-19
certificiate -> certificate
Jonathan Gray
2022-02-19
remove redundant swap encryption text
Jonathan Gray
2022-02-19
Provide a struct bio_mem for memory BIO specific data.
Joel Sing
2022-02-18
Avoid gendered language in man pages when not referring to a specific
Jonathan Gray
2022-02-18
Clean up and simplify memory BIO code.
Joel Sing
2022-02-18
prefer https links in man pages
Jonathan Gray
2022-02-18
grammar/reword
Jonathan Gray
2022-02-18
grammar
Jonathan Gray
2022-02-14
Revert change to ps for displaying chrooted process.
Rob Pierce
2022-02-14
Mark all the rpc 'ops' vectors, for auth, client, service, and xdr,
Philip Guenther
2022-02-13
Handle the case in freechunks where not a single allocation has happened.
Otto Moerbeek
2022-02-12
Avoid potential single byte overread in asn1_parse2().
Joel Sing
2022-02-12
Limit OID text conversion to 64 bits per arc.
Joel Sing
2022-02-11
Fix length check of IP addresses for name constraints
Theo Buehler
2022-02-11
Add missing error check for a2i_GENERAL_NAME()
Theo Buehler
2022-02-11
Fix a double free in v2i_NAME_CONSTRAINTS()
Theo Buehler
2022-02-11
Make OBJ_obj2nid() work correctly with NID_undef.
Joel Sing
2022-02-11
Fix typo in comment for f_favail.
Todd C. Miller
2022-02-10
introduce support for storing capability databases in /etc/login.conf.d;
Robert Nagy
2022-02-08
Plug a long standing leak in libtls CRL handling
Theo Buehler
2022-02-08
Change second argument of x25519_ge_scalarmult_base() from
Theo Buehler
2022-02-08
Using FILL_KPROC() from sysctl.h after rev 1.223 requires a definition
Jonathan Gray
2022-02-07
Avoid a NULL dereference in BN_mod_exp2_mont()
Theo Buehler
2022-02-07
Check for zero modulus in BN_MONT_CTX_set().
Theo Buehler
2022-02-06
Remove i <= 0 checks from SSL_get_error()
Joel Sing
2022-02-06
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
Joel Sing
2022-02-06
remove please from manual pages
Jonathan Gray
[next]