summaryrefslogtreecommitdiffstats
path: root/providers (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-01apps/cmp.c: improve warnings on option useDr. David von Oheimb1-3/+13
2023-06-01CMS_ContentInfo_free(): fix mem leak on encrypted content keyDr. David von Oheimb2-2/+8
2023-06-01SMIME_crlf_copy(): check for NULL pointer argumentsDr. David von Oheimb1-0/+6
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin2-0/+8
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb18-43/+409
2023-06-01QUIC: CID conformancePauli1-7/+40
2023-06-01doc: update FIPS provider version informationPauli2-10/+26
2023-06-01tags: fix `make tags` target for out of tree buildsPauli1-1/+1
2023-06-01Add PEM fuzzerKurt Roeckx3-2/+91
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz2-0/+43
2023-05-31Fix arm64 asm code back compatible issue with gcc 4.9.4Xiaokang Qian2-2/+1
2023-05-30Bump actions/setup-python from 4.6.0 to 4.6.1dependabot[bot]1-1/+1
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb5-53/+35
2023-05-30ssl/statem_srvr.c: clean up handling of EVP_PKEY_decrypt() outlenDr. David von Oheimb1-8/+5
2023-05-30cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()Dr. David von Oheimb1-1/+0
2023-05-30OSSL_sleep(): Calling sleep() function if sleepTime > 1secRajarshi Karmakar1-1/+6
2023-05-30Optimise locking in rsa_get_blinding()Matt Caswell1-3/+17
2023-05-30When we're just reading EX_CALLBACK data just get a read lockMatt Caswell1-9/+17
2023-05-30Avoid taking a write lock in RAND_get_rand_method()Matt Caswell1-0/+7
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell4-13/+8
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang1-3/+13
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang1-2/+10
2023-05-29Add missing CHANGES.md entriesTomas Mraz1-0/+10
2023-05-29SSL_handle_events(): Minor fixes to documentationHugo Landau4-13/+15
2023-05-29QUIC: Rename SSL_tick etc. in s_clientHugo Landau1-19/+9
2023-05-29QUIC: Rename SSL_tick etc. in man(7) docsHugo Landau2-38/+39
2023-05-29QUIC: Update documentation to reflect compatibility of DTLS APIsHugo Landau2-10/+12
2023-05-29QUIC APL: Allow DTLSv1 APIs to be used for compatibilityHugo Landau1-0/+12
2023-05-29QUIC: Update documentation for SSL_get_event_timeoutHugo Landau1-6/+29
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau4-10/+22
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau12-34/+35
2023-05-29QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau9-65/+67
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-131-1/+1
2023-05-25Clarify how to return string dataWatson Ladd1-0/+8
2023-05-25Fix a bug where the result of rehash is unstableminyong.ha1-1/+6
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb4-24/+25
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb9-154/+86
2023-05-25APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb1-11/+22
2023-05-24Create internal/ssl.hMatt Caswell3-6/+21
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell10-25/+26
2023-05-24Use the %llu format specifier for uint64_tMatt Caswell1-30/+47
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell11-90/+132
2023-05-24Add a test for the new QUIC tracing capabilityMatt Caswell3-4/+412
2023-05-24Fix an SSL_trace bugMatt Caswell1-4/+9
2023-05-24Update the msg_callback documentationMatt Caswell2-7/+48
2023-05-24Add more trace details for the remaining frame typesMatt Caswell1-35/+95
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell6-33/+50
2023-05-24Enable tracing of datagrams we have sentMatt Caswell1-1/+7
2023-05-24Enable tracing of packets that have been sentMatt Caswell12-23/+57
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell3-0/+32