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
2020-11-19
Allow specific devices to be used for play-only and rec-only modes.
Alexandre Ratchov
2020-11-18
Plug leak in x509_verify_chain_dup()
Theo Buehler
2020-11-18
Plug a big memory leak in the new validator
Theo Buehler
2020-11-18
zap ugly empty line before closing brace
Theo Buehler
2020-11-18
Move freeing of the verify context to its natural place instead of
Theo Buehler
2020-11-18
KNF (whitespace)
Theo Buehler
2020-11-18
bump to 3.3.0
Brent Cook
2020-11-17
typo & punctuation in comment
Theo Buehler
2020-11-16
Implement exporter for TLSv1.3.
Joel Sing
2020-11-16
Use X509_V_OK instead of 0.
Joel Sing
2020-11-16
Add back an X509_STORE_CTX error code assignment.
Joel Sing
2020-11-15
Return the specific failure for a "self signed certificate" in the chain
Bob Beck
2020-11-14
Constify dktypenames and fstypenames in libc.
Philip Guenther
2020-11-14
remove macro instances from arbitrary string width specifiers. for example
Jason McIntyre
2020-11-14
EVFILT_EXCEPT operates on sockets (emil engler)
Jason McIntyre
2020-11-11
Handle additional certificate error cases in new X.509 verifier.
Joel Sing
2020-11-11
Implement auto chain for the TLSv1.3 server.
Joel Sing
2020-11-11
Use size_t for key_block_len.
Joel Sing
2020-11-11
Update getentropy on Windows to use Cryptography Next Generation (CNG).
Brent Cook
2020-11-07
Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and
Mark Kettenis
2020-11-07
Fix ilogb(3) implementation. The results have to match FP_ILOGB0 and
Mark Kettenis
2020-11-07
Actually m88k assembler can not handle 'nop' mnemonic, use a macro instead.
Kenji Aoyama
2020-11-05
double word fixes;
Jason McIntyre
2020-11-03
Fix bad indent.
Joel Sing
2020-11-03
Only check BIO_should_read() on read and BIO_should_write() on write.
Joel Sing
2020-11-03
Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.
Joel Sing
2020-11-02
typo: ASN1_parse_time -> ASN1_time_parse
Theo Buehler
2020-10-31
Align with C99 (and our implementation) and describe the return values for
Mark Kettenis
2020-10-27
The printf format string component %n is a nearly turning-complete gadget.
Theo de Raadt
2020-10-27
Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 to
Martijn van Duren
2020-10-27
Adjust manpage to uint32_t->int32_t change.
Martijn van Duren
2020-10-27
According to SMI (RFC 2578) an integer is signed. Somehow I managed to
Martijn van Duren
2020-10-26
Retguard asm macros for powerpc libc, ld.so
gkoehler
2020-10-26
Set ax_rbsize before calling malloc and use it in malloc.
Martijn van Duren
2020-10-26
The agentx API will first appear in 6.9.
Theo Buehler
2020-10-26
Add missing RCS tags
Theo Buehler
2020-10-26
use installed include file
Theo de Raadt
2020-10-26
make includes should be more verbose
Theo de Raadt
2020-10-26
s/agentx_/ax_/g and s/subagentx_/agentx_/g
Martijn van Duren
2020-10-26
Initialize srl to NULL to silence gcc. There is no case where this is
Martijn van Duren
2020-10-26
Add a safety net to ensure that we set an error on the store context.
Theo Buehler
2020-10-26
If x509_verify() fails, ensure that the error is also set on the store
Theo Buehler
2020-10-26
Make sure that x509_vfy_check_id() failure also sets ctx->error, not only
Theo Buehler
2020-10-26
Remove trailing spaces & tabs
denis
2020-10-25
clock_gettime.2: overhaul manpage
cheloha
2020-10-24
some fixes from varik valefor;
Jason McIntyre
2020-10-21
Save and restore the MXCSR register and the FPU control word such that
Mark Kettenis
2020-10-21
Stop documenting some functions as macros.
Theo Buehler
2020-10-20
Align the basename(3) and dirname(3) prototypes with the POSIX spec:
Christian Weisgerber
2020-10-20
Use a trap instruction that unconditionally terminates the process.
Visa Hankala
[next]