summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-03Document the KVP interfaceMike Belopuhov
2016-11-03Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE.Joel Sing
2016-11-03Implement a Key-Value Pair exchange interfaceMike Belopuhov
2016-11-03Don't do OCSP validation when we have disabled certificate verificationBob Beck
2016-11-03Use hw.ncpufound.Antoine Jacoutot
2016-11-03Simplify for loops; prompted by a comment from rpe@Antoine Jacoutot
2016-11-03Let Integrated Components allocate the receive buffer themselvesMike Belopuhov
2016-11-03convert configuration manuals from pod to mdocIngo Schwarze
2016-11-03convert remaining ASN1 object manuals from pod to mdocIngo Schwarze
2010-10-01import OpenSSL-1.0.0aDamien Miller
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2016-11-03Also ignore --no-undefined (we already ignore -no-undefined) which isAntoine Jacoutot
2016-11-03Only set an error from libssl related code, if an error has not alreadyJoel Sing
2016-11-03convert HMAC and MD5 manuals from pod to mdocIngo Schwarze
2016-11-03convert EVP manuals from pod to mdocIngo Schwarze
2016-11-03Always call if_put() during the interface iteration on port status multipartRafael Zalamena
2016-11-03The networking code no longer runs off software interrupts.Martin Pieuchot
2016-11-03Fix handshake failures:Bob Beck
2016-11-03Clean up the TLS handshake digest handling - this refactors some of theJoel Sing
2016-11-02syncStuart Henderson
2010-10-01import OpenSSL-1.0.0aDamien Miller
2016-11-02Add Windows 10 VMBus protocol versionMike Belopuhov
2016-11-02Inline the macro that is used only onceMike Belopuhov
2016-11-02when CONSPEED moved from libsa.h to Makefile it lost a leading '1',Jasper Lievisse Adriaanse
2016-11-02Fixup a wait channel used during VMBus channel discoveryMike Belopuhov
2016-11-02bit more cleanup;Jason McIntyre
2016-11-02Be verbose when reverting a patch.Antoine Jacoutot
2016-11-02fix shadow declaration of time in parameter list.Bob Beck
2016-11-02Ensure handshake is complete before processing an ocsp response for a ctxBob Beck
2016-11-02tweak previous;Jason McIntyre
2016-11-02convert ERR manuals from pod to mdoc; while reading this,Ingo Schwarze
2016-11-02bump minor for ocsp api additionsBob Beck
2016-11-02Add OCSP client side support to libtls.Bob Beck
2016-11-02Make an empty state on error rather than leaving something partiallyNicholas Marriott
2016-11-02convert DSA and EC manuals from pod to mdocIngo Schwarze
2016-11-02Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FNJoel Sing
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2016-11-02Expand another LHASH_OF macro.Joel Sing
2016-11-02Expand DECLARE_LHASH_OF and LHASH_OF macros.Joel Sing
2016-11-02Expand DECLARE_PEM_rw macro.Joel Sing
2016-11-02Expand IMPLEMENT_LHASH_COMP_FN/IMPLEMENT_LHASH_HASH_FN macros - the onlyJoel Sing
2016-11-02Wrap some >80 char lines.Joel Sing
2016-11-02Use secure defaults for TLS - instead of accepting TLSv1.0 and any cipherJoel Sing
2016-11-02convert DES and DH manuals from pod to mdocIngo Schwarze
2016-11-02poison the TAILQ_ENTRY in items in the per cpu pool cache.David Gwynne
2016-11-02add poisoning of items on the per cpu caches.David Gwynne
2016-11-02use a TAILQ to maintain the list of item lists used by the percpu code.David Gwynne
2016-11-02Make possible to change the link layer address of a cnmac(4) interface.Visa Hankala
2016-11-02add per cpu caches for free pool items.David Gwynne
2016-11-01Simplify.Antoine Jacoutot