summaryrefslogtreecommitdiff
path: root/util
Commit message (Expand)AuthorAgeFilesLines
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-2/+0
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-122-4/+4
* QUIC MSST: Add documentation for new APIsHugo Landau2023-05-121-0/+19
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-121-0/+6
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-121-0/+2
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-121-0/+4
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-121-0/+2
* QUIC DISPATCH/APL: Implement SSL_get0_connectionHugo Landau2023-05-121-0/+1
* QUIC APL: Refactor stream-related code into QUIC_XSO objectHugo Landau2023-05-121-0/+1
* fips: setup the FIPS provider in pendantic mode for testingPauli2023-04-211-1/+8
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-211-0/+1
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-041-0/+2
* RFC7250 (RPK) supportTodd Short2023-03-283-0/+19
* CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb2023-03-251-0/+1
* QUIC: Add support for datagram injectionHugo Landau2023-03-221-0/+1
* Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()Richard Levitte2023-03-081-19/+38
* Fix util/wrap.pl.in for VMS usageRichard Levitte2023-03-084-71/+27
* Add "make help" optionTodd Short2023-03-061-0/+25
* util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb2023-02-241-6/+10
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+1
* check-format.pl: fix statistics on whitespace and nesting issuesDr. David von Oheimb2023-02-081-3/+3
* check-format.pl: fix detection of '#ifdef __cplusplus'Dr. David von Oheimb2023-02-081-1/+1
* check-format.pl: fix detection of function body startDr. David von Oheimb2023-02-081-3/+3
* Fix typo in Ordinals.pm from PR #14074Viktor Dukhovni2023-02-021-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-1/+1
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-271-0/+1
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-0/+1
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+1
* Adding a separated build settings for BSD flavorsDavid Carlier2023-01-201-0/+3
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-2/+3
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-2/+2
* QUIC CSM: Tweak docs for tick functions, add DTLSv1 docsHugo Landau2023-01-131-0/+2
* QUIC: make updateHugo Landau2023-01-132-0/+11
* Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht2023-01-101-2/+0
* Write SSL_R alerts to error state to keep updated stringsTomas Mraz2023-01-051-1/+1
* BIO_s_dgram: add documentation and hazard warningsHugo Landau2022-12-153-9/+7
* Move the description of the core types into their own pagesRichard Levitte2022-12-081-0/+5
* Better sorting of util/other.symsRichard Levitte2022-12-081-5/+5
* Fix treatment of BUILD_METADATARichard Levitte2022-12-081-0/+1
* Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills2022-12-061-0/+1
* QUIC Connection State Machine Design DocumentHugo Landau2022-12-031-0/+1
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-251-0/+20
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+1
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+2
* Improve FIPS RSA keygen performance.slontis2022-11-211-0/+1
* Add doc for EVP_ASYM_CIPHER-RSA and clean up OSSL_PROVIDER-FIPS.pod.slontis2022-11-181-37/+0
* ParseC.pm: gracefully handle DOS-style end-of-line in source filesDr. David von Oheimb2022-11-181-1/+1
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-141-1/+1
* Rename SSL3_BUFFER to TLS_BUFFERMatt Caswell2022-11-141-1/+1