summaryrefslogtreecommitdiff
path: root/src/lib/libressl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-274-9/+29
* use void * instead of char *. ok jsingtedu2014-08-152-6/+6
* Add support for loading the public/private key from memory, rather thanjsing2014-08-064-13/+97
* Add $OpenBSD$ tags.jsing2014-08-058-0/+8
* Implement ressl_accept_socket, which allocates a new server connectionjsing2014-08-042-4/+45
* Return -1 on error (not 1).jsing2014-08-041-3/+3
* A ressl server needs different configuration from a ressl client - providejsing2014-08-043-0/+41
* Provide a function that returns a server connection context.jsing2014-08-042-0/+15
* Provide a utility function for loading a private/public keypair.jsing2014-08-042-0/+21
* Improve ressl_{read,write} handling of non-blocking reads/writes.jsing2014-08-042-16/+31
* Free the SSL context first and let the reference counting do its thing.jsing2014-08-041-5/+2
* X509_NAME_get_text_by_NID() returns -1 on error so the typejsg2014-08-031-1/+1
* Add configuration handling for certificate and key files.jsing2014-07-133-7/+22
* Add stubs for the proposed server API.jsing2014-07-133-1/+72
* Tabs, not spaces.jsing2014-07-133-22/+22
* Rename the context allocation from ressl_new to ressl_client, which makesjsing2014-07-133-1/+30
* Split the context allocation out from the configuration. This will allowjsing2014-07-132-5/+14
* Move the client code into a separate file.jsing2014-07-133-161/+185
* Rename various configuration handling functions.jsing2014-07-132-13/+14
* Use a single ressl.h header file.jsing2014-07-135-45/+18
* Initial version of libressl - a library that provides a clean, simple,jsing2014-07-129-0/+847