summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* providers: add Argon2 KDFČestmír Kalina2023-03-172-1/+7
* e_os2: add ossl_static_assert_type_eqČestmír Kalina2023-03-171-0/+9
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+2
* riscv: Clean up extension test macrosChristoph Müllner2023-03-162-3/+5
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-152-1/+3
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-073-6/+16
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-063-1/+382
* VMS knows POSIX threads too!Richard Levitte2023-03-061-0/+2
* Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis2023-03-011-2/+0
* Fix potential infinite loops in ECDSA signing.slontis2023-03-012-2/+3
* Fix infinite loops in DSA sign code.slontis2023-03-012-2/+3
* 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
* Add const to some test tserver functionsMatt Caswell2023-02-221-4/+4
* Rename various functions OSSL_QUIC_FAULT -> QTEST_FAULTMatt Caswell2023-02-222-10/+8
* Don't treat the Tserver as connected until the handshake is confirmedMatt Caswell2023-02-222-1/+2
* Add a test for a server that doesn't provide transport paramsMatt Caswell2023-02-221-2/+4
* Implement the QUIC Fault injector support for TLS handshake messagesMatt Caswell2023-02-221-1/+1
* Add the ability to mutate TLS handshake messages before they are writtenMatt Caswell2023-02-223-4/+179
* Enable QUIC test server to find out the termination reasonMatt Caswell2023-02-222-4/+40
* Add a skeleton quicfaultstestMatt Caswell2023-02-221-0/+3
* Add the ability to mutate QUIC packets before they are writtenMatt Caswell2023-02-223-4/+30
* Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functionsTom Cosgrove2023-02-081-0/+2
* S390x: Support ME and CRT offloadingJuergen Christ2023-02-081-0/+9
* New function EC_GROUP_to_params to convert an EC_GROUP to an array of OSSL_PA...Oliver Mihatsch2023-02-081-0/+16
* Rationalize FIPS sourcesTomas Mraz2023-02-086-134/+270
* Add more punycode tests and remove ossl_a2ucompare()slontis2023-02-081-2/+0
* Internaly declare the DSA type for no-deprecated buildsTomas Mraz2023-02-081-0/+3
* Enable some disabled __owursDmitry Belyavskiy2023-02-071-13/+13
* Fix GENERAL_NAME_cmp for x400Address (master)Hugo Landau2023-02-071-1/+1
* Do not create DSA keys without parameters by decoderTomas Mraz2023-02-071-0/+3
* Fix NULL deference when validating FFC public key.slontis2023-02-071-0/+1
* Fix Timing Oracle in RSA decryptionDmitry Belyavskiy2023-02-071-0/+6
* SM4 AESE optimization for ARMv8Xu Yizhou2023-02-021-3/+38
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-301-2/+2
* QUIC ACKM: Rework probe reporting to allow use for bookkeepingHugo Landau2023-01-301-2/+15
* QUIC ACKM: Clarify probe typesHugo Landau2023-01-301-2/+19
* 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-273-1/+21
* QUIC: Refine SSL_shutdown and begin to implement SSL_shutdown_exHugo Landau2023-01-273-2/+17
* add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and OSSL_trace_string()Dr. David von Oheimb2023-01-261-0/+8
* Add QUIC-TLS server supportMatt Caswell2023-01-241-1/+2
* Remove the old Dummy Handshake codeMatt Caswell2023-01-241-133/+0
* Replace use of the Dummy Handshake Layer with the real oneMatt Caswell2023-01-242-0/+2
* Add an initial QUIC-TLS implementationMatt Caswell2023-01-241-0/+88
* Extend the new_record_layer functionMatt Caswell2023-01-241-0/+3
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-241-0/+1
* Remove an unneeded OSSL_RECORD_METHOD functionMatt Caswell2023-01-241-2/+0
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-241-0/+335