| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
distinguish between LibreSSL (the project) and libressl (the library).
Discussed with many.
|
|
|
|
|
|
| |
if you're careful, cert only verification can be useful.
always enable both though, to avoid accidentally leaving one off.
ok jsing
|
|
|
|
|
|
| |
default. This enables automatic handling of ephemeral EC keys.
Discussed with reyk@ and tedu@
|
|
|
|
|
|
|
|
| |
configured.
Discussed with several.
ok bcook@
|
|
|
|
|
|
| |
than rerolling our own key clearing code.
ok tedu@
|
|
|
|
|
|
|
|
|
| |
Now that ressl config takes copies of the keys passed to it, the keys need
to be explicitly cleared. While this can be done by calling the appropriate
functions with a NULL pointer, it is simpler and more obvious to call one
function that does this for you.
ok tedu@
|
|
|
|
|
|
| |
caller worrying about leaks or lifetimes.
after feedback from jsing
|
|
|
|
|
|
| |
non-standard ECDH curve by name or to disable it by passing NULL.
OK jsing@
|
|
|
|
| |
directly from file.
|
| |
|
| |
|
| |
|
|
|
|
| |
Requested by and discussed with tedu@.
|
|
|
|
| |
Discussed with beck@ and tedu@.
|
|
consistent and secure-by-default API for SSL clients (and soon servers).
This is a long way from complete and the interface will likely change
substantially - committing now so that further work can happen in the tree.
Initiated by tedu@ and inspired by discussions with tedu@, beck@ and
other developers.
|