summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-22Provide X509_CRL_set1_lastUpdate() and X509_CRL_set1_nextUpdate().Joel Sing
2018-02-22Provide X509_CRL_get0_extensions() and X509_CRL_get_signature_nid().Joel Sing
2018-02-22Provide X509_CRL_up_ref().Joel Sing
2018-02-22Provide X509_REQ_get_signature_nid().Joel Sing
2018-02-22Provide X509_REVOKED_get0_extensions(), X509_REVOKED_get0_revocationDate()Joel Sing
2018-02-22Provide DH_get0_engine().Joel Sing
2018-02-22Provide BIO_up_ref().Joel Sing
2018-02-22In x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ providedIngo Schwarze
2018-02-22In bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided BN_get_rfc*(3)Ingo Schwarze
2018-02-22various tweaks;Jason McIntyre
2018-02-22Remove an unused variable.Nicholas Marriott
2018-02-22Check prefix when retrying so it is checked while repeat flag isNicholas Marriott
2018-02-22Add exit-empty option to exit server if no sessions (defaults to on).Nicholas Marriott
2018-02-22remove some debug code in nvgreDavid Gwynne
2018-02-22Always reallocate a new memory chunk when changing the gateway of aMartin Pieuchot
2018-02-22typo;Jason McIntyre
2018-02-22Same change as rev 1.22 in ospfd:Claudio Jeker
2018-02-22The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions toClaudio Jeker
2018-02-22don't get in the way of setting the rdomain on gre(4)David Gwynne
2018-02-22slight tweakDavid Gwynne
2018-02-22reorganise the manpage with subsections for each type of interface.David Gwynne
2018-02-22make the Nd lines (subjectively) less worseDavid Gwynne
2018-02-21implement nvgre(4) based on rfc7637 aka NVGREDavid Gwynne
2018-02-21Mark VIA padlock as capable of dealing with ESNMike Belopuhov
2018-02-21Delete the kernel link kit tgz after extraction to align with theRobert Peichaer
2018-02-21Tweak comments.Robert Peichaer
2018-02-21If there is one interface, and it is configured via dhcp, and the leaseRobert Peichaer
2018-02-21Meltdown: implement user/kernel page table separation.Philip Guenther
2018-02-21Call socreate() before falloc() in sys_socket().Martin Pieuchot
2018-02-21if egre takes the packet, it's done, don't fall through to l3 processing.David Gwynne
2018-02-21whitespace fixesDavid Gwynne
2018-02-21add bsd.mpJonathan Gray
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20Add GENERIC.MP directory.Mark Kettenis
2018-02-20Add GENERIC.MP.Mark Kettenis
2018-02-20Release the secondary CPUs.Mark Kettenis
2018-02-20Make arm64 pmap (somewhat) mpsafe.Mark Kettenis
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan Gray
2018-02-20Fix bogus check. Spotted by brynet, thanks.Theo Buehler
2018-02-20RSA_get_flags should be RSA_test_flags.Theo Buehler
2018-02-20whitespace nitTheo Buehler
2018-02-20syncTheo Buehler
2018-02-20Crank lib{crypto,ssl,tls} minors after symbol addition.Theo Buehler
2018-02-20Provide BIO_meth_{g,s}et_callback_ctrl()Theo Buehler
2018-02-20Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}()Theo Buehler
2018-02-20Zap an 'int' that snuck in.Theo Buehler
2018-02-20Provide SSL_SESSION_get_protocol_version()Theo Buehler
2018-02-20Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics.Theo Buehler
2018-02-20Provide DH_set_length()Theo Buehler
2018-02-20Provide DH_bits()Theo Buehler