| Commit message (Collapse) | Author | Files | Lines | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
while here, drop irrelevant history of Kerberos random number generator
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
0.9.0b.  Nothing else that can be used in there.
 | 
 | 
SSL_SESSION_set1_id(3).  Merge the documentation from OpenSSL,
slightly tweaked by me.
 | 
 | 
to determine the length. This is the documented behaviour and matches the
OpenSSL implementation.
Issue found by Michael Gmelin <freebsd at grem dot de>.
ok tb@
 | 
 | 
X509_STORE_get_ex_new_index(3).  Document it.
 | 
 | 
Spotted by Coverity, although reported as a different issue.
 | 
 | 
tls_config_set_ecdhecurve().
Spotted by Coverity.
 | 
 | 
 | 
 | 
ok jsing
 | 
 | 
 | 
 | 
 | 
 | 
ok bcook@ beck@ inoguchi@
 | 
 | 
Now that we have tls_init() under pthread_once(), automatically initialise
libtls from the entry point functions (tls_config(), tls_client() and
tls_server()) - this makes an explicit tls_init() call no longer a
requirement.
ok bcook@ beck@ inoguchi@
 | 
 | 
 | 
 | 
spotted by anton@
 | 
 | 
here, just the normal version.
ok jsing@
 | 
 | 
this means that running the regression test doesn't take forever
because we run a huge dhparam test and openssl speed tests.
ok inoguchi@
 | 
 | 
This brings in the OPENSSL_INIT_LOAD_CONFIG flag with the same semantics as
OpenSSL. As a result, by default the openssl.conf file is not loaded during
autoinit, which makes autoinit safe for pledge(stdio).
ok jsing@
 |