summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-01Ignore the fetch error when a legacy algorithm is foundYuri Penkin
2023-06-01CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb
2023-06-01QUIC: CID conformancePauli
2023-06-01doc: update FIPS provider version informationPauli
2023-06-01tags: fix `make tags` target for out of tree buildsPauli
2023-06-01Add PEM fuzzerKurt Roeckx
2023-06-01Compute RSA-PSS algorithm params in libcrypto for legacyTomas Mraz
2023-05-31Fix arm64 asm code back compatible issue with gcc 4.9.4Xiaokang Qian
2023-05-30Bump actions/setup-python from 4.6.0 to 4.6.1dependabot[bot]
2023-05-30CMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt() by helper functionDr. David von Oheimb
2023-05-30ssl/statem_srvr.c: clean up handling of EVP_PKEY_decrypt() outlenDr. David von Oheimb
2023-05-30cmp_http.c: Remove obsolete comment w.r.t. ERR_clear_error()Dr. David von Oheimb
2023-05-30OSSL_sleep(): Calling sleep() function if sleepTime > 1secRajarshi Karmakar
2023-05-30Optimise locking in rsa_get_blinding()Matt Caswell
2023-05-30When we're just reading EX_CALLBACK data just get a read lockMatt Caswell
2023-05-30Avoid taking a write lock in RAND_get_rand_method()Matt Caswell
2023-05-29Don't take a write lock when freeing an EVP_PKEYMatt Caswell
2023-05-29x509: Handle ossl_policy_level_add_node errorsClemens Lang
2023-05-29x509: Fix possible use-after-free when OOMClemens Lang
2023-05-29Add missing CHANGES.md entriesTomas Mraz
2023-05-29SSL_handle_events(): Minor fixes to documentationHugo Landau
2023-05-29QUIC: Rename SSL_tick etc. in s_clientHugo Landau
2023-05-29QUIC: Rename SSL_tick etc. in man(7) docsHugo Landau
2023-05-29QUIC: Update documentation to reflect compatibility of DTLS APIsHugo Landau
2023-05-29QUIC APL: Allow DTLSv1 APIs to be used for compatibilityHugo Landau
2023-05-29QUIC: Update documentation for SSL_get_event_timeoutHugo Landau
2023-05-29QUIC APL: Change SSL_get_event_timeout API designHugo Landau
2023-05-29QUIC: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-29QUIC Documentation: Rename SSL_tick, SSL_get_tick_timeoutHugo Landau
2023-05-25Replace __attribute__((malloc)) with __attribute__((__malloc__)) in macros.hAnis-cpu-13
2023-05-25Clarify how to return string dataWatson Ladd
2023-05-25Fix a bug where the result of rehash is unstableminyong.ha
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_nu...Dr. David von Oheimb
2023-05-25APPS: replace awkward and error-prone pattern by calls to new app_conf_try_st...Dr. David von Oheimb
2023-05-25APPS/ca: remove spurious errors when certain config file entries are not prov...Dr. David von Oheimb
2023-05-24Create internal/ssl.hMatt Caswell
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Use the %llu format specifier for uint64_tMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Add a test for the new QUIC tracing capabilityMatt Caswell
2023-05-24Fix an SSL_trace bugMatt Caswell
2023-05-24Update the msg_callback documentationMatt Caswell
2023-05-24Add more trace details for the remaining frame typesMatt Caswell
2023-05-24Properly handling stream/crypto frames while tracingMatt Caswell
2023-05-24Enable tracing of datagrams we have sentMatt Caswell
2023-05-24Enable tracing of packets that have been sentMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-24Support trace for QUIC FramesMatt Caswell
2023-05-24Support trace for QUIC PacketsMatt Caswell
2023-05-24Support trace for QUIC datagramsMatt Caswell