summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-132-0/+2
* cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb2023-02-081-3/+5
* ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb2023-02-081-10/+9
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-081-1/+6
* CMP app and doc: improve texts on (un-)trusted certs, srvCert, etc.Dr. David von Oheimb2023-02-082-32/+34
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+13
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-9/+1
* doc: remove EdDSA from list of non-FIPS algorithms.Pauli2023-02-083-5/+7
* APPS/{storeutl,gendsa}: give error on extra arguments, improve docDr. David von Oheimb2023-02-022-2/+6
* BIO_read.pod: fix small typoAndrea Pappacoda2023-01-311-1/+1
* Design for the Fault InjectorMatt Caswell2023-01-311-0/+555
* [doc] Sync documentation now that 3.0 honors OSSL_PKEY_PARAM_EC_POINT_CONVERS...Nicola Tuveri2023-01-311-2/+2
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-302-5/+12
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-1/+1
* SSL_conf_cmd: add support for IgnoreUnexpectedEOFSteffen Nurpmeso2023-01-301-0/+5
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-3/+13
* QUIC FIN Support: Documentation fixupsHugo Landau2023-01-272-13/+21
* QUIC FIN Support: Various fixesHugo Landau2023-01-272-9/+13
* QUIC: Add documentation for stream and connection shutdown functionsHugo Landau2023-01-273-6/+178
* Add notes about ignoring initialization failures on contextsTomas Mraz2023-01-274-8/+58
* Document that the RSA e value is mandatory when importing.slontis2023-01-261-3/+6
* Clarify the change of enc -S behavior in 3.0Viktor Dukhovni2023-01-261-0/+13
* OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for msg body where it makes...Dr. David von Oheimb2023-01-261-2/+2
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-1/+27
* APPS: generated certs bear X.509 V3, unless -x509v1 option of req app is givenDr. David von Oheimb2023-01-246-11/+60
* X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified' field and return valuesDr. David von Oheimb2023-01-241-8/+10
* fips: document that the EdDSA algorithms are not-validatedPauli2023-01-243-4/+64
* OSSL_trace_set_channel(): add important statement that it takes BIO ownershipDr. David von Oheimb2023-01-241-0/+2
* Typos fixingFdaSilvaYY2023-01-245-6/+6
* MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz2023-01-231-3/+3
* X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb2023-01-232-1/+2
* CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb2023-01-232-9/+14
* Fixes wrong return type in BIO_do_connect man page.Thib2023-01-231-1/+1
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-232-0/+4
* Add link to EBNF definitionPauli2023-01-201-0/+3
* Correct property EBNF for unquoted stringsPauli2023-01-201-2/+2
* Clarify documentation of X509_STORE_CTX_get_current_cert()north-162023-01-171-2/+4
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-7/+49
* Documenting lack of error codes stabilityDmitry Belyavskiy2023-01-161-0/+8
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-161-8/+10
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-13/+13
* QUIC: Document how blocking mode is automatically turned offHugo Landau2023-01-132-0/+11
* QUIC BIO Poll Descriptors: simplify custom interfaceHugo Landau2023-01-131-7/+3
* QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau2023-01-135-14/+144
* QUIC Front End I/O API: Remove __owur from man pagesHugo Landau2023-01-136-13/+13
* QUIC: Minor comment and editorial fixesHugo Landau2023-01-131-2/+2
* QUIC Front End I/O API: Minor doc fixesHugo Landau2023-01-136-16/+16
* QUIC Front End I/O API: Don't allow EPW to be enabled during AONHugo Landau2023-01-131-0/+3
* QUIC: Documentation updatesHugo Landau2023-01-133-9/+23
* QUIC CSM: Documentation for new APIsHugo Landau2023-01-138-5/+525