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