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
2014-10-08
use reallocarray() to detect multiplicative integer overflow; obvious
Theo de Raadt
2014-10-08
obvious realloc -> reallocarray conversion
Theo de Raadt
2014-10-08
obvious reallocarray()
Theo de Raadt
2014-10-08
using reallocarray() gives us multiplicative integer overflow checking
Theo de Raadt
2014-10-08
obvious conversion of realloc() to reallocarray(). Luckily this is
Theo de Raadt
2014-10-08
obvious reallocarray(); ok doug
Theo de Raadt
2014-10-08
obvious malloc -> reallocarray, for mult int oflow
Theo de Raadt
2014-10-08
use reallocarray(); ok doug
Theo de Raadt
2014-10-08
reallocarray() to detect potential int overflow; ok doug
Theo de Raadt
2014-10-08
reallocarray() for mult int overflow detect; ok doug
Theo de Raadt
2014-10-07
Use strdup() instead of malloc() + memcpy().
Miod Vallat
2014-10-07
EC_KEY_set_group() does an EC_GROUP_dup() of its argument, so we don't
Miod Vallat
2014-10-06
Remove the #ifdef HAVE_SIGACTION from libevent. The struct
Alexander Bluhm
2014-10-06
When verifying whether an IP address is in the commonName of a
Jeremie Courreges-Anglas
2014-10-06
If we have to match against a wildcard in a cert, verify that it contains
Jeremie Courreges-Anglas
2014-10-05
The fixes to X509_PURPOSE_add() in r1.18 actually could cause a global
Miod Vallat
2014-10-05
Be sure to check the stack push operation for success in v2i_POLICY_MAPPINGS();
Miod Vallat
2014-10-05
In v2i_AUTHORITY_INFO_ACCESS(), separate object allocation from object push
Miod Vallat
2014-10-05
Memory leak upon error in set_dist_point_name().
Miod Vallat
2014-10-05
Be sure to check object allocation for success before using them.
Miod Vallat
2014-10-05
Missing deallocation upon error.
Miod Vallat
2014-10-05
Fix memory leak in the error path of v2i_AUTHORITY_KEYID().
Miod Vallat
2014-10-05
compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.se
Theo de Raadt
2014-10-05
Use more specific curves/formats naming for local variables in
Joel Sing
2014-10-05
Use tls1_get_curvelist() in ssl_add_clienthello_tlsext(), rather than
Joel Sing
2014-10-05
Make tls1_get_formatlist() behave the same as tls1_get_curvelist() and
Joel Sing
2014-10-03
verify changes are major change
Ted Unangst
2014-10-03
Strip trailing new-lines from syslog messages. This avoids empty
Alexander Bluhm
2014-10-03
Bump minor for ECHD auto and other recent changes.
Joel Sing
2014-10-03
Bump minor version for ECDH auto.
Joel Sing
2014-10-03
allow disabling hostname and cert verification separately.
Ted Unangst
2014-10-03
Allow "auto" to be specified as an ECDH curve name and make this the
Joel Sing
2014-10-03
Add support for automatic ephemeral EC keys.
Joel Sing
2014-10-03
Use string literals in printf style calls so gcc's -Wformat works.
Doug Hogan
2014-10-02
Fix a crash when there is text after a failed %Z conversion in strptime.
Doug Hogan
2014-10-01
openssl.cnf tweaks following recent changes to usr.bin/openssl:
Stuart Henderson
2014-09-30
Clean up EC cipher handling in ssl3_choose_cipher().
Joel Sing
2014-09-29
Bump major to 28, regen .pc and header with new version info.
James Turner
2014-09-29
Merge conflicts.
James Turner
2014-09-29
Update sqlite3 to 3.8.6. A list of changes are available here:
James Turner
2014-09-29
Previous fix (1.12) would cause a NULL pointer dereference in the error path
Miod Vallat
2014-09-29
Move cipher configuration handling to the shared SSL configuration function
Joel Sing
2014-09-29
Add an option that allows the enabled SSL protocols to be explicitly
Joel Sing
2014-09-29
When freeing the config, explicitly call ressl_config_clear_keys() rather
Joel Sing
2014-09-29
check_cert(): be sure to reset ctx->current_crl to NULL before freeing it.
Miod Vallat
2014-09-29
X509_NAME_get_text_by_OBJ(): make sure we do not pass a negative size to
Miod Vallat
2014-09-29
X509_VERIFY_PARAM_set1_name(): if invoked with NULL as the second
Miod Vallat
2014-09-28
Wrap long lines and add missing argument name.
Joel Sing
2014-09-28
Bump minor after adding SSL_CTX_use_certificate_chain().
Reyk Floeter
2014-09-28
Provide a ressl config function that explicitly clears keys.
Joel Sing
[next]