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
2015-06-20
Convert ssl_parse_clienthello_renegotiate_ext to CBS.
Doug Hogan
2015-06-20
Replace internal call to CRYPTO_memcmp with timingsafe_memcmp.
Doug Hogan
2015-06-20
Bump major after {,asr_}print_sockaddr() renaming.
Jeremie Courreges-Anglas
2015-06-20
Fix warning on vax due to old gcc.
Doug Hogan
2015-06-20
Rename print_sockaddr() to avoid symbol visibility problems
Jeremie Courreges-Anglas
2015-06-20
Crank major for libcrypto, ssl and tls due to MDC-2DES removal.
Doug Hogan
2015-06-20
Remove obsolete MDC-2DES from libcrypto.
Doug Hogan
2015-06-19
Tweak whitespace and remove dangling, unneeded "else".
Jeremie Courreges-Anglas
2015-06-19
Remove needless casts. There's no reason to cast delim to char *
Todd C. Miller
2015-06-19
Return the failing engine ID in the error stack.
Brent Cook
2015-06-19
Add standard headers, C++ support to tls.h.
Brent Cook
2015-06-19
Disable ENGINE_load_dynamic (dynamic engine support).
Brent Cook
2015-06-19
Convert tls1_alpn_handle_client_hello() to CBS.
Doug Hogan
2015-06-19
Add CBS_dup() to initialize a new CBS with the same values.
Doug Hogan
2015-06-18
Extend the input types for CBB_add_*() to help catch bugs.
Doug Hogan
2015-06-18
Remove Microsoft Server Gated Crypto.
Doug Hogan
2015-06-18
Change DTLS client cert request code to match TLS.
Doug Hogan
2015-06-17
add DST Root CA X3 certificate, already present in most browser cert stores.
Stuart Henderson
2015-06-17
Clean up alert codes and add references.
Joel Sing
2015-06-17
Keep alerts sorted by alert code.
Joel Sing
2015-06-17
Remove pointless comments.
Joel Sing
2015-06-17
Convert ssl_next_proto_validate to CBS.
Doug Hogan
2015-06-17
Convert tls1_check_curve to CBS.
Doug Hogan
2015-06-17
KNF whitespace.
Doug Hogan
2015-06-17
Use explicit int in bs_cbs.c.
Doug Hogan
2015-06-17
Use explicit int in bs_ber.c.
Doug Hogan
2015-06-17
Add CBS_write_bytes() to copy the remaining CBS bytes to the caller.
Doug Hogan
2015-06-17
Add a new function CBS_offset() to report the current offset in the data.
Doug Hogan
2015-06-17
Cleanup SSL_OP_* compat flags in ssl.h.
Doug Hogan
2015-06-17
Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.
Masao Uebayashi
2015-06-16
Be more strict about BER and DER terminology.
Doug Hogan
2015-06-16
Simplify cbs_get_any_asn1_element_internal based on comments from jsing@
Doug Hogan
2015-06-15
Make CBS_get_any_asn1_element() more compliant with DER encoding.
Doug Hogan
2015-06-15
Remove ancient SSL_OP_NETSCAPE_CA_DN_BUG from SSLeay days.
Doug Hogan
2015-06-15
Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.
Doug Hogan
2015-06-15
Remove 1997's compat hack SSL_OP_SSLEAY_080_CLIENT_DH_BUG.
Doug Hogan
2015-06-15
Update SSL_OP_* to remove ancient hacks that are no longer enabled.
Doug Hogan
2015-06-13
in glob() initialize the glob_t before the first failure check.
Theo de Raadt
2015-06-13
Split up the logic in CBB_flush to separately handle the lengths.
Doug Hogan
2015-06-13
Explain the ASN.1 restriction that requires extra logic for encoding.
Doug Hogan
2015-06-13
When initial capacity is 0, always use NULL buffer.
Doug Hogan
2015-06-13
Add comments about how the CBS constants are constructed.
Doug Hogan
2015-06-13
Reject long-form tags in CBS_peek_asn1_tag.
Doug Hogan
2015-06-13
Fix bad indenting in LibreSSL.
Doug Hogan
2015-06-13
Remove unneeded sys/sysctl.h on linux.
Brent Cook
2015-06-12
Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.
Masao Uebayashi
2015-06-11
The correct semantic is to check msgbuf_write() for <= 0, not just < 0.
Reyk Floeter
2015-06-11
Avoid an infinite loop that can occur when verifying a message with an
Joel Sing
2015-06-11
Avoid a potential out-of-bounds read in X509_cmp_time(), due to missing
Joel Sing
2015-06-11
Avoid an infinite loop that can be triggered by parsing an ASN.1
Joel Sing
[next]