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
2019-06-02
Complete the ld.so boot cleanup: move most libc initialization from
Philip Guenther
2019-06-01
Limit maximum number of length octets to platform independent sizeof(int32_t).
rob
2019-06-01
Fix warnings when building zlib with ZLIB_CONST defined
Jeremie Courreges-Anglas
2019-05-31
Note closefrom(2)'s origins in Solaris 9.
cheloha
2019-05-30
__realpath(2) appears to have improved, so re-enable the code that
Theo de Raadt
2019-05-29
Relax parsing of TLS key share extensions on the server.
Joel Sing
2019-05-29
Do not send an SNI extension when resuming a session that contains a server
Joel Sing
2019-05-29
There are some bugs in __realpath(2) -- it isn't quite ready so disable
Theo de Raadt
2019-05-28
Fix typo and label indent.
Joel Sing
2019-05-28
Tidy up some names/structures following the renaming of TLS extension
Joel Sing
2019-05-28
_thread_sys___realpath must be exported like _thread_sys___getcwd obviously.
Theo de Raadt
2019-05-28
Enable the use of the kernel __realpath() system call in the libc wrapper.
Bob Beck
2019-05-26
Tweak "RETURN VALUES" sections to mention setting errno, as so many
Kenneth R Westerback
2019-05-23
Only override size of chunk if we're not given the actual length.
Otto Moerbeek
2019-05-23
bump to LibreSSL 3.0.0
Brent Cook
2019-05-23
add stdlib.h for reallocarray
Brent Cook
2019-05-21
whitespace
rob
2019-05-21
Cleanup some residual markup from the ber.3 days.
rob
2019-05-20
*an* RSA;
Jason McIntyre
2019-05-19
clarify that later flags modify earlier flags;
Ingo Schwarze
2019-05-17
add various missing information
Ingo Schwarze
2019-05-16
Add XXX to a comment.
rob
2019-05-16
Correct errno markup. Noticed by schwarze.
rob
2019-05-16
More consistently put remarks about the less useful LC_* categoties,
Ingo Schwarze
2019-05-15
sort SEE ALSO;
Jason McIntyre
2019-05-15
add substantial amounts of missing information;
Ingo Schwarze
2019-05-15
Consistently make errno a .Vt
rob
2019-05-15
delete two stray blank lines
Ingo Schwarze
2019-05-15
delete some duplicate words
Ingo Schwarze
2019-05-15
s3 is never NULL since s2 (formerly used for SSLv2) does not exist, so there is
Brent Cook
2019-05-15
Split ber.3 into logical parts. Further tweaking will be done in tree.
rob
2019-05-14
Correct missing test to determine if length is in bytes or in bits.
Bob Beck
2019-05-13
Remove unused pad check, which is handled by tls1_cbc_remove_padding() now.
Brent Cook
2019-05-13
Acquire mutex before incrementing the refcount. Fixes COV-186144
Brent Cook
2019-05-13
Add missing word in comment.
Theo Buehler
2019-05-13
Move 'how this works' details from namespace.h to DETAILS
Philip Guenther
2019-05-13
The fd used by nlist() isn't application visible, so mark it close-on-exec
Philip Guenther
2019-05-13
explicitly mention that RES_NOALIASES has no effect;
Ingo Schwarze
2019-05-13
Mention introduction of *_conceal.
Otto Moerbeek
2019-05-12
Enable support for the writting of BITSTRING by treating it as an OCTETSTRING.
rob
2019-05-12
Enforce smallest number of contents octets for int (and enum).
rob
2019-05-12
Mention #include of <sys/types.h> in synopsis.
rob
2019-05-12
Fail early if a (universal) primitive type identifies as constructed, or if a
rob
2019-05-12
Enforce minimal number of octets for tag > 30.
rob
2019-05-12
In long form encoding, explicitly prohibit an initial length octet of 0xff
rob
2019-05-12
Add ZLIB_CONST
Jeremie Courreges-Anglas
2019-05-12
Fix signed overflow in X509_CRL_print().
Theo Buehler
2019-05-12
Revert the other hunk of r1.36 as well: in the case of CCM, ccm.key is
Theo Buehler
2019-05-12
Unifdef TM_GMTOFF TM_ZONE USG_COMPAT ALTZONE to make the code more readable.
Ingo Schwarze
2019-05-12
Stop the eyebleed in here and just use calloc
Bob Beck
[next]