summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)Author
2024-05-28Move stack of compression methods from libssl to OSSL_LIB_CTXsashan
2024-05-22When defining ossl_ssize_t = ssize_t, remember to include sys/types.hRichard Levitte
2024-05-15Optimizated calculation of shared power of 2 in bn_gcdAndrew Golovashevich
2024-05-15Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2024-05-14Add reason codes with the correct offset for two alertsJacob Champion
2024-05-13Typo fixeswillmafh
2024-05-09riscv: use hwprobe syscall for capability detectionHongren Zheng
2024-05-09Do not use bit fields for context data flag variablesTomas Mraz
2024-05-09Make conf_diagnostics apply also to the SSL conf errorsTomas Mraz
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta
2024-05-02Rename BN_generate_dsa_nonce() to ossl_bn_gen_dsa_nonce_fixed_top()Tomas Mraz
2024-05-02Add ossl_bn_priv_rand_range_fixed_top() and use it for EC/DSATomas Mraz
2024-05-02Make ossl_gen_deterministic_nonce_rfc6979() constant timeTomas Mraz
2024-05-02Make BN_generate_dsa_nonce() constant time and non-biasedTomas Mraz
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-24x509_acert: Load attributes from config file sectionDamian Hobson-Garcia
2024-04-24Add IETFAttrSyntax type supportDamian Hobson-Garcia
2024-04-24x509_acert: Add and retrieve certificate extensionsDamian Hobson-Garcia
2024-04-24x509_acert: Add API to sign and verify attribute certificatesDamian Hobson-Garcia
2024-04-24x509_acert: Add, remove and get attribute certificate attributesDamian Hobson-Garcia
2024-04-24Attribute certificate printing functionsDamian Hobson-Garcia
2024-04-24Attribute certificate getter and setter APIDamian Hobson-Garcia
2024-04-24Add RFC 5755 attribute certificate supportDamian Hobson-Garcia
2024-04-24Remove all references to FLOSS for NonStop Builds.Randall S. Becker
2024-04-24Introduce new internal hashtable implementationNeil Horman
2024-04-24Add CRYPTO_atomic_store apiNeil Horman
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-17Define KU_ constants via corresponding X509v3_KU_Viktor Dukhovni
2024-04-10Change approach to SSL_pending APIHugo Landau
2024-04-10QUIC QSM: Add function to determine if data is waitingHugo Landau
2024-04-09Copyright year updatesRichard Levitte
2024-03-15Add Content Type OID for id-ct-rpkiSignedPrefixListJob Snijders
2024-03-15apps/x509.c: No warning reading from stdin if redirectedTomas Mraz
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 TXP: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC QTX: Allow QLOG instance retrieval via callbackHugo Landau
2024-02-19QUIC FIFD: Allow QLOG instance retrieval via callbackHugo Landau
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