diff options
author | lloyd <[email protected]> | 2011-04-05 10:08:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-05 10:08:34 +0000 |
commit | d81b3d27abb1b261d2e8c6222865b1ab358595e7 (patch) | |
tree | 6baa131df00ba36414c1783a03076e91ce1e46e6 /doc | |
parent | c84143c2cb2554213399aee6d31e09d26aece6c8 (diff) |
Remove the socket wrapper code, as the SSL interface itself
doesn't actually care. Move it to examples/socket.h
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/log.txt b/doc/log.txt index 89ab238d7..148956b38 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -12,11 +12,17 @@ Release 1.9.16-dev, ????-??-?? * The documenation, previously written in LaTeX, is now in reStructuredText suitable for processing by Sphinx, which can generate HTML, PDFs, or man pages. + * Remove the socket wrapper code; it was not actually used by + anything in the library, only in the examples, and you can use + whatever kind of (blocking) socket interface you like with the + SSL/TLS code. It's available as socket.h in the examples directory + if you want to use it. * Disable the by-default 'strong' checking of private keys that are loaded from storage. You can always request key material sanity - checking using check_key. + checking using Private_Key::check_key. * Bring back removed functions min_keylength_of, max_keylength_of, - keylength_multiple_of in lookup.h to avoid breaking applications. + keylength_multiple_of in lookup.h to avoid breaking applications + written against 1.8 Release 1.9.15, 2011-03-21 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |