openssl/doc
Petr Gotthard 604b86d8d3 Enhanced integer parsing in OSSL_PARAM_allocate_from_text
Fixes #14041 and additional bugs discovered by the newly created
tests.

This patch:
 - Introduces support for 0x prefixed integers
 - Fixes parsing of negative integers (negative numbers were
   shifted by -2)
 - Fixes ability to parse maximal unsigned numbers ("too small
   buffer" error used to be reported incorrectly)
 - Fixes a memory leak when OSSL_PARAM_allocate_from_text fails
   leaving a temporary BN allocated

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14093)
2021-02-09 11:15:55 +01:00
..
HOWTO
images
internal Fix race condition & allow operation cache to grow. 2021-02-07 20:01:50 +10:00
man1 DOCS: Remove the "global" dependency on writing .pod files from .pod.in 2021-02-05 15:51:31 +01:00
man3 Enhanced integer parsing in OSSL_PARAM_allocate_from_text 2021-02-09 11:15:55 +01:00
man5 Update copyright year 2021-01-28 13:54:57 +01:00
man7 provider-signature.pod: Fix formatting. 2021-02-05 14:04:59 +01:00
build.info Makefile template: Allow separate generation of .pod.in -> .pod 2021-02-05 15:51:31 +01:00
dir-locals.example.el
fingerprints.txt
openssl-c-indent.el
perlvars.pm apps/openssl: add -propquery command line option 2021-02-05 10:24:04 +10:00
README.md

OpenSSL Documentation

README.md This file

fingerprints.txt PGP fingerprints of authorised release signers

standards.txt standards.txt Moved to the web, https://www.openssl.org/docs/standards.html

HOWTO/ A few how-to documents; not necessarily up-to-date

man1/ The openssl command-line tools; start with openssl.pod

man3/ The SSL library and the crypto library

man5/ File formats

man7/ Overviews; start with crypto.pod and ssl.pod, for example Algorithm specific EVP_PKEY documentation.

Formatted versions of the manpages (apps,ssl,crypto) can be found at https://www.openssl.org/docs/manpages.html