summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2024-05-06Fix error handling in CMS_EncryptedData_encryptBernd Edlinger
2024-05-02Correct top for EC/DSA nonces if BN_DEBUG is onTomas Mraz
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: Improvements of the support for requesting CRLRajeev Ranjan
2024-05-01CMP: add support for genm with crlStatusList and genp with crlsDr. David von Oheimb
2024-04-30Fix race for X509 store found by thread sanitizerRobert Schulze
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2024-04-26Fix coverity 1596617Neil Horman
2024-04-26Fix coverity-1596616Neil Horman
2024-04-26Avoid duplicate default CApath lookupsViktor Dukhovni
2024-04-25sha512.c: Grammar Fixes and Spell Checks in Implementation NotesMerreck
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-24Fix list appending in win ossl_rcu_callNeil Horman
2024-04-24Make thread sanitizer cope with rcu locksNeil Horman
2024-04-24Coverity found the following issues:Neil Horman
2024-04-23crypto/threads_pthread.c: Fix typos found by codespellLogan Upchurch
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-19Make rcu_thread_key context-awareNeil Horman
2024-04-18Fix up path generation to use OPENSSL_MODULESNeil Horman
2024-04-18set module path from templateNeil Horman
2024-04-17Use scalar ALU and vector ALU together for chacha20 stream cipherJerry Shih
2024-04-17poly1305.c: fix typo on POLY1305_BLOCK_SIZEYangyu Chen
2024-04-17Unable to run asm code on OpenBSD (amd64)Theo Buehler
2024-04-17extend x86_64-xlate.pl perlasm so it can handle .rodata sections properlyAlexandr Nedvedicky
2024-04-17Handle empty param in EVP_PKEY_CTX_add1_hkdf_infotrinity-1686a
2024-04-16OpenSSL 3.2.0, QUIC, macOS, error 56 on connected UDP socketAlexandr Nedvedicky
2024-04-16crypto/threads_pthread.c: refactor all atomics fallbacks for type safetyRichard Levitte
2024-04-16crypto/threads_pthread.c: Cleanup misaligned preprocessor directivesRichard Levitte
2024-04-16Remove repetitive wordsNeil Horman
2024-04-15Adding missing NULL pointer checkafshinpir
2024-04-12ossl_provider_new(): Fix memory leak on errorTomas Mraz
2024-04-12make_addressPrefix(): Fix a memory leak in error caseTomas Mraz
2024-04-11Fix duplicate mutex allocation in threads_win.cNeil Horman
2024-04-11VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte
2024-04-11crypto/provider_core.c: Allocate activatecnt_lockOleg Bulatov
2024-04-10Fix socket descriptor checks on Windowsolszomal
2024-04-10aarch64: fix BTI in bsaes assembly codeTom Cosgrove