openbsd
2018-02-23 kettenisGet rid of the cpu_on_fn hook and call the psci(4)...
2018-02-23 schwarzeclarify documentation of macro keys
2018-02-23 schwarzeLogically, the following are are type names - just...
2018-02-23 markusAdd experimental support for PQC XMSS keys (Extended...
2018-02-23 visaDrop redundant bzero() calls. ses_ghash is allocated...
2018-02-23 schwarzeIn dh.h rev. 1.22 2018/02/20 17:38:15, tb@ provided
2018-02-23 schwarzeIn bn.h rev. 1.38 2018/02/20 17:13:14, jsing@ provided
2018-02-23 jmcvarious tweaks; ok dlg
2018-02-23 jmcsome cleanup for BindInterface and ssh-keyscan;
2018-02-23 dlgregen
2018-02-23 dlgmasanobu saitoh pointed out i had the wrong id for...
2018-02-23 akoshibeAdd unsetrdomain() and option -rdomain to return an...
2018-02-23 djmAdd ssh-keyscan -D option to make it print its results...
2018-02-23 dtuckerAdd missing braces.
2018-02-23 dlglint fix
2018-02-23 djmunbreak interop test after SSHv1 purge;
2018-02-23 dlgadd a SECURITY CONSIDERATIONS section.
2018-02-23 dlgprovide some (probably too many) nvgre(4) examples
2018-02-23 djmAdd BindInterface ssh_config directive and -B command...
2018-02-22 dlgtry to fix the nvgre words a bit
2018-02-22 naddysync
2018-02-22 dlgspeeling
2018-02-22 schwarzeIn x509.h rev. 1.32 2018/02/20 17:09:20, jsing@ provided
2018-02-22 guentherSet the PG_G (global) bit on the special page table...
2018-02-22 bluhmThe compile time assertion for cpu info did not work...
2018-02-22 bluhmThe GNU assembler does not understand 1ULL, so replace...
2018-02-22 jsingsync
2018-02-22 jsingBump lib{crypto,ssl,tls} minors due to symbol additions.
2018-02-22 jsingProvide SSL_is_server().
2018-02-22 jsingProvide SSL_up_ref().
2018-02-22 jsingProvide SSL_CTX_get_ciphers().
2018-02-22 jsingProvide SSL_SESSION_up_ref().
2018-02-22 jsingProvide X509_chain_up_ref().
2018-02-22 jsingProvide X509_STORE_get0_objects(), X509_STORE_get_ex_da...
2018-02-22 jsingProvide X509_OBJECT_get0_X509() and X509_OBJECT_get0_X5...
2018-02-22 jsingProvide X509_STORE_up_ref().
2018-02-22 jsingProvide X509_STORE_CTX_get0_chain() and X509_STORE_CTX_...
2018-02-22 schwarzeIn x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided
2018-02-22 jsingProvide X509_get0_tbs_sigalg().
2018-02-22 jsingProvide X509_set1_notBefore() and X509_set1_notAfter().
2018-02-22 jsingProvide X509_get0_pubkey().
2018-02-22 jsingProvide X509_CRL_set1_lastUpdate() and X509_CRL_set1_ne...
2018-02-22 jsingProvide X509_CRL_get0_extensions() and X509_CRL_get_sig...
2018-02-22 jsingProvide X509_CRL_up_ref().
2018-02-22 jsingProvide X509_REQ_get_signature_nid().
2018-02-22 jsingProvide X509_REVOKED_get0_extensions(), X509_REVOKED_ge...
2018-02-22 jsingProvide DH_get0_engine().
2018-02-22 jsingProvide BIO_up_ref().
2018-02-22 schwarzeIn x509.h rev. 1.30 2018/02/20 17:04:58, jsing@ provided
2018-02-22 schwarzeIn bn.h rev. 1.37 2018/02/20 17:02:30, jsing@ provided...
2018-02-22 jmcvarious tweaks;
2018-02-22 nicmRemove an unused variable.
2018-02-22 nicmCheck prefix when retrying so it is checked while repea...
2018-02-22 nicmAdd exit-empty option to exit server if no sessions...
2018-02-22 dlgremove some debug code in nvgre
2018-02-22 mpiAlways reallocate a new memory chunk when changing...
2018-02-22 jmctypo;
2018-02-22 claudioSame change as rev 1.22 in ospfd:
2018-02-22 claudioThe IF_EVT_NBR_CHNG event needs to be fired when a...
2018-02-22 dlgdon't get in the way of setting the rdomain on gre(4)
2018-02-22 dlgslight tweak
2018-02-22 dlgreorganise the manpage with subsections for each type...
2018-02-22 dlgmake the Nd lines (subjectively) less worse
2018-02-21 dlgimplement nvgre(4) based on rfc7637 aka NVGRE
2018-02-21 mikebMark VIA padlock as capable of dealing with ESN
2018-02-21 rpeDelete the kernel link kit tgz after extraction to...
2018-02-21 rpeTweak comments.
2018-02-21 rpeIf there is one interface, and it is configured via...
2018-02-21 guentherMeltdown: implement user/kernel page table separation.
2018-02-21 mpiCall socreate() before falloc() in sys_socket().
2018-02-21 dlgif egre takes the packet, it's done, don't fall through...
2018-02-21 dlgwhitespace fixes
2018-02-21 jsgadd bsd.mp
2018-02-21 jsgmatch linux whitespace in ioctl list
2018-02-20 kettenisAdd GENERIC.MP directory.
2018-02-20 kettenisAdd GENERIC.MP.
2018-02-20 kettenisRelease the secondary CPUs.
2018-02-20 kettenisMake arm64 pmap (somewhat) mpsafe.
2018-02-20 jsgstop mixing bsd and c99 fixed width types and just...
2018-02-20 tbFix bogus check. Spotted by brynet, thanks.
2018-02-20 tbRSA_get_flags should be RSA_test_flags.
2018-02-20 tbwhitespace nit
2018-02-20 tbsync
2018-02-20 tbCrank lib{crypto,ssl,tls} minors after symbol addition.
2018-02-20 tbProvide BIO_meth_{g,s}et_callback_ctrl()
2018-02-20 tbProvide BIO_meth_get_{create,ctrl,destroy,gets,puts...
2018-02-20 tbZap an 'int' that snuck in.
2018-02-20 tbProvide SSL_SESSION_get_protocol_version()
2018-02-20 tbProvide EVP_PKEY_get0_EC_KEY() and 'if (ret)' vs 'if...
2018-02-20 tbProvide DH_set_length()
2018-02-20 tbProvide DH_bits()
2018-02-20 tbProvide BIO_{g,s}et_shutdown().
2018-02-20 tbProvide DSA_get0_engine()
2018-02-20 tbProvide DSA_SIG_{g,s}et0()
2018-02-20 tbProvide DSA_{clear,set,test}_flags()
2018-02-20 tbProvide RSA_{clear,set,test}_flasg()
2018-02-20 tbProvide DH_{clear,set,test}_flags().
2018-02-20 jsingProvide BIO_get_new_index().
2018-02-20 jsingProvide BN_GENCB_new(), BN_GENCB_free() and BN_GENCB_ge...
2018-02-20 jsingProvide X509_NAME_get0_der().
next