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-29
Switched min_heap to size_t to prevent integer overflows.
Tobias Stoeckmann
2019-04-28
Avoid an undefined shift in ASN1_ENUMERATED_get().
Theo Buehler
2019-04-28
Avoid an undefined shift in ASN1_INTEGER_get().
Theo Buehler
2019-04-26
Undo changes to tmpfile.c r1.5.
Martijn van Duren
2019-04-25
Use calloc/freezero when allocating and freeing the session ticket data.
Joel Sing
2019-04-25
Use EVP_CIPHER_CTX_{new,free}() and HMAC_CTX_{new,free}() instead of
Joel Sing
2019-04-25
Rename some variables in tls_decrypt_ticket().
Joel Sing
2019-04-23
missing dots after ".%P pp"; the case of btree(3) was
Ingo Schwarze
2019-04-23
Convert tls_decrypt_ticket() to CBS.
Joel Sing
2019-04-22
Add error checking to i2v_POLICY_MAPPINGS().
Theo Buehler
2019-04-22
Add error checking to i2v_POLICY_CONSTRAINTS().
Theo Buehler
2019-04-22
Add error checking to i2v_EXTENDED_KEY_USAGE().
Theo Buehler
2019-04-22
Add error checking to i2v_ASN1_BIT_STRING().
Theo Buehler
2019-04-22
Add error checking to i2v_BASIC_CONSTRAINTS().
Theo Buehler
2019-04-22
Add error checking to i2v_AUTHORITY_INFO_ACCESS(). While there, replace
Theo Buehler
2019-04-22
Avoid potential double frees in i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()
Theo Buehler
2019-04-22
Provide a derr label (decode/decrypt error) in tls1_decrypt_ticket().
Joel Sing
2019-04-22
Pass the session ID down to the session/ticket handling code as a CBS.
Joel Sing
2019-04-22
Inline and remove the tlsext_tick_md macro.
Joel Sing
2019-04-21
Add error checking to i2v_AUTHORITY_KEYID(), i2v_GENERAL_NAME()
Theo Buehler
2019-04-21
The noop v2i_PKEY_USAGE_PERIOD() has been commented out since beck
Theo Buehler
2019-04-21
Fix awful whitespace in OBJ_bsearch_ext()
Theo Buehler
2019-04-21
KNF: use proper wrapping of function return type and name
Theo Buehler
2019-04-21
adjust another bufcachepercent default
anton
2019-04-21
Clean up tls1_process_ticket().
Joel Sing
2019-04-21
Cleanup more of tls_decrypt_ticket().
Joel Sing
2019-04-21
Start cleaning up tls_decrypt_ticket().
Joel Sing
2019-04-21
fix some style nits to reduce noise in an upcoming diff
Theo Buehler
2019-04-21
Improve comment grammar
Philip Guenther
2019-04-20
knf, ok bluhm
Ted Unangst
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
[next]