summaryrefslogtreecommitdiff
path: root/include/openssl
Commit message (Expand)AuthorAgeFilesLines
* QUIC APL: De-publicise SSL_attach_stream/SSL_detach_streamHugo Landau2023-05-121-3/+0
* QUIC MSST: Rename SSL_set_incoming_stream_reject_policyHugo Landau2023-05-121-4/+4
* QUIC MSST: Revise SSL_get_conn_close_info API (char)Hugo Landau2023-05-121-1/+1
* QUIC MSST: Minor fixes and cleanupsHugo Landau2023-05-121-2/+2
* QUIC MSST: make updateHugo Landau2023-05-121-1/+1
* QUIC DISPATCH/APL: Add SSL_stream_reset and status query APIsHugo Landau2023-05-121-0/+32
* QUIC DISPATCH/APL: SSL_accept_stream, SSL_get_accept_queue_lenHugo Landau2023-05-121-0/+4
* QUIC DISPATCH/APL: Add SSL_set_incoming_stream_reject_policy (unwired)Hugo Landau2023-05-121-0/+5
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-122-0/+10
* QUIC DISPATCH/APL: Implement SSL_get_stream_idHugo Landau2023-05-121-0/+2
* QUIC DISPATCH/APL: Implement SSL_get_stream_typeHugo Landau2023-05-121-0/+6
* QUIC DISPATCH/APL: Implement SSL_is_connectionHugo Landau2023-05-121-0/+1
* 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/+4
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-1/+3
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-211-0/+3
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-181-1/+1
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-141-3/+3
* Make sure we can query the SSL object for version info when using QUICMatt Caswell2023-04-042-0/+6
* fips: rework the option handling codePauli2023-03-292-1/+11
* RFC7250 (RPK) supportTodd Short2023-03-284-19/+66
* 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/+6
* cmp: fix --strict-warnings windows buildsFdaSilvaYY2023-03-211-1/+1
* nit: tidy-up code, and fix a typo.FdaSilvaYY2023-03-211-2/+2
* Provide better errors for some QUIC failuresMatt Caswell2023-03-201-1/+2
* providers: add Argon2 KDFČestmír Kalina2023-03-172-1/+7
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+2
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-151-1/+2
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-073-6/+16
* Fix potential infinite loops in ECDSA signing.slontis2023-03-011-1/+2
* Fix infinite loops in DSA sign code.slontis2023-03-011-1/+2
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-241-0/+8
* first cut at sigalg loadingMichael Baentsch2023-02-241-0/+15
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+16
* Enable some disabled __owursDmitry Belyavskiy2023-02-071-13/+13
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-071-1/+1
* Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz2023-01-271-0/+3
* QUIC FIN Support: Various fixesHugo Landau2023-01-271-2/+2
* QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau2023-01-271-0/+2
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-271-0/+12
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+8
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-241-0/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-162-0/+4
* QUIC API: Rename want_net_read and want_net_writeHugo Landau2023-01-131-2/+2
* QUIC BIO Poll Descriptors: simplify custom interfaceHugo Landau2023-01-131-5/+1
* QUIC Front-End I/O APIHugo Landau2023-01-131-0/+7
* Add BIO poll descriptorsHugo Landau2023-01-132-0/+25
* Support all five EdDSA instances from RFC 8032James Muir2023-01-131-0/+2
* Avoid ifdefs in trace categoriesTomas Mraz2022-12-221-4/+2