summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-01-20Add link to EBNF definitionPauli
2023-01-20Correct property EBNF for unquoted stringsPauli
2023-01-17Clarify documentation of X509_STORE_CTX_get_current_cert()north-16
2023-01-16PKCS12 - Add additional libctx and propq support.slontis
2023-01-16Documenting lack of error codes stabilityDmitry Belyavskiy
2023-01-16CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb
2023-01-13QUIC API: Rename want_net_read and want_net_writeHugo Landau
2023-01-13QUIC: Document how blocking mode is automatically turned offHugo Landau
2023-01-13QUIC BIO Poll Descriptors: simplify custom interfaceHugo Landau
2023-01-13QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau
2023-01-13QUIC Front End I/O API: Remove __owur from man pagesHugo Landau
2023-01-13QUIC: Minor comment and editorial fixesHugo Landau
2023-01-13QUIC Front End I/O API: Minor doc fixesHugo Landau
2023-01-13QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau
2023-01-13QUIC: Documentation updatesHugo Landau
2023-01-13QUIC CSM: Documentation for new APIsHugo Landau
2023-01-13QUIC Congestion Control: API to determine deadline at which more credit will ...Hugo Landau
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-12fix manpage of `d2i_X509(3)`Nobuhiro IMAI
2023-01-11Add empty migration guide for 3.1H. Vetinari
2023-01-10Doc: Update history section of EC_GROUP API's.slontis
2023-01-10Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht
2023-01-04Fixed typos in documentation and commentsSemen Zhydenko
2022-12-22Docs: Move deprecated ECDSA_ functions into a separate file.slontis
2022-12-16Refine the documents of several APIsPeiwei Hu
2022-12-16Update HMAC() documentation.slontis
2022-12-16Add KMAC support to KBKDF.slontis
2022-12-15BIO_s_dgram: add documentation and hazard warningsHugo Landau
2022-12-13rsa: fix version of rsa implicit rejection introductionHubert Kario
2022-12-13Allow OBJ_create() to create an OBJ and NID with a NULL OIDRichard Levitte
2022-12-12rsa: Add option to disable implicit rejectionHubert Kario
2022-12-12rsa: add implicit rejection in PKCS#1 v1.5Hubert Kario
2022-12-08signature: Clamp PSS salt len to MD lenClemens Lang
2022-12-08prevent HPKE sender setting seq unwiselyStephen Farrell
2022-12-08OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb
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-12-07Replace "a RSA" with "an RSA"Daniel Fiala
2022-12-06Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills
2022-12-03QUIC Connection State Machine Design DocumentHugo Landau
2022-12-02doc: fix EVP_SignInit.podReinhard Urban
2022-12-02Clarify the EVP_PKEY_decrypt manual pageTomas Mraz
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