summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2023-03-20Provide better errors for some QUIC failuresMatt Caswell
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17e_os2: add ossl_static_assert_type_eqČestmír Kalina
2023-03-17proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15Add a flag so finalised contexts are not reusedSimo Sorce
2023-03-07Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis
2023-03-06Improve the QUIC_RSTREAM implementationTomas Mraz
2023-03-06VMS knows POSIX threads too!Richard Levitte
2023-03-01Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis
2023-03-01Fix potential infinite loops in ECDSA signing.slontis
2023-03-01Fix infinite loops in DSA sign code.slontis
2023-02-24Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki
2023-02-24first cut at sigalg loadingMichael Baentsch
2023-02-22Add const to some test tserver functionsMatt Caswell
2023-02-22Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell
2023-02-22Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell
2023-02-22Add a test for a server that doesn't provide transport paramsMatt Caswell
2023-02-22Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell
2023-02-22Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell
2023-02-22Enable QUIC test server to find out the termination reasonMatt Caswell
2023-02-22Add a skeleton quicfaultstestMatt Caswell
2023-02-22Add the ability to mutate QUIC packets before they are writtenMatt Caswell
2023-02-08Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove
2023-02-08S390x: Support ME and CRT offloadingJuergen Christ
2023-02-08New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08Add more punycode tests and remove ossl_a2ucompare()slontis
2023-02-08Internaly declare the DSA type for no-deprecated buildsTomas Mraz
2023-02-07Enable some disabled __owursDmitry Belyavskiy
2023-02-07Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau
2023-02-07Do not create DSA keys without parameters by decoderTomas Mraz
2023-02-07Fix NULL deference when validating FFC public key.slontis
2023-02-07Fix Timing Oracle in RSA decryptionDmitry Belyavskiy
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-01-30QUIC Probes Support: Minor tweaksHugo Landau
2023-01-30QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau
2023-01-30QUIC ACKM: Clarify probe typesHugo Landau
2023-01-27Implement BIO_s_dgram_mem() reusing the BIO_s_dgram_pair() codeTomas Mraz
2023-01-27QUIC FIN Support: Various fixesHugo Landau
2023-01-27QUIC Front End I/O API: Add support for signalling and detecting end-of-streamHugo Landau
2023-01-27QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau
2023-01-26add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb
2023-01-24Add QUIC-TLS server supportMatt Caswell
2023-01-24Remove the old Dummy Handshake codeMatt Caswell
2023-01-24Replace use of the Dummy Handshake Layer with the real oneMatt Caswell
2023-01-24Add an initial QUIC-TLS implementationMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2023-01-24Add support for setting a custom TLS Record LayerMatt Caswell
2023-01-24Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell