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-07-15
Fix two theoretical NULL pointer dereferences which can only happen if you
Miod Vallat
2015-07-15
Fix possible 32 byte buffer overrun, found by coverity, CID 78869
Bob Beck
2015-07-15
Memory leak; Coverity CID 78836
Miod Vallat
2015-07-15
Unchecked allocations, and make sure we do not leak upon error. Fixes
Miod Vallat
2015-07-15
Avoid leaking objects upon error; tweaks & ok doug@
Miod Vallat
2015-07-15
Do not allow TS_check_signer_name() with signer == NULL from
Miod Vallat
2015-07-15
Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,
Miod Vallat
2015-07-14
Partially convert ssl3_get_message to CBS.
Doug Hogan
2015-07-14
Convert dtls1_get_hello_verify to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_cipher_by_char to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_client_certificate to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_finished to CBS.
Doug Hogan
2015-07-14
Convert ssl_parse_clienthello_use_srtp_ext to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_cert_status to CBS.
Doug Hogan
2015-07-14
Convert ssl3_get_server_certificate to CBS.
Doug Hogan
2015-06-29
fix the build on arm after the recent addition of -Wundef
Jonathan Gray
2015-06-28
Convert ssl_bytes_to_cipher_list to CBS.
Doug Hogan
2015-06-27
Fix pointer to unsigned long conversion.
Doug Hogan
2015-06-24
Put BUF_memdup() and BUF_reverse() under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-06-24
Stop using BUF_memdup() within the LibreSSL code base - it is correctly
Joel Sing
2015-06-23
Change CBS_dup() to also sync the offset.
Doug Hogan
2015-06-21
Check for failure with CBB_init() in bs_ber.c.
Doug Hogan
2015-06-20
Convert ssl3_get_new_session_ticket to CBS.
Doug Hogan
2015-06-20
Convert ssl3_get_next_proto to CBS.
Doug Hogan
2015-06-20
Convert ssl_parse_serverhello_renegotiate_ext to CBS.
Doug Hogan
2015-06-20
Handle NIST curve names.
Joel Sing
2015-06-20
Have ECPKParameters_print() include the NIST curve name, if known.
Joel Sing
2015-06-20
Provide EC_curve_nid2nist() and EC_curve_nist2nid().
Joel Sing
2015-06-20
Make SSL_OP_ALL readable.
Joel Sing
2015-06-20
Put CRYPTO_memcmp() under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-06-20
Replace remaining CRYPTO_memcmp() calls with timingsafe_memcmp().
Joel Sing
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
Fix warning on vax due to old gcc.
Doug Hogan
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
Return the failing engine ID in the error stack.
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
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
[next]