openssl/doc
Todd Short 0113ec8460 Implement AES-GCM-SIV (RFC8452)
Fixes #16721

This uses AES-ECB to create a counter mode AES-CTR32 (32bit counter, I could
not get AES-CTR to work as-is), and GHASH to implement POLYVAL. Optimally,
there would be separate polyval assembly implementation(s), but the only one
I could find (and it was SSE2 x86_64 code) was not Apache 2.0 licensed.

This implementation lives only in the default provider; there is no legacy
implementation.

The code offered in #16721 is not used; that implementation sits on top of
OpenSSL, this one is embedded inside OpenSSL.

Full test vectors from RFC8452 are included, except the 0 length plaintext;
that is not supported; and I'm not sure it's worthwhile to do so.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18693)
2022-07-29 08:32:16 -04:00
..
designs Add the LibreOffice Draw source for the QUIC overview graph 2022-07-11 09:59:59 +10:00
HOWTO
images doc: add OpenSSL logo 2020-02-26 21:04:38 +01:00
internal doc: document the event queue internal API 2022-07-06 10:34:36 +10:00
life-cycles doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
man1 Correction: uncompressed is the default value 2022-07-29 11:06:04 +10:00
man3 Implement AES-GCM-SIV (RFC8452) 2022-07-29 08:32:16 -04:00
man5 Update copyright year 2022-05-03 13:34:51 +01:00
man7 Update EVP_KDF-X942-ASN1.pod 2022-07-28 11:12:04 +10:00
build.info Add OSSL_QUIC methods to headers and manual pages 2022-06-03 12:07:17 +10:00
build.info.in doc: remove end of line whitespace 2021-09-22 16:22:50 +10:00
dir-locals.example.el
fingerprints.txt Update Paul's pgp key signature 2022-05-03 12:34:46 +01:00
openssl-c-indent.el
perlvars.pm Disabling Encrypt-then-MAC extension in s_client/s_server 2021-06-15 22:14:34 +02:00
README.md Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md files 2020-07-05 11:29:43 +02:00

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