summaryrefslogtreecommitdiffstats
path: root/include/openssl
AgeCommit message (Expand)Author
2023-11-06Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte
2023-11-03Add additional internal HPKE hardening checks resulting from code audit.Stephen Farrell
2023-10-26EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb
2023-10-26Copyright year updatesMatt Caswell
2023-10-25Avoid using gets as an argument name in a prototypeTomas Mraz
2023-10-25QUIC APL: Add support for querying frame type causing closureHugo Landau
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb
2023-10-11Ensure struct timeval is defined when including ssl.hHugo Landau
2023-10-10CMP: fix OSSL_CMP_MSG_http_perform() by adding option OSSL_CMP_OPT_USE_TLSDr. David von Oheimb
2023-10-04Restore the meaning of EVP_PKEY_print_private()Richard Levitte
2023-10-04macros.h: There are just 3.1 deprecations, no 3.2 deprecationsTomas Mraz
2023-10-04All lh_stats functions were deprecated in 3.1Tomas Mraz
2023-09-28Copyright year updatesMatt Caswell
2023-09-27fips: use seed source requestedPauli
2023-09-27rand: add extra error codePauli
2023-09-25Implement a public BIO_ADDR_copy() functionMatt Caswell
2023-09-19Allow to pass a passprase callback at store openSimo Sorce
2023-09-15Store: API for deletionDmitry Belyavskiy
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-11Remove repeated wordsDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-09-01Comment on internal flagHugo Landau
2023-09-01BIO: Allow third parties to use integers instead of pointers for poll descrip...Hugo Landau
2023-09-01QUIC: Make TLS1_FLAGS_QUIC privateHugo Landau
2023-09-01QUIC API: Revise SSL_get_conn_close_info to use a flags fieldHugo Landau
2023-09-01QUIC APL: Allow stream origin to be queriedHugo Landau
2023-09-01Minor updatesHugo Landau
2023-09-01Minor fixesHugo Landau
2023-09-01BIO: Add BIO_dgram_detect_peer_addr APIHugo Landau
2023-09-01BIO_s_connect: Add support for datagram modeHugo Landau
2023-08-30OSSL_PROVIDER_load_exDmitry Belyavskiy
2023-08-30Fix misspelled deprecation macro name in commentMatthias St. Pierre
2023-08-30make updateHugo Landau
2023-08-30QUIC APL: Support waiting for peer-initiated shutdownHugo Landau
2023-08-30QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-25QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau
2023-08-25QUIC APL: Implement backpressure on stream creationHugo Landau
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-08-23QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz
2023-08-17Add X509_STORE_CTX_set_get_crl and X509_STORE_CTX_set_current_reasonsvl-loz
2023-08-10QUIC APL/CHANNEL: Wire up connection closure reasonHugo Landau
2023-08-08QUIC TLS: Rethink error handlingHugo Landau
2023-08-08QUIC CHANNEL: Improve error reportingHugo Landau
2023-07-19Fix DH_check() excessive time with over sized modulusMatt Caswell
2023-07-18Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-17CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb
2023-07-17rename OSSL_CMP_get{,1}_caCerts and improve OSSL_CMP_exec_certreq.podDr. David von Oheimb