Bug in Documentation

2013-06-14 Thread Oliver Loch
Hi, adding multiple CRL distribution points I stumbled upon a problem that could be solved by finding a seven years old bug report: http://www.mail-archive.com/openssl-dev@openssl.org/msg21907.html The Bug is still there: http://www.openssl.org/docs/apps/x509v3_config.html at the bottom of th

[openssl.org #2955] Bug in documentation: s/EVP_PKEY_verifyrecover/EVP_PKEY_verify_recover/

2013-01-12 Thread Ben Laurie via RT
Fixed in 1.0.1+ __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.or

[openssl.org #2955] Bug in documentation: s/EVP_PKEY_verifyrecover/EVP_PKEY_verify_recover/

2013-01-10 Thread Peylo, Martin via RT
Hi, the documented "EVP_PKEY_verifyrecover" and "EVP_PKEY_verifyrecover_init" functions don't exist in 1.0.1c. "EVP_PKEY_verify_recover" seems to be the right spelling. The following commands should fix the issue: $ sed -i 's/EVP_PKEY_verifyrecover/EVP_PKEY_verify_recover/g' doc/crypto/* $ mv do

[openssl.org #1343] bug in documentation

2006-12-06 Thread Nils Larsch via RT
doc/crypto/RSA_get_ex_new_index.pod: The typedefs in were indeed wrong as they should specify the CRYPTO_EX_foobar() functions. I copied the relevant typedefs from crypto/ossl_typ.h. doc/crypto/BIO_ctrl.pod: the current text looks correct. doc/crypto/BIO_set_callback.pod: As the callback here re

[openssl.org #1343] bug in documentation

2006-06-07 Thread Richard Salz via RT
In doc/crypto/RSA_get_ex_new_index.pod, the typedef's for new_func, free_func, dup_func are wrong. All of them should look like: typedef int (*new_func)... etc typedef void (*free_func)... typedef int (*dup_func)... doing grep 'typedef.*(' *.pod | fgrep -v ')(' sh

Re: "bug" in documentation

1999-04-10 Thread Ralf S. Engelschall
In article <[EMAIL PROTECTED]> you wrote: > openssl-0.9.2b: > docu about: > keyUsage (PKIX key usage) takes the flags: . > ./doc/openssl.txt (line 206): > keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLCertSign >

"bug" in documentation

1999-04-09 Thread Steffen Dettmer
Hi, openssl-0.9.2b: docu about: keyUsage (PKIX key usage) takes the flags: . ./doc/openssl.txt (line 206): keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLCertSign I think this should read as: keyEnciphe