[openssl-dev] [openssl.org #3836] DOCUMENTATION: missing documentation for SSL_get_certificate

2015-05-06 Thread noloa...@gmail.com via RT
The ECDH callback needs to query the server's certificate to discover the EC group being used. The callback can then return a temporary key in the field. It looks like SSL_get_certificate can be used for the purpose. SSL_get_certificate is used in apps/s_cb.c, but there's no documentation for it.

[openssl.org #3612] Fwd: [PATCH] Missing documentation for ocsp -timeout option

2014-11-27 Thread Matt Caswell via RT
Patch applied. Many thanks, Matt __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3612] Fwd: [PATCH] Missing documentation for ocsp -timeout option

2014-11-26 Thread André Guerreiro via RT
There's a very useful -timeout option in the ocsp utility which is not mentioned in the manpage or the help output. diff --git a/apps/ocsp.c b/apps/ocsp.c index 902546f..0c6579d 100644 --- a/apps/ocsp.c +++ b/apps/ocsp.c @@ -650,6 +650,7 @@ int MAIN(int argc, char **argv)

[openssl.org #2637] Missing documentation for -no_ign_eof option

2014-07-02 Thread Rich Salz via RT
To be commit'ed to head shortly, thanks. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager

[openssl.org #3017] [PATCH] Added missing documentation and usage help on -CRLfile

2013-03-14 Thread Claes Jakobsson via RT
Hi, openssl verify takes the -CRLfile switch to specify a file with CRLs. However this isn't documented nor does -h show the switch. The attached patch adds some rudimentary docs in the POD as well as adds it to -h. Best Regards, Claes Jakobsson 0001-Added-missing-documentation-and-usage

[openssl.org #2637] Missing documentation for -no_ign_eof option

2011-11-03 Thread Tomas Mraz via RT
The attached patch adds missing documentation for the -no_ign_eof option. -- Tomas Mraz No matter how far down the wrong road you've gone, turn back. Turkish proverb diff -up openssl-1.0.0e/doc/apps/s_client.pod.doc-noeof openssl-1.0.0e/doc/apps

Missing documentation

2009-03-18 Thread Victor B. Wagner
I've investigated lacks of documentation in the current OpenSSL snapshot. Method of investigation is quite simple 1. Run util/extract-names.pl on the all pod files in the doc/crypto and doc/ssl and produce sorted list of all function names referenced in the NAME sections. 2. Take lists of

Missing documentation

2009-03-18 Thread Victor B. Wagner
I've investigated lacks of documentation in the current OpenSSL snapshot. Method of investigation is quite simple 1. Run util/extract-names.pl on the all pod files in the doc/crypto and doc/ssl and produce sorted list of all function names referenced in the NAME sections. 2. Take lists of

Re: Missing documentation

2005-06-29 Thread Goetz Babin-Ebell
Richard Levitte - VMS Whacker wrote: In message [EMAIL PROTECTED] on Wed, 29 Jun 2005 06:42:59 +0200, Karsten Ohme [EMAIL PROTECTED] said: widerstand will there be some day, when the the OpenSSL source code widerstand is documented in a some way? In all source files, widerstand explanations to

Missing documentation

2005-06-28 Thread Karsten Ohme
Hello, will there be some day, when the the OpenSSL source code is documented in a some way? In all source files, explanations to the functions, the parameters and comments in the code what is done are missing. OpenSSL is the only wide available possibility for a crypto library with this

Re: Missing documentation

2005-06-28 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 29 Jun 2005 06:42:59 +0200, Karsten Ohme [EMAIL PROTECTED] said: widerstand will there be some day, when the the OpenSSL source code widerstand is documented in a some way? In all source files, widerstand explanations to the functions, the parameters and