Age | Commit message (Expand) | Author |
2014-10-06 | When verifying whether an IP address is in the commonName of a | Jeremie Courreges-Anglas |
2014-10-06 | If we have to match against a wildcard in a cert, verify that it contains | Jeremie Courreges-Anglas |
2014-10-03 | verify changes are major change | Ted Unangst |
2014-10-03 | Bump minor for ECHD auto and other recent changes. | Joel Sing |
2014-10-03 | allow disabling hostname and cert verification separately. | Ted Unangst |
2014-10-03 | Allow "auto" to be specified as an ECDH curve name and make this the | Joel Sing |
2014-09-29 | Move cipher configuration handling to the shared SSL configuration function | Joel Sing |
2014-09-29 | Add an option that allows the enabled SSL protocols to be explicitly | Joel Sing |
2014-09-29 | When freeing the config, explicitly call ressl_config_clear_keys() rather | Joel Sing |
2014-09-28 | Wrap long lines and add missing argument name. | Joel Sing |
2014-09-28 | Provide a ressl config function that explicitly clears keys. | Joel Sing |
2014-09-28 | Add a new API function SSL_CTX_use_certificate_chain() that allows to | Reyk Floeter |
2014-09-28 | revamp the config interface to own memory. easier to use correctly without | Ted Unangst |
2014-08-27 | Add the API function ressl_config_set_ecdhcurve(config, name) to set a | Reyk Floeter |
2014-08-15 | use void * instead of char *. ok jsing | Ted Unangst |
2014-08-06 | Add support for loading the public/private key from memory, rather than | Joel Sing |
2014-08-05 | Add $OpenBSD$ tags. | Joel Sing |
2014-08-04 | Implement ressl_accept_socket, which allocates a new server connection | Joel Sing |
2014-08-04 | Return -1 on error (not 1). | Joel Sing |
2014-08-04 | A ressl server needs different configuration from a ressl client - provide | Joel Sing |
2014-08-04 | Provide a function that returns a server connection context. | Joel Sing |
2014-08-04 | Provide a utility function for loading a private/public keypair. | Joel Sing |
2014-08-04 | Improve ressl_{read,write} handling of non-blocking reads/writes. | Joel Sing |
2014-08-04 | Free the SSL context first and let the reference counting do its thing. | Joel Sing |
2014-08-03 | X509_NAME_get_text_by_NID() returns -1 on error so the type | Jonathan Gray |
2014-07-13 | Add configuration handling for certificate and key files. | Joel Sing |
2014-07-13 | Add stubs for the proposed server API. | Joel Sing |
2014-07-13 | Tabs, not spaces. | Joel Sing |
2014-07-13 | Rename the context allocation from ressl_new to ressl_client, which makes | Joel Sing |
2014-07-13 | Split the context allocation out from the configuration. This will allow | Joel Sing |
2014-07-13 | Move the client code into a separate file. | Joel Sing |
2014-07-13 | Rename various configuration handling functions. | Joel Sing |
2014-07-13 | Use a single ressl.h header file. | Joel Sing |
2014-07-12 | Initial version of libressl - a library that provides a clean, simple, | Joel Sing |