summaryrefslogtreecommitdiffstats
path: root/doc/man3/EVP_EncryptInit.pod
AgeCommit message (Expand)Author
2023-09-07Copyright year updatesMatt Caswell
2023-07-21Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee
2023-03-31doc: Fix typo in EVP_EncryptInit.podSamuel Lee (ENS/CRYPTO)
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-27Add notes about ignoring initialization failures on contextsTomas Mraz
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2022-11-29doc: add note for sm4 xtsXu Yizhou
2022-11-25Fix typos in doc/man3/EVP_EncryptInit.podMarco Abbadini
2022-10-07Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte
2022-08-03Note that EVP_CIPHER_get_iv_length returns negative values on errorPauli
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-06-09Update SIV mode documentationTodd Short
2022-05-03Update copyright yearMatt Caswell
2022-01-19doc: document digest and cipher dup functionsPauli
2022-01-05Fix typosDimitris Apostolou
2021-12-06Clarify the deprecation warnings in the docsMatt Caswell
2021-11-24Clarify and correct the EVP_CTRL_AEAD_SET_TAG docsMatt Caswell
2021-10-27Clarify the documentation for the "byname" functionsMatt Caswell
2021-09-22doc: remove end of line whitespacePauli
2021-08-31Document that EVP_get_cipherbyname() does not work for some new algorithm names.slontis
2021-08-18Add support for camellia cbc cts modeShane Lontis
2021-06-08doc: add references to cipher life cycle documentationPauli
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-02doc: make XXX_get_number() internalPauli
2021-06-01Add documentation of the old names kept as alias macrosTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-06-01Document Settable EVP_CIPHER_CTX parameter "use-bits"Shane Lontis
2021-05-28Add Docs for EVP_CIPHER-*Shane Lontis
2021-05-28EVP_CIPHER Documentation updatesShane Lontis
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update the algorithm fetching documentation linksMatt Caswell
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-03-12doc: update cipher documentation to include the new init functions with paramsPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-26changes to match the updated context gettable/settable calls for ciphersPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-07-17doc: Fix documentation of EVP_EncryptUpdate().Pauli
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-07-05Fix typos and repeated wordsGustaf Neumann
2020-05-28EVP_EncryptInit.pod: fix examplePatrick Steuer
2020-04-23Update copyright yearMatt Caswell
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2019-12-11Fix some typosVeres Lajos
2019-12-08Difference between EVP_CipherInit and EVP_CipherInit_exDmitry Belyavskiy
2019-11-15Fix some broken doc linksRich Salz
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-17EVP: add functions that return the name numberRichard Levitte