summaryrefslogtreecommitdiffstats
path: root/include/openssl
AgeCommit message (Expand)Author
2024-03-20Copyright year updatesRichard Levitte
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-13Implement KAT for KBKDF with KMAC128Joachim Vandersmissen
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-09QUIC: Add stream write buffer queriesHugo Landau
2024-03-07QUIC: Define error code for stateless resetHugo Landau
2024-03-07QUIC: Make QUIC transport error codes publicHugo Landau
2024-03-06crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb
2024-03-06cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDERDr. David von Oheimb
2024-03-01Implement PCT for EDDSApohsingwu
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain
2024-02-19QUIC: Add API for SSL_VALUE_EVENT_HANDLING_MODEHugo Landau
2024-02-19OpenSSL License is applied for some source files, change to Apache 2Shakti Shah
2024-02-14Fix new typos found by codespellDimitri Papadopoulos
2024-02-10make updateHugo Landau
2024-02-10QUIC: Add polling APIHugo Landau
2024-02-10BIO: Add SSL poll descriptor typeHugo Landau
2024-02-08Minor updatesHugo Landau
2024-02-08Fix error code collisionHugo Landau
2024-02-08QUIC: Add new error codes for tuning APIHugo Landau
2024-02-08QUIC: Add documentation for tuning APIHugo Landau
2024-01-23QUIC APL: Implement optimised FIN APIHugo Landau
2024-01-23QUIC: Add optimised FIN APIHugo Landau
2024-01-19Removes unsed function: ssl_bad_method()Frederik Wedel-Heinen
2024-01-17Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz
2024-01-17Introduce hash thunking functions to do proper castingNeil Horman
2024-01-17ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb
2024-01-17CMP app and doc: add -no_cache_extracerts option / OSSL_CMP_OPT_NO_CACHE_EXTR...Dr. David von Oheimb
2024-01-15Add X509_STORE_get1_objectsDavid Benjamin
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb
2023-12-21crypto/cmp/,apps/lib/cmp_mock_srv.c: add delayed delivery for all types of re...Rajeev Ranjan
2023-12-21Detect and prevent recursive config parsingNeil Horman
2023-12-21ERR: Add ERR_pop()Hugo Landau
2023-12-19CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb
2023-12-14Avoid setting gen_type to -1 in dsa_gen_set_paramsNeil Horman
2023-11-27Only include winsock2.h for struct timeval if neededHugo Landau
2023-11-24Add option `SSL_OP_PREFER_NO_DHE_KEX`, allowing the server to prefer non-dhe ...Markus Minichmayr
2023-11-10Add EVP_DigestSqueeze() API.slontis
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-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