Index: doc/cryptography.html ================================================================== --- doc/cryptography.html +++ doc/cryptography.html @@ -204,13 +204,14 @@
-N The CPU/Memory cost parameter must be larger than 1, a power of 2, and less than @@ -601,24 +606,29 @@
GLOSSARY
The following is a list of the terminology used in this package along with brief definitions. For more details, please consult with the OpenSSL documentation.
- ++
+ AAD Additional Authenticated Data + AEAD Authenticated Encryption with Associated Data + IV Initialization vector + KDF Key Derivation Function + MAC Message Authenticated Code + MD Message Digest + SHA Secure Hash Algorithm + TLS Transport Layer Security + XOF Extendable-Output Function (aka variable length)
EXAMPLES
TBS
-package require http -package require tls - -http::register https 443 [list ::tls::socket -autoservername true -require true -cadir /etc/ssl/certs] - -set tok [http::geturl https://www.tcl.tk/] +TBD
SPECIAL CONSIDERATIONS