summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* remove DSA512 from speed testingMichael Baentsch2023-03-301-0/+2
* doc: add HOWTO document about Documenting public Functions and MacrosMichael Richardson2023-03-291-0/+176
* doc: note the restriction on digests used by DRBGs in FIPS mode.Pauli2023-03-293-2/+60
* RFC7250 (RPK) supportTodd Short2023-03-2811-23/+440
* Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz2023-03-281-2/+7
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-253-5/+22
* CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb2023-03-251-4/+7
* Update the EVP_PKEY_get_id documentationMichael Baentsch2023-03-252-4/+32
* Add an option to specify number of bits in the subprime (q) when generating D...Aleksey Sanin2023-03-231-3/+10
* QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau2023-03-221-1/+5
* QUIC: Add tests for datagram injection APIHugo Landau2023-03-221-0/+6
* QUIC: Add support for datagram injectionHugo Landau2023-03-221-0/+51
* cmp: fix --strict-warnings windows buildsFdaSilvaYY2023-03-211-1/+1
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-3/+3
* Add a simple QUIC test for blocking modeMatt Caswell2023-03-201-6/+7
* doc: note the default iteration count for PBKDF2 in the enc commandPauli2023-03-201-1/+2
* sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz2023-03-181-2/+7
* providers: add Argon2 KDFČestmír Kalina2023-03-173-0/+200
* Fix documented function return typesAndy Bernard2023-03-161-2/+2
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-154-3/+31
* Document remaining obsolete SSL_OP_NETSCAPE_*_BUGTobias Nießen2023-03-151-0/+4
* doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb2023-03-151-54/+71
* doc: document that prediction resistance comes with a hidden costPauli2023-03-151-0/+12
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-147-21/+30
* 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