summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-05-05Update the min/max proto function documentation for QUICMatt Caswell
2023-05-04Fix broken links on asym_cipher manpagesLadislav Marko
2023-05-01QUIC CC: Update CC design documentHugo Landau
2023-05-01QUIC CC: Major revisions to CC abstract interfaceHugo Landau
2023-05-01doc: note that the stack find functions no longer modify the stackPauli
2023-04-28Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1...rkarmaka98
2023-04-28ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)Vladimir Kotal
2023-04-28APPS/cmp: prevent HTTP client failure on -rspin option with too few filenamesDr. David von Oheimb
2023-04-27Correct the SSL_rstate_string*() APIs to match realityMatt Caswell
2023-04-27APPS: make sure the -CAfile argument can be in DER formatDr. David von Oheimb
2023-04-27apps/smime: Point out that the six operations are mutually exclusive and add ...Dr. David von Oheimb
2023-04-27openssl-ocsp.pod.in: state for options that they are flexible w.r.t. cert inp...Dr. David von Oheimb
2023-04-27QUIC GlossaryHugo Landau
2023-04-26QUIC I/O Architecture Design: Minor updatesHugo Landau
2023-04-26QUIC I/O Architecture Design: Add block diagram, tweak wordingHugo Landau
2023-04-26QUIC I/O Architecture Design DocumentHugo Landau
2023-04-26doc: document that the "info" KDF param concatenatesPauli
2023-04-21Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia
2023-04-20doc: document the -pedantic option to fipsinstall.Pauli
2023-04-18Fix broken links in crypto manpageLadislav Marko
2023-04-18OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-04-14Fix a HPKE API to put libctx, propq as last (optional parameters).slontis
2023-04-13doc: Fix incorrect pairing of functionsLadislav Marko
2023-04-13doc: Fix misleading stucture infoLadislav Marko
2023-04-11Updated return value of PEM_write_TYPE() and PEM_write_bio_TYPE() in man-pages.Jeeban Sethi
2023-04-04Update the documentation for SSL_version et alMatt Caswell
2023-03-31doc: Fix typo in EVP_EncryptInit.podSamuel Lee (ENS/CRYPTO)
2023-03-31Provider-based KEM and SIG alg speed testing addedMichael Baentsch
2023-03-30QUIC Thread Assisted mode: miscellaneous fixesHugo Landau
2023-03-30QUIC Thread Assisted Mode: Add design documentHugo Landau
2023-03-30Add some documentation for the new advanced s_client command modeMatt Caswell
2023-03-30remove DSA512 from speed testingMichael Baentsch
2023-03-29doc: add HOWTO document about Documenting public Functions and MacrosMichael Richardson
2023-03-29doc: note the restriction on digests used by DRBGs in FIPS mode.Pauli
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-28Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-25CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-23Add an option to specify number of bits in the subprime (q) when generating D...Aleksey Sanin
2023-03-22QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau
2023-03-22QUIC: Add tests for datagram injection APIHugo Landau
2023-03-22QUIC: Add support for datagram injectionHugo Landau
2023-03-21cmp: fix --strict-warnings windows buildsFdaSilvaYY
2023-03-21nit: tidy-up code, and fix a typo.FdaSilvaYY
2023-03-20Add a simple QUIC test for blocking modeMatt Caswell
2023-03-20doc: note the default iteration count for PBKDF2 in the enc commandPauli
2023-03-18sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz
2023-03-17providers: add Argon2 KDFČestmír Kalina