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
/
libssl
Age
Commit message (
Expand
)
Author
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
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-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
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-05-25
Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as using
Philip Guenther
2015-05-17
Record inter-library dependencies between libcrypto, libssl and libtls
Mark Kettenis
2015-05-15
Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.
Jonathan Gray
2015-04-29
Add whitespace and replace OPENSSL_free with free in documentation.
Doug Hogan
2015-04-29
Call CBB_add_space() rather than reimplementing it.
Doug Hogan
2015-04-29
Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.
Doug Hogan
2015-04-29
Added len_len error checking for internal cbb_buffer_add_u().
Doug Hogan
2015-04-29
Call CBS_mem_equal() rather than reimplementing it.
Doug Hogan
2015-04-29
Avoid NULL deref in CBS_get_any_asn1_element().
Doug Hogan
2015-04-29
Added error checking for len argument in cbs_get_u().
Doug Hogan
2015-04-29
free() can handle NULL.
Doug Hogan
2015-04-25
Check for invalid leading zeros in CBS_get_asn1_uint64.
Doug Hogan
2015-04-15
Clean up the ssl_bytes_to_cipher_list() API - rather than having the
Joel Sing
2015-04-06
readdir() is thread-safe when DIR handles aren't shared, so delete the lock.
Philip Guenther
2015-03-31
Nuke the OPENSSL_MAX_TLS1_2_CIPHER_LENGTH hack - this has to be enabled at
Joel Sing
2015-03-27
Factor out the init_buf initialisation code, rather than duplicating it
Joel Sing
2015-03-27
BUF_MEM_free() has its own explicit NULL check.
Joel Sing
2015-03-19
Fix several crash causing defects from OpenSSL.
Ted Unangst
2015-03-11
delay EVP_MD_CTX_init so we don't forget to clean it up.
Ted Unangst
2015-03-08
Reject DH keys sent by a server if they are considered too small; inspired
Miod Vallat
2015-03-02
Fix a minor information leak that was introduced in t1_lib.c r1.71, whereby
Joel Sing
2015-02-25
Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman
Brent Cook
2015-02-22
Bump libcrypto and libssl majors, due to various recent churn.
Joel Sing
[prev]
[next]