summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-07sync usage(); ok espieJason McIntyre
2015-02-07put -G and it's args back onto one line in SYNOPSIS, to avoid having mandocJason McIntyre
2015-02-07Closing a block validates it, which may end up deleting it,Ingo Schwarze
2015-02-07Update New Mexico area codes (the change happened in 2006).Anthony J. Bentley
2015-02-07Don't support very old versions of Netscape (is there any other kind?).Doug Hogan
2015-02-07document -CMarc Espie
2015-02-07add support for the popular -C option, in the least intrusive way possible:Marc Espie
2015-02-07Delete a lot of #if 0 code in libressl.Doug Hogan
2015-02-07Typo, discussed with deraadt@Mike Larkin
2015-02-07syncTheo de Raadt
2015-02-07typo caught by the ever attentive mlarkinTed Unangst
2015-02-07Close appropriate ends of pfpipe. Lets pf table process die when dhcpdKenneth R Westerback
2015-02-07add STARTTLS support, using the shiny libtls.Henning Brauer
2015-02-07Add support for interface-mtu (option 26).Kenneth R Westerback
2015-02-07remove unused cu(1) support in tip; it is supplied as a seperateTheo de Raadt
2015-02-07Convert tls_connect_fds() and tls_accept_socket() to the new OpenSSL errorJoel Sing
2015-02-07pf synproxy will do the 3WHS on behalf of the target machine, and onceHenning Brauer
2015-02-07Convert several of the server side handshake functions to the new handshakeJoel Sing
2015-02-07document restriction on argv having one elementTed Unangst
2015-02-07forbid execve() with argc == 0. prompted by a millert email.Ted Unangst
2015-02-07Add examples for stravis() and strnvis() to vis.3.Doug Hogan
2015-02-07Need to define APM_USER_HIBERNATE_REQ here too.Miod Vallat
2015-02-07Introduce VM_KERNEL_SPACE_SIZE as a replacement forMiod Vallat
2015-02-07double word fix;Jason McIntyre
2015-02-07mechanical conversion of this code to using siphash instead of some xors.David Gwynne
2015-02-07Handle suspend/resume for iwm(4) devices, by syncing with iwn(4)Peter Hessler
2015-02-07Document tls dhe and tls ecdhe options.Joel Sing
2015-02-07be more careful about argc == 0Ingo Schwarze
2015-02-07make RB_PROTOTYPE usage ISO C compliant by removing useless semicolonsMartin Pelikan
2015-02-07Add httpd configuration options to allow the specification of DHEJoel Sing
2015-02-07syncTheo de Raadt
2015-02-07Crank major for libcrypto since symbols have been removed.Joel Sing
2015-02-07Add tls_config_set_dheparams() to allow specification of the parameters toJoel Sing
2015-02-07Don't allow tag number 31 in CBB_add_asn1().Doug Hogan
2015-02-07Crank libssl major due to the recent changes and removals.Joel Sing
2015-02-07port NSEC3 and TLSA parsing code into dig(1) from ISC BIND 9.10.1-P1Martin Pelikan
2003-01-20ISC BIND version 9.2.2rc1Jakob Schlyter
2015-02-07Clean up the {get,put}_cipher_by_char() implementations. Also useJoel Sing
2015-02-07keep this in sync a bit with userland by putting static on functionsDavid Gwynne
2015-02-07userland gets static on functions only used within a file.David Gwynne
2015-02-07argc is passed as a long by the kernel, define it as such to match whatMiod Vallat
2015-02-07Only call free in CBB_init().Doug Hogan
2015-02-07Attempt to implement the OpenSSL error dance so that TLS read/writeJoel Sing
2015-02-07Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().Joel Sing
2015-02-07Provide a SSL_CIPHER_get_by_value() function that allows a cipher to beJoel Sing
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.Brent Cook
2015-02-07Print a different error message if the route entry supposed to containMartin Pieuchot
2015-02-07adapt to resume_randomness() changesTheo de Raadt
2015-02-07allow ctrl-d to quit after a game as wellTed Unangst
2015-02-07use unsigned char type to avoid many castsTed Unangst