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-09-12
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
Joel Sing
2015-09-12
Move handshake message header length determination into a separate
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_done().
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_hello().
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_hello_request().
Joel Sing
2015-09-12
Convert the rest of the server handshake functions to ssl3_handshake_msg_*.
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_client_verify() - the
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_client_key_exchange() - the
Joel Sing
2015-09-12
Use explicit_bzero() instead of memset() when clearing private keys.
Joel Sing
2015-09-12
Pull variable assignment out from function call, fix indentation and set
Joel Sing
2015-09-12
style(9) and whitespace cleanups.
Joel Sing
2015-09-12
Remove workaround for old SIMICS toolchain.
Miod Vallat
2015-09-12
Remove horribly old and outdated `documentation' for the assembly code.
Miod Vallat
2015-09-11
Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a
Joel Sing
2015-09-11
Merge the remnants of s3_enc.c into t1_enc.c.
Joel Sing
2015-09-11
Nuke ssl_set_peer_cert_type().
Joel Sing
2015-09-11
Nuke ssl_bad_method().
Joel Sing
2015-09-11
Nuke ssl3_default_timeout().
Joel Sing
2015-09-11
Nuke ssl_replace_hash().
Joel Sing
2015-09-11
Nuke ssl3_cbc_remove_padding().
Joel Sing
2015-09-11
Nuke ssl3_alert_code().
Joel Sing
2015-09-11
Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().
Joel Sing
2015-09-11
Nuke ssl3_final_finish_mac().
Joel Sing
2015-09-11
Nuke ssl3_change_cipher_state().
Joel Sing
2015-09-11
Nuke ssl3_generate_master_secret().
Joel Sing
2015-09-11
Nuke ssl3_setup_key_block() and ssl3_generate_key_block().
Joel Sing
2015-09-11
Nuke n_ssl3_mac().
Joel Sing
2015-09-11
Nuke ssl3_enc().
Joel Sing
2015-09-11
Nuke SSLv3_enc_data.
Joel Sing
2015-09-11
Shuffle the code in ssl3_send_finished() to make it more logical/readable.
Joel Sing
2015-09-11
Replace dtls1_send_finished() with ssl3_send_finished() - they're now
Joel Sing
2015-09-11
style(9), fix comments, wrap long lines and tweak whitespace.
Joel Sing
2015-09-11
Convert dtls1_send_finished() and ssl3_send_finished() to
Joel Sing
2015-09-11
Bring back the expansion-into-.byte-sequences routines removed in r1.9, but
Miod Vallat
2015-09-11
Put the *method* data structures and functions in the same place.
Joel Sing
2015-09-11
Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assembler
Miod Vallat
2015-09-11
Put the *server_method* data structures and functions in the same place.
Joel Sing
2015-09-11
Put the *client_method* data structures and functions in the same place.
Joel Sing
2015-09-11
Fixup inter-bank movq/movd operations, emit bytes for pclmulqdq again.
Brent Cook
2015-09-11
unify files further
Theo de Raadt
2015-09-10
When loading a DSA key from an raw (without DH parameters) ASN.1 serialization,
Miod Vallat
2015-09-10
delete empty SYNOPSIS section
Ingo Schwarze
2015-09-10
Remove support for DTLS_BAD_VER. We do not support non-standard and
Joel Sing
2015-09-10
Put OPENSSL_cleanse under #ifndef LIBRESSL_INTERNAL.
Joel Sing
2015-09-10
CRYPTO_set_mem_debug_functions() and CRYPTO_set_mem_functions() are already
Joel Sing
2015-09-10
Correct spelling of OPENSSL_cleanse.
Joel Sing
2015-09-10
Remove pointless comments.
Joel Sing
2015-09-10
Replace remaining M_ASN1_STRING_* macros with calls to ASN1_STRING_*.
Joel Sing
[prev]
[next]