summaryrefslogtreecommitdiff
path: root/doc/man3
Commit message (Expand)AuthorAgeFilesLines
* QUIC: Documentation fixHugo Landau2023-05-121-10/+9
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-123-62/+10
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-123-17/+17
* QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau2023-05-121-2/+2
* QUIC MSST: Documentation fixesHugo Landau2023-05-126-26/+27
* QUIC MSST: Further documentation fixesHugo Landau2023-05-121-5/+7
* QUIC MSST: Documentation fixesHugo Landau2023-05-122-3/+5
* QUIC MSST: Documentation updatesHugo Landau2023-05-124-14/+65
* QUIC MSST: Add documentation for new APIsHugo Landau2023-05-129-0/+890
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-1/+2
* Fix typos found by codespellDimitri Papadopoulos2023-05-1213-27/+27
* Clarify documentation of SSL_SESSION_dupWatson Ladd2023-05-121-2/+4
* Update the min/max proto function documentation for QUICMatt Caswell2023-05-051-0/+3
* doc: note that the stack find functions no longer modify the stackPauli2023-05-011-4/+6
* ASN1_OCTET_STRING_new() calls ASN1_STRING_type_new(V_ASN1_OCTET_STRING)Vladimir Kotal2023-04-281-1/+1
* Correct the SSL_rstate_string*() APIs to match realityMatt Caswell2023-04-271-4/+0
* 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-211-3/+4
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+3
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-3/+3
* 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
* RFC7250 (RPK) supportTodd Short2023-03-288-16/+372
* 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-251-3/+13
* Update the EVP_PKEY_get_id documentationMichael Baentsch2023-03-251-4/+10
* QUIC: Add history section to SSL_inject_net_dgram()Hugo Landau2023-03-221-1/+5
* 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
* sleep.c: Limit the sleep time instead of sleeping for days or even yearsTomas Mraz2023-03-181-2/+7
* 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
* Add provider pre-fetching documentationslontis2023-02-2825-6/+169
* CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...Dr. David von Oheimb2023-02-241-3/+3
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-243-11/+19
* Document return value of OSSL_DECODER_from_dataBenno Evers2023-02-211-2/+2
* OSSL_CMP_certConf_cb(): fix regression on checking newly enrolled certDr. David von Oheimb2023-02-131-0/+1
* 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-081-13/+14
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+13
* BIO_read.pod: fix small typoAndrea Pappacoda2023-01-311-1/+1
* ChaCha20-Poly1305 no longer supports truncated IV's.slontis2023-01-301-5/+4
* 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