summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-02-08CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis
2023-02-08doc: remove EdDSA from list of non-FIPS algorithms.Pauli
2023-02-02APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb
2023-01-31BIO_read.pod: fix small typoAndrea Pappacoda
2023-01-31Design for the Fault InjectorMatt Caswell
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-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC FIN Support: Documentation fixupsHugo Landau
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC: Add documentation for stream and connection shutdown functionsHugo Landau
2023-01-27Add notes about ignoring initialization failures on contextsTomas Mraz
2023-01-26Document that the RSA e value is mandatory when importing.slontis
2023-01-26Clarify the change of enc -S behavior in 3.0Viktor Dukhovni
2023-01-26OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-24APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb
2023-01-24X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb
2023-01-24fips: document that the EdDSA algorithms are not-validatedPauli
2023-01-24OSSL_trace_set_channel(): add important statement that it takes BIO ownershipDr. David von Oheimb
2023-01-24Typos fixingFdaSilvaYY
2023-01-23MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz
2023-01-23X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb
2023-01-23CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb
2023-01-23Fixes wrong return type in BIO_do_connect man page.Thib
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-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