Age | Commit message (Expand) | Author |
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 |
2018-02-22 | remove some debug code in nvgre | David Gwynne |
2018-02-22 | Always reallocate a new memory chunk when changing the gateway of a | Martin Pieuchot |
2018-02-22 | typo; | Jason McIntyre |
2018-02-22 | Same change as rev 1.22 in ospfd: | Claudio Jeker |
2018-02-22 | The IF_EVT_NBR_CHNG event needs to be fired when a neighbor transitions to | Claudio Jeker |
2018-02-22 | don't get in the way of setting the rdomain on gre(4) | David Gwynne |
2018-02-22 | slight tweak | David Gwynne |
2018-02-22 | reorganise the manpage with subsections for each type of interface. | David Gwynne |
2018-02-22 | make the Nd lines (subjectively) less worse | David Gwynne |
2018-02-21 | implement nvgre(4) based on rfc7637 aka NVGRE | David Gwynne |
2018-02-21 | Mark VIA padlock as capable of dealing with ESN | Mike Belopuhov |
2018-02-21 | Delete the kernel link kit tgz after extraction to align with the | Robert Peichaer |
2018-02-21 | Tweak comments. | Robert Peichaer |
2018-02-21 | If there is one interface, and it is configured via dhcp, and the lease | Robert Peichaer |
2018-02-21 | Meltdown: implement user/kernel page table separation. | Philip Guenther |
2018-02-21 | Call socreate() before falloc() in sys_socket(). | Martin Pieuchot |
2018-02-21 | if egre takes the packet, it's done, don't fall through to l3 processing. | David Gwynne |
2018-02-21 | whitespace fixes | David Gwynne |
2018-02-21 | add bsd.mp | Jonathan Gray |
2018-02-21 | match linux whitespace in ioctl list | Jonathan Gray |
2018-02-20 | Add GENERIC.MP directory. | Mark Kettenis |
2018-02-20 | Add GENERIC.MP. | Mark Kettenis |
2018-02-20 | Release the secondary CPUs. | Mark Kettenis |
2018-02-20 | Make arm64 pmap (somewhat) mpsafe. | Mark Kettenis |
2018-02-20 | stop mixing bsd and c99 fixed width types and just use c99 types everywhere | Jonathan Gray |
2018-02-20 | Fix bogus check. Spotted by brynet, thanks. | Theo Buehler |
2018-02-20 | RSA_get_flags should be RSA_test_flags. | Theo Buehler |
2018-02-20 | whitespace nit | Theo Buehler |
2018-02-20 | sync | Theo Buehler |
2018-02-20 | Crank lib{crypto,ssl,tls} minors after symbol addition. | Theo Buehler |
2018-02-20 | Provide BIO_meth_{g,s}et_callback_ctrl() | Theo Buehler |
2018-02-20 | Provide BIO_meth_get_{create,ctrl,destroy,gets,puts,read}() | Theo Buehler |
2018-02-20 | Zap an 'int' that snuck in. | Theo Buehler |
2018-02-20 | Provide SSL_SESSION_get_protocol_version() | Theo Buehler |
2018-02-20 | Provide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if (ret != 0)' cosmetics. | Theo Buehler |
2018-02-20 | Provide DH_set_length() | Theo Buehler |
2018-02-20 | Provide DH_bits() | Theo Buehler |