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-04-20
Avoid undefined behaviour that results from negating a signed long with
Joel Sing
2019-04-19
Allocate md_data with calloc to avoid use of uninitialised memory.
Joel Sing
2019-04-19
Allocate fixed NIDs for SM3/SM4.
Joel Sing
2019-04-19
Work around a limitation of clang integrated assembler on mips64.
Visa Hankala
2019-04-19
Prevent clang from using builtins and jump tables in _dl_boot_bind()
Visa Hankala
2019-04-18
describe EIO failure state. noted by Maximilian Lorlacks
Ted Unangst
2019-04-18
unfold some compound operations to make this easier to follow
Ted Unangst
2019-04-16
Rewrite & fix X509V3_add_value()
Theo Buehler
2019-04-16
indent err: labels
Theo Buehler
2019-04-16
wrap an overlong line and kill a space before a tab
Theo Buehler
2019-04-16
Move function types to their own lines; rewrap.
Theo Buehler
2019-04-15
Avoid signed integer overflow.
Joel Sing
2019-04-14
Add input validation to BIO_read()/BIO_write().
Joel Sing
2019-04-14
Some more malloc() to calloc() conversions.
Joel Sing
2019-04-14
Remove two pointless chunks of code.
Joel Sing
2019-04-14
Use calloc() when allocating cipher_data.
Joel Sing
2019-04-14
Annotate a future improvement.
Joel Sing
2019-04-14
Avoid potential double-frees following EVP_CIPHER_CTX_copy().
Joel Sing
2019-04-14
Fix previous: I forgot to rename the bn_to_string() prototype.
Theo Buehler
2019-04-13
Null out pointers on asprintf() failure.
Theo Buehler
2019-04-13
Avoid quadratic behavior of decimal BIGNUM conversion
Theo Buehler
2019-04-13
Avoid leak in SSL_dup_CA_list()
Theo Buehler
2019-04-10
Avoid an overread caused by d2i_PrivateKey().
Joel Sing
2019-04-09
Recommend SSL_CTX_add1_chain_cert(3) rather than
Ingo Schwarze
2019-04-09
Document SSL_CTX_clear_mode(3) and SSL_clear_mode(3).
Ingo Schwarze
2019-04-07
Revert tasn_prn.c r1.18.
Joel Sing
2019-04-05
By design, our state machine is a DAG contrary to the state machine in
Theo Buehler
2019-04-05
Import SSL_CTX_add1_chain_cert(3) from OpenSSL branch 1.1.1, which is still
Ingo Schwarze
2019-04-05
Zap two dead #defines that were unused since jsing deleted the
Theo Buehler
2019-04-04
Implement legacy fallback for the TLS 1.3 client.
Joel Sing
2019-04-04
Clean up the cipher/digest table mess.
Joel Sing
2019-04-04
Only assign destlen when src is non-NULL.
Joel Sing
2019-04-04
Switch to pthread_mutex_init().
Joel Sing
2019-04-04
Bump libssl/libtls minors due to symbol addition.
Joel Sing
2019-04-04
Provide SSL chain/cert chain APIs.
Joel Sing
2019-04-04
This case also needs to be fatal.
Joel Sing
2019-04-04
update root CAs in cert.pem in sync with Mozilla
Stuart Henderson
2019-04-03
Avoid some out of bound accesses in aesni_cbc_hmac_sha1_cipher().
Theo Buehler
2019-04-02
Restrict which filesystems are available for swap. This rules out
Visa Hankala
2019-04-02
fix broken comment
Stuart Henderson
2019-04-01
Add a mutex to guard reference counting for tls_config.
Joel Sing
2019-04-01
Implement a print function for BIGNUM_it.
Joel Sing
2019-04-01
Correct the return values from long_print.
Joel Sing
2019-04-01
Require all ASN1_PRIMITIVE_FUNCS functions to be provided.
Joel Sing
2019-04-01
mark ERR_R_INTERNAL_ERROR instead of assert or _exit, sigh
Theo de Raadt
2019-04-01
repair confusing "} if" indentation as suggested by deraadt@
Christian Weisgerber
2019-04-01
Compile with -gdwarf-4 to suppress wrnings about DWARF2 in assembly code
Mark Kettenis
2019-04-01
Correct subtle bug in sigalgs, only care about curve_nid if we are
Bob Beck
2019-03-31
Clean up and simplify the client verify code:
Joel Sing
2019-03-31
Wrap long lines and apply some style(9).
Joel Sing
[next]