Age | Commit message (Expand) | Author |
2016-11-04 | Assign and test, as is consistent with the rest of the libtls code. | Joel Sing |
2016-11-04 | Use a consistent name for struct bio_cb * variables. | Joel Sing |
2016-11-04 | Rename struct bio_cb_st to struct bio_cb. | Joel Sing |
2016-11-04 | Do not cast a pointer to a struct, to a char * when assigning to a void *. | Joel Sing |
2016-11-04 | Use a consistent name for a BIO *, rather than having four different names | Joel Sing |
2016-11-04 | Avoid signed vs unsigned comparisons. | Joel Sing |
2016-11-04 | convert X509 manuals from pod to mdoc | Ingo Schwarze |
2016-11-04 | Completely rewrite the session handling ASN.1 code using CBB and CBS. This | Joel Sing |
2016-11-04 | Convert ssl3_get_server_kex_dhe() to CBS. | Joel Sing |
2016-11-04 | No need to reach libssl private headers and to define TERMIOS anymore. | Miod Vallat |
2016-11-04 | Remove I386_ONLY define. It was only used to prefer a | Miod Vallat |
2016-11-04 | In OPENSSL_wipe_cpu() on i386, which noone uses anyway, check the proper | Miod Vallat |
2016-11-04 | There's not much point having three static functions that do a cast and | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2016-11-04 | Do not mix declarations and code. | Joel Sing |
2016-11-04 | Rename the internal bio related functions so that they have a common | Joel Sing |
2016-11-04 | Add X509_up_ref, from boring | Bob Beck |
2016-11-04 | convert RSA manuals from pod to mdoc | Ingo Schwarze |
2016-11-04 | MALLOC_STATS tweaks, by default not compiled in | Otto Moerbeek |
2016-11-04 | There's not much point in casting a void * to a specific type just before | Joel Sing |
2016-11-04 | bump minor for ocsp_require_stapling addition | Bob Beck |
2016-11-04 | Add ocsp_require_stapling config option for tls - allows a connection | Bob Beck |
2016-11-03 | small tweak to also check canaries if F is in effect | Otto Moerbeek |
2016-11-03 | In ssl3_read_bytes(), do not process more than three consecutive TLS | Joel Sing |
2016-11-03 | convert RAND manuals from pod to mdoc | Ingo Schwarze |
2016-11-03 | zap the overview manual page of the RAND subsystem | Ingo Schwarze |
2016-11-03 | convert PEM and PKCS manuals from pod to mdoc | Ingo Schwarze |
2016-11-03 | Split ssl3_get_key_exchange() into separate functions for DHE/ECDHE. | Joel Sing |
2016-11-03 | Don't do OCSP validation when we have disabled certificate verification | Bob Beck |
2016-11-03 | convert configuration manuals from pod to mdoc | Ingo Schwarze |
2016-11-03 | convert remaining ASN1 object manuals from pod to mdoc | Ingo Schwarze |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2016-11-03 | Only set an error from libssl related code, if an error has not already | Joel Sing |
2016-11-03 | convert HMAC and MD5 manuals from pod to mdoc | Ingo Schwarze |
2016-11-03 | convert EVP manuals from pod to mdoc | Ingo Schwarze |
2016-11-03 | Fix handshake failures: | Bob Beck |
2016-11-03 | Clean up the TLS handshake digest handling - this refactors some of the | Joel Sing |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2016-11-02 | bit more cleanup; | Jason McIntyre |
2016-11-02 | fix shadow declaration of time in parameter list. | Bob Beck |
2016-11-02 | Ensure handshake is complete before processing an ocsp response for a ctx | Bob Beck |
2016-11-02 | tweak previous; | Jason McIntyre |
2016-11-02 | convert ERR manuals from pod to mdoc; while reading this, | Ingo Schwarze |
2016-11-02 | bump minor for ocsp api additions | Bob Beck |
2016-11-02 | Add OCSP client side support to libtls. | Bob Beck |
2016-11-02 | convert DSA and EC manuals from pod to mdoc | Ingo Schwarze |
2016-11-02 | Expand LHASH_OF, IMPLEMENT_LHASH_DOALL_ARG_FN and LHASH_DOALL_ARG_FN | Joel Sing |
2016-11-02 | Expand another LHASH_OF macro. | Joel Sing |