openssl fipsinstall: fix cosmetic wart
[openssl.git] / doc / man7 / provider-cipher.pod
2023-12-12 Matthias St. Pierredoc: improve documentation of EVP in-place encryption
2023-09-07 Matt CaswellCopyright year updates
2023-02-28 slontisAdd documentation for "NULL" cipher and digest algorithms.
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-06-28 Tomas MrazCorrect doubled OSSL_OSSL when documenting OSSL_FUNC_...
2021-06-08 Paulidoc: add references to cipher life cycle documentation
2021-05-28 Shane LontisAdd Docs for EVP_CIPHER-*
2021-05-28 Shane LontisEVP_CIPHER Documentation updates
2021-05-07 Tomas MrazUnify parameter types in documentation
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-03-17 Paulidoc: remove TODOs about redesigning the AEAD API
2021-03-11 Paulidoc: note that get_params and set_params calls should...
2021-03-11 Paulidoc: document the additional params argument to the...
2021-02-26 Paulichanges to match the updated context gettable/settable...
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: documentation changes to pass the provider...
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-04-23 Matt CaswellUpdate copyright year
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2020-01-06 Shane LontisAdd AES_CBC_HMAC_SHA ciphers to providers.
2019-12-11 Veres LajosFix some typos
2019-11-15 Rich SalzFix some broken doc links
2019-11-08 Shane LontisAdd AES SIV ciphers to default provider
2019-10-24 Rich SalzFix broken links, mainly typo's
2019-10-16 Shane LontisAdd ChaCha related ciphers to default provider
2019-10-11 Richard LevittePOD: stop abusing comment
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-28 Richard LevitteMake doc/man7/ and doc/internal/man3/ conform with...
2019-09-27 PauliReformat param description lines
2019-09-27 PauliMake OSSL_PARAM descriptions uniformly formatted.
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-05 Shane LontisChange provider params from int to size_t
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-18 Shane Lontiscipher cleanups.
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-07-30 Matt CaswellDocument the provider CIPHER operation