mirror of https://github.com/openssl/openssl.git
				
				
				
			| There is little need to support alignments larger than a page size, and the open-coded OPENSSL_aligned_alloc() implementation implements that support in quite wasteful manner, so it is better just to limit the maximum supported alignment explicitly. The value of 65536 has been chosen so it is architecture-agnostic and is no less than page sizes used in commonly occurring architectures (and also it is a pretty number). Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/28295) | ||
|---|---|---|
| .. | ||
| HOWTO | ||
| designs | ||
| images | ||
| internal | ||
| life-cycles | ||
| man1 | ||
| man3 | ||
| man5 | ||
| man7 | ||
| README.md | ||
| build.info | ||
| build.info.in | ||
| dir-locals.example.el | ||
| fingerprints.txt | ||
| openssl-c-indent.el | ||
| perlvars.pm | ||
| sbom.cdx.json | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	OpenSSL Documentation
README.md This file
fingerprints.txt PGP fingerprints of authorised release signers
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://docs.openssl.org/master/