summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-12Convert the rest of the server handshake functions to ssl3_handshake_msg_*.Joel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_verify() - theJoel Sing
2015-09-12Uncopy and unpaste dtls1_send_client_key_exchange() - theJoel Sing
2015-09-12Use explicit_bzero() instead of memset() when clearing private keys.Joel Sing
2015-09-12Pull variable assignment out from function call, fix indentation and setJoel Sing
2015-09-12style(9) and whitespace cleanups.Joel Sing
2015-09-12Remove workaround for old SIMICS toolchain.Miod Vallat
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-12Update sqlite3 to 3.8.11.1. Bump major, regen .pc and header. ChangesJames Turner
2014-03-24Update sqlite to 3.8.4. A list of changes are available here:James Turner
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2012-11-29minor update to 3.7.14.1Marc Espie
2012-06-22import 3.7.13Marc Espie
2012-06-04minor update to 3.7.12.1Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2015-09-11Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of aJoel Sing
2015-09-11Merge the remnants of s3_enc.c into t1_enc.c.Joel Sing
2015-09-11Nuke ssl_set_peer_cert_type().Joel Sing
2015-09-11Nuke ssl_bad_method().Joel Sing
2015-09-11Nuke ssl3_default_timeout().Joel Sing
2015-09-11Nuke ssl_replace_hash().Joel Sing
2015-09-11Nuke ssl3_cbc_remove_padding().Joel Sing
2015-09-11Nuke ssl3_alert_code().Joel Sing
2015-09-11Nuke ssl3_cert_verify_mac() and ssl3_handshake_mac().Joel Sing
2015-09-11Nuke ssl3_final_finish_mac().Joel Sing
2015-09-11Nuke ssl3_change_cipher_state().Joel Sing
2015-09-11Nuke ssl3_generate_master_secret().Joel Sing
2015-09-11Nuke ssl3_setup_key_block() and ssl3_generate_key_block().Joel Sing
2015-09-11Nuke n_ssl3_mac().Joel Sing
2015-09-11Nuke ssl3_enc().Joel Sing
2015-09-11Nuke SSLv3_enc_data.Joel Sing
2015-09-11Shuffle the code in ssl3_send_finished() to make it more logical/readable.Joel Sing
2015-09-11Replace dtls1_send_finished() with ssl3_send_finished() - they're nowJoel Sing
2015-09-11style(9), fix comments, wrap long lines and tweak whitespace.Joel Sing
2015-09-11Convert dtls1_send_finished() and ssl3_send_finished() toJoel Sing
2015-09-11Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn'tPhilip Guenther
2015-09-11typoTheo de Raadt
2015-09-11Bring back the expansion-into-.byte-sequences routines removed in r1.9, butMiod Vallat
2015-09-11Put the *method* data structures and functions in the same place.Joel Sing
2015-09-11Pass "openbsd" instead of "openbsd-elf" as the "flavour" to the perl assemblerMiod Vallat
2015-09-11Put the *server_method* data structures and functions in the same place.Joel Sing
2015-09-11Put the *client_method* data structures and functions in the same place.Joel Sing
2015-09-11more for NAME;Jason McIntyre
2015-09-11more cleanup;Jason McIntyre
2015-09-11update NAME; various cleanupJason McIntyre
2015-09-11document tls_get_peer_subject, tls_get_peer_issuer, and tls_get_peer_hashBob Beck
2015-09-11lseek() is in <unistd.h> ok deraadt@Philip Guenther
2015-09-11Use PROTO_NORMAL() on __syscall to go direct, adjusting the declarationPhilip Guenther
2015-09-11!= -> == that I broke while bikesheddingBob Beck
2015-09-11Do not match a wildcard against a name with no host part.Bob Beck