[openssl-dev] [openssl.org #4268] [typo?] doc/ssl/SSL_get_session.pod

2016-01-23 Thread Claus Assmann via RT
Not sure whether this patch is right, but AFAICT SSL_get_session() does not return a "Pointer to an SSL". diff --git a/doc/ssl/SSL_get_session.pod b/doc/ssl/SSL_get_session.pod index d360e8a..d8aa705 100644 --- a/doc/ssl/SSL_get_session.pod +++ b/doc/ssl/SSL_get_session.pod @@ -58,7 +58,7 @@ The

[openssl-dev] [openssl.org #4264] [typo] doc/crypto/X509_LOOKUP_hash_dir.pod

2016-01-22 Thread Claus Assmann via RT
diff --git a/doc/crypto/X509_LOOKUP_hash_dir.pod b/doc/crypto/X509_LOOKUP_hash_dir.pod index 680a9fd..7a5d684 100644 --- a/doc/crypto/X509_LOOKUP_hash_dir.pod +++ b/doc/crypto/X509_LOOKUP_hash_dir.pod @@ -24,7 +24,7 @@ lookup methods B and B are two certificate lookup methods to use with B,

Re: [openssl-dev] [openssl.org #4264] [typo] doc/crypto/X509_LOOKUP_hash_dir.pod

2016-01-22 Thread Claus Assmann via RT
More spelling errors, and the text about "is sequentual number" should probably be rewritten. diff --git a/doc/crypto/X509_LOOKUP_hash_dir.pod b/doc/crypto/X509_LOOKUP_hash_dir.pod index 680a9fd..fab28b6 100644 --- a/doc/crypto/X509_LOOKUP_hash_dir.pod +++ b/doc/crypto/X509_LOOKUP_hash_dir.pod

[openssl-dev] [openssl.org #4250] [typos] doc/ssl/SSL_CTX_dane_enable.pod

2016-01-16 Thread Claus Assmann via RT
The example uses "s" in some places instead of "ssl": diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod index c3c203e..21788ad 100644 --- a/doc/ssl/SSL_CTX_dane_enable.pod +++ b/doc/ssl/SSL_CTX_dane_enable.pod @@ -210,9 +210,9 @@ the lifetime of the SSL connection.

[openssl-dev] [openssl.org #4219] [typos] DANE related docs

2016-01-06 Thread Claus Assmann via RT
diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod index 66eb1b3..29fc4db 100644 --- a/doc/ssl/SSL_CTX_dane_enable.pod +++ b/doc/ssl/SSL_CTX_dane_enable.pod @@ -40,7 +40,7 @@ SSL_CTX_dane_mtype_set() may then be called zero or more times to to adjust the supported

[openssl.org #3417] some spelling fixes: doc/ssl/*.pod

2014-07-02 Thread Claus Assmann via RT
based on spell(1) output. diff --git a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod index 4fc8f06..2049a53 100644 --- a/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod +++ b/doc/ssl/SSL_CONF_CTX_set_ssl_ctx.pod @@ -14,12 +14,12 @@ SSL_CONF_CTX_set_ssl_ctx,

[openssl.org #3193] [typo] SSL_CTX_set_info_callback

2013-12-08 Thread Claus Assmann via RT
diff --git a/doc/ssl/SSL_CTX_set_info_callback.pod b/doc/ssl/SSL_CTX_set_info_callback.pod index 0b4affd..e1e96a9 100644 --- a/doc/ssl/SSL_CTX_set_info_callback.pod +++ b/doc/ssl/SSL_CTX_set_info_callback.pod @@ -20,7 +20,7 @@ SSL_CTX_set_info_callback() sets the Bcallback function, that can be