Age | Commit message (Expand) | Author |
2015-09-11 | Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of a | Joel Sing |
2015-09-11 | fix unchecked mallocs - coverity 130454 and 130455 | Bob Beck |
2015-09-11 | Merge the remnants of s3_enc.c into t1_enc.c. | Joel Sing |
2015-09-11 | Hoist all the GPT header checks into gpt_chk_header(). Tweak remaining | Kenneth R Westerback |
2015-09-11 | Build actual boot code with -D_STANDALONE so that we do not include userland | Miod Vallat |
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 | Introduce rtref(9) use it in rtable_lookup() before returning a route | Martin Pieuchot |
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 | sync | Theo de Raadt |
2015-09-11 | In `ifconfig media` output, stop advertising media with fixed data | Stefan Sperling |
2015-09-11 | Convert dtls1_send_finished() and ssl3_send_finished() to | Joel Sing |
2015-09-11 | fter fixing poll(2) semantics in dynamic TCP buffer size update, | Alexander Bluhm |
2015-09-11 | Add PROTO_WRAP() for (almost) all the syscalls that libpthread doesn't | Philip Guenther |
2015-09-11 | Apply the link state change hook to RTF_LOCAL routes. | Martin Pieuchot |
2015-09-11 | Convert _TM_ flags to TAME_ flags, collapsing the entire mapping | Theo de Raadt |
2015-09-11 | rtfree(9) accepts NULL now. | Martin Pieuchot |
2015-09-11 | typo | Theo de Raadt |
2015-09-11 | When pf modifies a TCP packet, it sets the M_TCP_CSUM_OUT flag in | Alexander Bluhm |
2015-09-11 | Move all prototypes of gpt helper functions to top of file. Rename | Kenneth R Westerback |
2015-09-11 | Bring back the expansion-into-.byte-sequences routines removed in r1.9, but | Miod Vallat |
2015-09-11 | When ARIN prepared for the IPv4-pocolypse, they put aside a /10 for | Peter Hessler |
2015-09-11 | Shuffle some variables around, add a couple, and eliminate hordes | Kenneth R Westerback |
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 | "Shutdown" should be "Shut down" in the usage for s_time's -no_shutdown | Lawrence Teo |
2015-09-11 | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | Nicholas Marriott |
2015-09-11 | Put the *client_method* data structures and functions in the same place. | Joel Sing |
2015-09-11 | Increment the reference count of CLONING routes before flushing all | Martin Pieuchot |
2015-09-11 | Remove engine command and parameters from openssl(1). | Brent Cook |
2015-09-11 | Save/restore MSR_APICBASE during suspend/resume | Stefan Fritsch |
2015-09-11 | more for NAME; | Jason McIntyre |
2015-09-11 | more cleanup; | Jason McIntyre |
2015-09-11 | update NAME; various cleanup | Jason McIntyre |
2015-09-11 | Move initialization of count of spoofed GPT partitions closer | Kenneth R Westerback |