summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-04Assign and test, as is consistent with the rest of the libtls code.Joel Sing
2016-11-04Use a consistent name for struct bio_cb * variables.Joel Sing
2016-11-04Rename struct bio_cb_st to struct bio_cb.Joel Sing
2016-11-04Do not cast a pointer to a struct, to a char * when assigning to a void *.Joel Sing
2016-11-04Use a consistent name for a BIO *, rather than having four different namesJoel Sing
2016-11-04Avoid signed vs unsigned comparisons.Joel Sing
2016-11-04convert X509 manuals from pod to mdocIngo Schwarze
2016-11-04Completely rewrite the session handling ASN.1 code using CBB and CBS. ThisJoel Sing
2016-11-04Convert ssl3_get_server_kex_dhe() to CBS.Joel Sing
2016-11-04No need to reach libssl private headers and to define TERMIOS anymore.Miod Vallat
2016-11-04Remove I386_ONLY define. It was only used to prefer aMiod Vallat
2016-11-04In OPENSSL_wipe_cpu() on i386, which noone uses anyway, check the properMiod Vallat
2016-11-04There's not much point having three static functions that do a cast andJoel Sing
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2016-11-04Do not mix declarations and code.Joel Sing
2016-11-04Rename the internal bio related functions so that they have a commonJoel Sing
2016-11-04Add X509_up_ref, from boringBob Beck
2016-11-04convert RSA manuals from pod to mdocIngo Schwarze
2016-11-04MALLOC_STATS tweaks, by default not compiled inOtto Moerbeek
2016-11-04There's not much point in casting a void * to a specific type just beforeJoel Sing
2016-11-04bump minor for ocsp_require_stapling additionBob Beck
2016-11-04Add ocsp_require_stapling config option for tls - allows a connectionBob Beck
2016-11-03small tweak to also check canaries if F is in effectOtto Moerbeek
2016-11-03In ssl3_read_bytes(), do not process more than three consecutive TLSJoel Sing
2016-11-03convert RAND manuals from pod to mdocIngo Schwarze
2016-11-03zap the overview manual page of the RAND subsystemIngo Schwarze
2016-11-03convert PEM and PKCS manuals from pod to mdocIngo Schwarze
2016-11-03Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE.Joel Sing
2016-11-03Don't do OCSP validation when we have disabled certificate verificationBob Beck
2016-11-03convert configuration manuals from pod to mdocIngo Schwarze
2016-11-03convert remaining ASN1 object manuals from pod to mdocIngo Schwarze
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
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-03Fix handshake failures:Bob Beck
2016-11-03Clean up the TLS handshake digest handling - this refactors some of theJoel Sing
2010-10-01import OpenSSL-1.0.0aDamien Miller
2016-11-02bit more cleanup;Jason McIntyre
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-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
2016-11-02Expand another LHASH_OF macro.Joel Sing