summaryrefslogtreecommitdiffstats
path: root/doc/man7
AgeCommit message (Expand)Author
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-18Fix broken links in crypto manpageLadislav Marko
2023-04-13doc: Fix incorrect pairing of functionsLadislav Marko
2023-04-13doc: Fix misleading stucture infoLadislav Marko
2023-03-29doc: note the restriction on digests used by DRBGs in FIPS mode.Pauli
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-16Fix documented function return typesAndy Bernard
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-07DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte
2023-03-03Fix typo in base provider example codeHansHoogerwerf
2023-03-01Update AES documentation excluding AES SIV from the FIPS providerPauli
2023-03-01Update FIPS provider documentation to note that fips=yes is mandatoryPauli
2023-02-28Document the list of RAND algorithms in the default and fips providers.slontis
2023-02-28Add provider pre-fetching documentationslontis
2023-02-28Add documentation for "NULL" cipher and digest algorithms.slontis
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-22update documentation to note that EdDSA is not FIPS approvedPauli
2023-02-08doc: remove EdDSA from list of non-FIPS algorithms.Pauli
2023-01-31[doc] Sync documentation now that 3.0 honors OSSL_PKEY_PARAM_EC_POINT_CONVERS...Nicola Tuveri
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2023-01-26Document that the RSA e value is mandatory when importing.slontis
2023-01-24fips: document that the EdDSA algorithms are not-validatedPauli
2023-01-24Typos fixingFdaSilvaYY
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2023-01-20Add link to EBNF definitionPauli
2023-01-20Correct property EBNF for unquoted stringsPauli
2023-01-13Support all five EdDSA instances from RFC 8032James Muir
2023-01-12SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis
2023-01-11Add empty migration guide for 3.1H. Vetinari
2023-01-04Fixed typos in documentation and commentsSemen Zhydenko
2022-12-16Update HMAC() documentation.slontis
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2022-12-08Move the description of the core types into their own pagesRichard Levitte
2022-11-30Fix docs related to EVP_RAND_CTX_new() that were not passing the parentslontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-30fips prov: remove 3DES from list of inclusionsPauli
2022-11-30Update fips version check to be more robustPauli
2022-11-30aes: add AES-GCM-SIV modes to the FIPS providerPauli
2022-11-29doc: add note for sm4 xtsXu Yizhou
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri
2022-11-24Add HISTORY section to EVP_KEM-EC document.slontis
2022-11-23Fix version mistake in some HISTORY sectionsTomas Mraz
2022-11-21Add missing HISTORY sections for OpenSSL 3.0 related documents.slontis
2022-11-18Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis
2022-11-11cmac_set_ctx_params(): Fail if cipher mode is not CBCTomas Mraz