Age | Commit message (Expand) | Author |
2018-02-23 | Drop redundant bzero() calls. ses_ghash is allocated with M_ZERO, so | Visa Hankala |
2018-02-23 | In dh.h rev. 1.22 2018/02/20 17:38:15, tb@ provided | Ingo Schwarze |
2018-02-23 | In bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ provided | Ingo Schwarze |
2018-02-23 | various tweaks; ok dlg | Jason McIntyre |
2018-02-23 | some cleanup for BindInterface and ssh-keyscan; | Jason McIntyre |
2018-02-23 | regen | David Gwynne |
2018-02-23 | masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devs | David Gwynne |
2018-02-23 | Add unsetrdomain() and option -rdomain to return an interface to routing | akoshibe |
2018-02-23 | Add ssh-keyscan -D option to make it print its results in SSHFP format | Damien Miller |
2018-02-23 | Add missing braces. | Darren Tucker |
2018-02-23 | lint fix | David Gwynne |
2018-02-23 | unbreak interop test after SSHv1 purge; | Damien Miller |
2018-02-23 | add a SECURITY CONSIDERATIONS section. | David Gwynne |
2018-02-23 | provide some (probably too many) nvgre(4) examples | David Gwynne |
2018-02-23 | Add BindInterface ssh_config directive and -B command-line argument | Damien Miller |
2018-02-22 | try to fix the nvgre words a bit | David Gwynne |
2018-02-22 | sync | Christian Weisgerber |
2018-02-22 | speeling | David Gwynne |
2018-02-22 | In x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided | Ingo Schwarze |
2018-02-22 | Set the PG_G (global) bit on the special page table entries that are shared | Philip Guenther |
2018-02-22 | The compile time assertion for cpu info did not work with gcc. | Alexander Bluhm |
2018-02-22 | The GNU assembler does not understand 1ULL, so replace the constant | Alexander Bluhm |
2018-02-22 | sync | Joel Sing |
2018-02-22 | Bump lib{crypto,ssl,tls} minors due to symbol additions. | Joel Sing |
2018-02-22 | Provide SSL_is_server(). | Joel Sing |
2018-02-22 | Provide SSL_up_ref(). | Joel Sing |
2018-02-22 | Provide SSL_CTX_get_ciphers(). | Joel Sing |
2018-02-22 | Provide SSL_SESSION_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_chain_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_get0_objects(), X509_STORE_get_ex_data() and | Joel Sing |
2018-02-22 | Provide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X509_CRL(). | Joel Sing |
2018-02-22 | Provide X509_STORE_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_get0_store(). | Joel Sing |
2018-02-22 | In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided | Ingo Schwarze |
2018-02-22 | Provide X509_get0_tbs_sigalg(). | Joel Sing |
2018-02-22 | Provide X509_set1_notBefore() and X509_set1_notAfter(). | Joel Sing |
2018-02-22 | Provide X509_get0_pubkey(). | Joel Sing |
2018-02-22 | Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate(). | Joel Sing |
2018-02-22 | Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid(). | Joel Sing |
2018-02-22 | Provide X509_CRL_up_ref(). | Joel Sing |
2018-02-22 | Provide X509_REQ_get_signature_nid(). | Joel Sing |
2018-02-22 | Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate() | Joel Sing |
2018-02-22 | Provide DH_get0_engine(). | Joel Sing |
2018-02-22 | Provide BIO_up_ref(). | Joel Sing |
2018-02-22 | In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided | Ingo Schwarze |
2018-02-22 | In bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided BN_get_rfc*(3) | Ingo Schwarze |
2018-02-22 | various tweaks; | Jason McIntyre |
2018-02-22 | Remove an unused variable. | Nicholas Marriott |
2018-02-22 | Check prefix when retrying so it is checked while repeat flag is | Nicholas Marriott |
2018-02-22 | Add exit-empty option to exit server if no sessions (defaults to on). | Nicholas Marriott |