summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* doc: document that the "info" KDF param concatenatesPauli2023-04-261-0/+6
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-212-6/+7
* doc: document the -pedantic option to fipsinstall.Pauli2023-04-201-0/+9
* Fix broken links in crypto manpageLadislav Marko2023-04-181-2/+2
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+3
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-181-4/+5
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-3/+3
* doc: Fix incorrect pairing of functionsLadislav Marko2023-04-131-1/+1
* doc: Fix misleading stucture infoLadislav Marko2023-04-131-1/+1
* Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages.Jeeban Sethi2023-04-111-2/+1
* Update the documentation for SSL_version et alMatt Caswell2023-04-041-4/+44
* doc: Fix typo in EVP_EncryptInit.podSamuel Lee (ENS/CRYPTO)2023-03-311-1/+1
* Provider-based KEM and SIG alg speed testing addedMichael Baentsch2023-03-311-0/+10
* QUIC Thread Assisted mode: miscellaneous fixesHugo Landau2023-03-301-1/+1
* QUIC Thread Assisted Mode: Add design documentHugo Landau2023-03-301-0/+104
* Add some documentation for the new advanced s_client command modeMatt Caswell2023-03-301-7/+67
* 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