| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename libressl to libtls to avoid confusion and to make it easier to | jsing | 2014-10-31 | 11 | -1704/+0 |
* | use .fn here too. from Jean-Philippe Ouellet | tedu | 2014-10-16 | 1 | -3/+3 |
* | Fuck it. No SSLv3; not now, not ever. The API of the future will only | tedu | 2014-10-15 | 3 | -8/+4 |
* | basic formatting fixes; | jmc | 2014-10-15 | 1 | -4/+3 |
* | Clear protocol options before optionally setting them. | jsing | 2014-10-15 | 1 | -1/+6 |
* | Set SSL_OP_SINGLE_ECDH_USE before calling SSL_CTX_set_tmp_ecdh() - this | jsing | 2014-10-15 | 1 | -2/+2 |
* | seems like a good time to make the ressl default TLSv1 only. | tedu | 2014-10-14 | 2 | -6/+5 |
* | add an API version number. ok jsing | tedu | 2014-10-09 | 1 | -1/+3 |
* | history | tedu | 2014-10-08 | 1 | -4/+10 |
* | use preferred license form. can't trust that doug guy with anything... | tedu | 2014-10-08 | 1 | -20/+11 |
* | mlinks, and prune some functions from man page i'm not ready for yet. | tedu | 2014-10-08 | 2 | -14/+33 |
* | more better | tedu | 2014-10-08 | 1 | -3/+6 |
* | reluctantly rename man page after a function | tedu | 2014-10-08 | 1 | -1/+1 |
* | whack a few stray .Pp macros | schwarze | 2014-10-08 | 1 | -4/+1 |
* | add a few more functions. | tedu | 2014-10-08 | 1 | -5/+17 |
* | rough sketch of ressl documentation | tedu | 2014-10-08 | 1 | -0/+318 |
* | When verifying whether an IP address is in the commonName of a | jca | 2014-10-06 | 1 | -1/+15 |
* | If we have to match against a wildcard in a cert, verify that it contains | jca | 2014-10-06 | 1 | -3/+23 |
* | verify changes are major change | tedu | 2014-10-03 | 1 | -2/+2 |
* | Bump minor for ECHD auto and other recent changes. | jsing | 2014-10-03 | 1 | -1/+1 |
* | allow disabling hostname and cert verification separately. | tedu | 2014-10-03 | 4 | -11/+22 |
* | Allow "auto" to be specified as an ECDH curve name and make this the | jsing | 2014-10-03 | 2 | -7/+13 |
* | Move cipher configuration handling to the shared SSL configuration function | jsing | 2014-09-29 | 2 | -10/+13 |
* | Add an option that allows the enabled SSL protocols to be explicitly | jsing | 2014-09-29 | 6 | -9/+51 |
* | When freeing the config, explicitly call ressl_config_clear_keys() rather | jsing | 2014-09-29 | 1 | -5/+6 |
* | Wrap long lines and add missing argument name. | jsing | 2014-09-28 | 1 | -4/+6 |
* | Provide a ressl config function that explicitly clears keys. | jsing | 2014-09-28 | 2 | -2/+10 |
* | Add a new API function SSL_CTX_use_certificate_chain() that allows to | reyk | 2014-09-28 | 1 | -16/+5 |
* | revamp the config interface to own memory. easier to use correctly without | tedu | 2014-09-28 | 3 | -49/+99 |
* | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | reyk | 2014-08-27 | 4 | -9/+29 |
* | use void * instead of char *. ok jsing | tedu | 2014-08-15 | 2 | -6/+6 |
* | Add support for loading the public/private key from memory, rather than | jsing | 2014-08-06 | 4 | -13/+97 |
* | Add $OpenBSD$ tags. | jsing | 2014-08-05 | 8 | -0/+8 |
* | Implement ressl_accept_socket, which allocates a new server connection | jsing | 2014-08-04 | 2 | -4/+45 |
* | Return -1 on error (not 1). | jsing | 2014-08-04 | 1 | -3/+3 |
* | A ressl server needs different configuration from a ressl client - provide | jsing | 2014-08-04 | 3 | -0/+41 |
* | Provide a function that returns a server connection context. | jsing | 2014-08-04 | 2 | -0/+15 |
* | Provide a utility function for loading a private/public keypair. | jsing | 2014-08-04 | 2 | -0/+21 |
* | Improve ressl_{read,write} handling of non-blocking reads/writes. | jsing | 2014-08-04 | 2 | -16/+31 |
* | Free the SSL context first and let the reference counting do its thing. | jsing | 2014-08-04 | 1 | -5/+2 |
* | X509_NAME_get_text_by_NID() returns -1 on error so the type | jsg | 2014-08-03 | 1 | -1/+1 |
* | Add configuration handling for certificate and key files. | jsing | 2014-07-13 | 3 | -7/+22 |
* | Add stubs for the proposed server API. | jsing | 2014-07-13 | 3 | -1/+72 |
* | Tabs, not spaces. | jsing | 2014-07-13 | 3 | -22/+22 |
* | Rename the context allocation from ressl_new to ressl_client, which makes | jsing | 2014-07-13 | 3 | -1/+30 |
* | Split the context allocation out from the configuration. This will allow | jsing | 2014-07-13 | 2 | -5/+14 |
* | Move the client code into a separate file. | jsing | 2014-07-13 | 3 | -161/+185 |
* | Rename various configuration handling functions. | jsing | 2014-07-13 | 2 | -13/+14 |
* | Use a single ressl.h header file. | jsing | 2014-07-13 | 5 | -45/+18 |
* | Initial version of libressl - a library that provides a clean, simple, | jsing | 2014-07-12 | 9 | -0/+847 |