summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-072-0/+25
* DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte2023-03-072-1/+31
* Fix typo in base provider example codeHansHoogerwerf2023-03-031-1/+1
* Update AES documentation excluding AES SIV from the FIPS providerPauli2023-03-011-2/+2
* Update FIPS provider documentation to note that fips=yes is mandatoryPauli2023-03-011-8/+11
* Document the list of RAND algorithms in the default and fips providers.slontis2023-02-282-0/+32
* Add provider pre-fetching documentationslontis2023-02-2827-8/+246
* Add documentation for "NULL" cipher and digest algorithms.slontis2023-02-286-1/+132
* CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...Dr. David von Oheimb2023-02-241-3/+3
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-4/+24
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-243-11/+19
* first cut at sigalg loadingMichael Baentsch2023-02-241-0/+123
* Add help for pkeyopt values for the genpkey commandline app.slontis2023-02-231-0/+3
* update documentation to note that EdDSA is not FIPS approvedPauli2023-02-222-0/+4
* Document return value of OSSL_DECODER_from_dataBenno Evers2023-02-211-2/+2
* openssl-3.0#20290: Fixed typo in "config" man pageJeeban Sethi2023-02-201-1/+1
* 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